Explore >> Select a destination


You are here

hookrace.net
| | deniskyashif.com
2.1 parsecs away

Travel
| | How to define a recursive function in a language which doesn't support recursion using the Y combinator.
| | azdavis.net
1.9 parsecs away

Travel
| | Various varieties of function in programming languages.
| | limited.systems
2.1 parsecs away

Travel
| | Although it might seem that a language like Haskell has a lot of different objects and constructs, they can all be reduced to functions.
| | lambdaland.org
19.1 parsecs away

Travel
| This is the story of how I solved a problem (ugly, cumbersome boilerplate code) that I ran into while writing a program in a functional language (Elixir). Functional programming languages often pride themselves on expressiveness and elegance; but occasionally they are not amenable to the most obvious solutions to the problems we wish to solve. In this case, the simplest solution to my problem would have been to have a global mutable variable. But no one likes those.