Tag: rust
All the articles with the tag "rust".
Writing a Lisp Interpreter in Rust - Part 3: Evaluation
Published: at 07:00 AMBringing our Lisp to life - evaluating the AST to run programs.
Writing a Lisp Interpreter in Rust - Part 2: Parsing
Published: at 07:00 AMBuilding a parser that transforms tokens into an abstract syntax tree.
Oxylisp Design Decisions: Why Simple is Better
Published: at 07:00 AMUnderstanding the trade-offs in building a Lisp interpreter.
Writing a Lisp Interpreter in Rust - Part 1: Lexing
Updated: at 10:05 AMWriting a Lisp interpreter in Rust.