/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

blog.michielborkent.nl
| | stuartsierra.com
2.1 parsecs away

Travel
| | [AI summary] The author benchmarks various ways to run Clojure in 2019, comparing traditional JVM launchers like Leiningen with faster alternatives such as Babashka, Joker, and GraalVM-compiled native binaries against a basic C program.
| | clojars.org
2.9 parsecs away

Travel
| | [fsdb/fsdb "1.2.0"] A reasonably convenient database on top of the file system.
| | 200ok.ch
3.9 parsecs away

Travel
| | Phil was invited to speak at the Goto conference in Copenhagen. His talk shows the unleashed potential when you leave some popular programming paradigms behind.
| | abstractexpr.com
37.4 parsecs away

Travel
| Structures allow us to combine several variables to create a new data type. Some other languages support the same concept but call it "records". If you come from object-oriented programming you can think about them as classes without methods. Declaration A structure is declared by the keyword struct followed by the name of the new...