Explore >> Select a destination


You are here

degoes.net
| | argumatronic.com
4.1 parsecs away

Travel
| | Occasional writings about Haskell.
| | henko.net
4.0 parsecs away

Travel
| | A selection of functional programming concepts that I feel are helpful to all developers.
| | lambdaland.org
3.7 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.
| | stackoverflow.blog
16.2 parsecs away

Travel
| [AI summary] An in-depth look at why the Rust programming language is gaining popularity, focusing on its static typing, memory safety, and performance advantages over C, C++, and managed languages.