/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

hypirion.com
| | degoes.net
3.0 parsecs away

Travel
| | Functional programming has a bit of jargon, but that doesn't have to stop you from understanding core concepts
| | ghvsted.com
3.4 parsecs away

Travel
| | The Go context package was developed to make it easy to pass request-scoped values, deadlines, and cancellation signals across API boundaries and processes. Thinking about Context in non-technical terms(?the circumstances that form the setting for an event, statement, or idea, and in terms of which it can be fully understood?) for a start could help us better understand Context as used technically. The context package comes in very handy when working with servers, making HTTP requests, and a host of othe...
| | noelwelsh.com
3.7 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.
| | www.ratik.in
19.3 parsecs away

Travel
| I struggled to understand Functional Programming until I came across this fantastic example.