smlckz
- Karma
- 393
- Created
- February 24, 2020 (6y ago)
- Submissions
- 0
- The Quite OK Audio Format for Fast, Lossy Compression (qoaformat.org)
- Coffee with Brian Kernighan – Computerphile [video] (youtube.com)
- Counterfactual Quantum Computation is Weird [video] (youtube.com)
- Status Update, May 2022 (drewdevault.com)
- Explaining Web 2.0 (2008) (youtube.com)
- We need to talk about clickbait [video] (youtube.com)
- Tips for debugging your new programming language (drewdevault.com)
-
Silly mistakes, famous, funny snippets of code that is/was used in real life. Please provide explanation of why it is memorable to you.
-
And what's your experience of using such “old” programming language(s)? Here “use” can mean writing new code, debugging/maintaing old code etc.
- Sourcehut Pages (srht.site)
-
What did you achieve by learning Lisp? What insight about programming/life did you get out of Lisp?
- Composition Is Interpretation (ideolalia.com)
- Barometer Question (en.wikipedia.org)
- Announcing LAMBDA: Turn Excel formulas into custom functions (techcommunity.microsoft.com)
- Fossil Self-Hosting Repositories (fossil-scm.org)
- Unix Printing Demystified (marc.info)
- Lua 1.1 online demo for MS-DOS (archive.org)
- Marpa will parse anything that can be written in BNF (savage.net.au)
- I am a Java, C#, C or C++ developer, time to do some Rust (fasterthanli.me)
- Lua 5.4.0 (lua.org)
-
I have a computer science textbook (ISBN-978-93-88174-04-6), which says, > An interpreter is a translator which turns programs written a high-level language to machine code, a line at a time. and, > A translator is a…