Explore >> Select a destination


You are here

fsharpforfunandprofit.com
| | craftofcoding.wordpress.com
14.9 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
13.0 parsecs away

Travel
| | ?m.me - Compiling Lisp to JavaScript from scratch in 350 LOC
| | greg.molnar.io
12.8 parsecs away

Travel
| | I gave a talk about the State of Security in Rails 8 at Rails World in Toronto in 2024. These are the slides from my talk: This browser does not support PDFs. Please download the PDF to view it: Download PDF.
| | deniskyashif.com
99.3 parsecs away

Travel
| In this article, we'll define a basic regular expression language using a context-free grammar and learn how to parse its strings in linear time using the recursive descent method.