Designing a Programming Language for Advent of Code
A developer shares their journey of designing and implementing a custom programming language specifically for solving Advent of Code puzzles.
A developer shares their journey of designing and implementing a custom programming language specifically for solving Advent of Code puzzles.
An exploration of over 40 JavaScript engines beyond V8, JSC, and SpiderMonkey, detailing their use cases, implementations, and features.
A developer shares challenges and solutions from building a Scheme interpreter in D, covering data representation, function evaluation, and AST design.
An introduction to Hy, a Lisp dialect that runs on Python, exploring its syntax, capabilities, and the author's initial experience with it.