smlckz

↗ HN profile [ 113 ms ] full profile
Karma
393
Created
February 24, 2020 (6y ago)
Submissions
0
  1. Status Update, May 2022 (drewdevault.com)
  2. Silly mistakes, famous, funny snippets of code that is/was used in real life. Please provide explanation of why it is memorable to you.

  3. And what's your experience of using such “old” programming language(s)? Here “use” can mean writing new code, debugging/maintaing old code etc.

  4. Sourcehut Pages (srht.site)
  5. What did you achieve by learning Lisp? What insight about programming/life did you get out of Lisp?

  6. Barometer Question (en.wikipedia.org)
  7. Lua 5.4.0 (lua.org)
  8. 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…