/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

learnyouahaskell.com
| | argumatronic.com
2.0 parsecs away

Travel
| | Occasional writings about Haskell.
| | pbrisbin.com
2.2 parsecs away

Travel
| | In Haskell, functions must always return the same consistent type. There is also no concept of nil or null built into the language. This is not meant to handicap you, and the expressiveness and polymorphic-ness of Haskell's types mean it certainly does not. One way to handle such situations where functions (conceptually) may or may not return a value is through the Maybe type. data Maybe a = Just a | Nothing Maybe is a perfect and simple solution for this situation.
| | blog.scottnonnenberg.com
1.3 parsecs away

Travel
| | My functional journey started with Javascript techniques, grew as I briefly explored a few functional languages, then bloomed as I got comfortable with Elixir. Going further has finally defined...
| | lenholgate.com
21.3 parsecs away

Travel
|