Explore >> Select a destination


You are here

asthasr.github.io
| | programmingmadecomplicated.wordpress.com
4.8 parsecs away

Travel
| | There are these things that, depending on your definition, many or all programming languages use: 'types'. There's also a rich mathematical study of types in Type Theory which, along with related disciplines, has many connections to logic and proof. Why? Often, they take the form of explicit 'annotations' to program artefacts, big and small. For...
| | mmhaskell.com
4.8 parsecs away

Travel
| |
| | azdavis.net
4.1 parsecs away

Travel
| | Various varieties of function in programming languages.
| | tech.preferred.jp
20.3 parsecs away

Travel
| Pattern matching on algebraic data types is a powerful technique to process a given input and many programming languages have adopted it in one way or