Explore >> Select a destination


You are here

kaworu.ch
| | arunrocks.com
1.7 parsecs away

Travel
| | A blog by Arun Ravindran, author and speaker, about Python, Django and other curious things.
| | boxbase.org
1.8 parsecs away

Travel
| | I came up with an idea when studying type theory. I am a vehement proponent of dynamic typing but there are several ideas that require me to explore into type theory so I am studying it.
| | sergioprado.blog
4.4 parsecs away

Travel
| | The GNU Compiler Collection (GCC) provides several language features not found in ISO standard C.
| | sookocheff.com
32.7 parsecs away

Travel
| I previously talked about what functional programming is by comparing it to other programming paradigms. This post expands on that post to talk specifically about practical differences between functional programming and the paradigm most of us are intimately familiar with - imperative. This post is punctuated with some quotes from the book An Introduction to Functional Programming Through Lambda Calculus. It's worth noting that each of these practical differences are enabled because of the power of referential transparency.