|
You are here |
text.marvinborner.de | ||
| | | | |
afnan.io
|
|
| | | | | A personal site | |
| | | | |
deniskyashif.com
|
|
| | | | | How to define a recursive function in a language which doesn't support recursion using the Y combinator. | |
| | | | |
programmingmadecomplicated.wordpress.com
|
|
| | | | | 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
|
|
| | | 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... | ||