/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

fennel-lang.org
| | clojure.org
3.9 parsecs away

Travel
| | [AI summary] The text provides an in-depth guide on using Clojure's spec and testing tools, covering topics like creating and using specs, generators, instrumentation, and testing functions with check. It also discusses advanced features such as stubbing functions and combining instrumentation with testing for comprehensive coverage.
| | trendless.tech
4.8 parsecs away

Travel
| | Computer coding has a relatively long history compared to most other computer-based things. While Charles Babbage created the difference machine in the 1820s, Ada Lovelace was the first "programmer". Machine/Assembly Coding At its core, programming could be machine code: just a bunch of 0s and 1s. But, that's tiresome, and hard to read, so they [...]Read More... from Code Basics: How Do Coders Code?
| | technomancy.us
6.4 parsecs away

Travel
| |
| | www.inner-product.com
19.0 parsecs away

Travel
| The core premise of functional programming, in my opinion, is that local reasoning and composition make for better code. Here I discuss what these terms mean and the benefits they bring.