|
You are here |
initialcommit.com | ||
| | | | |
henko.net
|
|
| | | | | A selection of functional programming concepts that I feel are helpful to all developers. | |
| | | | |
dmitripavlutin.com
|
|
| | | | | A pure function always returns the same value for the same arguments and produces no side effects. | |
| | | | |
noelwelsh.com
|
|
| | | | | [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
|
|
| | | 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. | ||