Find out how source code is compiled for different programming languages and computer architectures, including the evolution from FORTRAN to CLR and JIT compilers.
GNU nano is my editor of choice | Ariadne s Space ariadne.space - get the latest breaking news, showbiz & celebrity photos, sport news & rumours, viral videos and top stories from ariadne.space Daily Mail and Mail on Sunday newspapers.
EmacsConf - 2022 - talks - What I d like to see in Emacs emacsconf.org - get the latest breaking news, showbiz & celebrity photos, sport news & rumours, viral videos and top stories from emacsconf.org Daily Mail and Mail on Sunday newspapers.
Functional programming offers a bunch of really cool programming patterns. Two that I really enjoy are tail recursion and pattern matching, especially how they are implemented in OCaml. However, I spend a lot of time writing Emacs Lisp now, and I was wondering if I could find a way to use these patterns in that language.