Explore >> Select a destination


You are here

lexi-lambda.github.io
| | existentialtype.wordpress.com
6.2 parsecs away

Travel
| | While reviewing some of the comments on my post about parallelism and concurrency, I noticed that the great fallacy about dynamic and static languages continues to hold people in its thrall. So, in the same "everything you know is wrong" spirit, let me try to set this straight: a dynamic language is a straightjacketed static
| | entangledlogs.com
5.6 parsecs away

Travel
| | These are my notes on Generic Programming. Feel free to skim through them. Introduction to Type Type A tool to reason or proving properties of the program Allows understanding and classifying the variables during computation and use Types require compositional calculation i.e. sub-expressions give rise to higher types. Understand dynamically typed as dynamically checked. Motivation of Requiring Types Language Safety/Error Detection Can pinpoint some programming errors rather than in runtime Can guarantee...
| | kowainik.github.io
4.2 parsecs away

Travel
| | Kowainik - Collection of small Haskell patterns with detailed description, examples and exercises
| | winterbe.com
23.1 parsecs away

Travel
| Learn functional programming with Kotlin Sequences (filter, map, reduce, ...) in this example-driven tutorial.