You are here |
fsharpforfunandprofit.com | ||
| | | |
craftofcoding.wordpress.com
|
|
| | | | 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
|
|
| | | | ?m.me - Compiling Lisp to JavaScript from scratch in 350 LOC | |
| | | |
greg.molnar.io
|
|
| | | | 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
|
|
| | 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. |