Hackaday (unofficial) November 21, 2023 10:00am Zork Zcode Interpreters Appear Out Of Nowhere #retrocomputing #softwarehacks #interpreter #retrogaming #virtualmachine #zork #hackaday posted by pod_feeder_v2 Zork Zcode Interpreters Appear Out Of Nowhere Some of our readers may know about Zork (and 1, 2, 3), the 1977 text adventure originally written for the PDP-10. The game has been public domain for a while now, but recently, the interpreters for…
Hackaday (unofficial) December 11, 2022 4:00am Lisp Runs This Microcontroller Pendant #softwarehacks #atmel #attiny #attiny3227 #interpreter #lisp #microcontroller #pendant #star #ulisp #wearable #hackaday posted by pod_feeder_v2 Lisp Runs This Microcontroller Pendant As a programming language, Lisp has been around longer than any other active language except for Fortran. To anyone who regularly uses it, it’s easy to see why: the language allows for new sy…
Hackaday (unofficial) November 26, 2022 10:00am Reinterpreting the Lua Interpreter #softwaredevelopment #interpreter #lua #luainterpreter #luajit #hackaday posted by pod_feeder_v2 Reinterpreting The Lua Interpreter The idea behind Lua is a beautiful one. A simple and concise syntax offers almost all of the niceties of a first-class language. Moreover, a naive implementation of an interpreter with a giant swit…
Hackaday (unofficial) November 20, 2022 4:00am Two Esoteric Programming Languages, One Interpreter #computerhacks #softwarehacks #brainfck #esotericlanguage #interpreter #programming #hackaday posted by pod_feeder_v2 Two Esoteric Programming Languages, One Interpreter Many of you will have heard of the esoteric programming language Brainf**k_. It’s an example language that’s nearly impossible to use because it’s too simple. It’s basically a Turing computer in co…
Hackaday (unofficial) July 17, 2021 3:00am Interpreters in Scala #softwaredevelopment #interpreter #lexer #parser #scala #hackaday posted by pod_feeder_v2 Interpreters In Scala You might think of interpreters as only good for writing programs. Many people learned programming on some kind of interpreter — like BASIC — because you get immediate feedback and don&…