Explore >> Select a destination


You are here

fsharpforfunandprofit.com
| | citizen428.net
5.5 parsecs away

Travel
| | Its no secret that Im a big fan of functional programming languages. Being quite enamored with Ocaml I always wanted to get into F#, but its strong ties to the Windows ecosystem kept me from it for the longest time. However, this changed with the open-source release of .NET Core, so a bit less than a month ago I finally got serious about my F# learning. Im mainly using The Book of F# (Amazon affiliate link), the F# for fun and profit website and the official documentation as learning materials, but in or...
| | craftofcoding.wordpress.com
11.4 parsecs away

Travel
| | People often wonder why someone would use Fortran over Python for scientific stuff. Fortran is often considered inept by proponents of "newer" languages (which are often scripting languages) because it first appeared in 1957, and is considered old. They think life with Python is easier because of the myriad of libraries, I mean with NumPy...
| | gilmi.me
2.5 parsecs away

Travel
| | ?m.me - Compiling Lisp to JavaScript from scratch in 350 LOC
| | bruceeckel.com
26.4 parsecs away

Travel
| [AI summary] Bruce Eckel argues that while functions originated as units of code reuse to save space and effort, their primary purpose in modern programming is to serve as units of meaning and to create small frameworks.