Explore >> Select a destination


You are here

text.marvinborner.de
| | afnan.io
7.0 parsecs away

Travel
| | A personal site
| | deniskyashif.com
5.8 parsecs away

Travel
| | How to define a recursive function in a language which doesn't support recursion using the Y combinator.
| | programmingmadecomplicated.wordpress.com
11.5 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...
| | blog.bittersweetryan.com
54.4 parsecs away

Travel
| In functional programming a map function is a way to create an array by passing each element of the array into a function. Mapping function...