Explore >> Select a destination


You are here

initialcommit.com
| | henko.net
3.2 parsecs away

Travel
| | A selection of functional programming concepts that I feel are helpful to all developers.
| | dmitripavlutin.com
3.0 parsecs away

Travel
| | A pure function always returns the same value for the same arguments and produces no side effects.
| | noelwelsh.com
3.1 parsecs away

Travel
| | [AI summary] The post explains functional programming as a hypothesis about software quality centered on local reasoning and composition rather than just language features like immutability, using examples from Scala, TypeScript, and Haskell.
| | mariusschulz.com
15.8 parsecs away

Travel
| TypeScript 2.1 adds support for compiling asynchronous functions to ES3/ES5. That way, you can run your async/await code in every JavaScript engine.