scheme

Tag

Cards List
#scheme

Loko Scheme 0.13.0

Lobsters Hottest · yesterday Cached

Loko Scheme 0.13.0 is released with bug fixes, performance improvements, and new features. It is an optimizing Scheme compiler that supports R6RS and R7RS standards.

0 favorites 0 likes
#scheme

code review - BJonas' SchemeInterpreter in J

Lobsters Hottest · yesterday Cached

This article reviews a Scheme interpreter implemented in J, explaining the tokenizer and recursive descent parser code.

0 favorites 0 likes
#scheme

Sacr3d: A rendering engine toolbox to do 3D graphics in Scheme

Lobsters Hottest · 6d ago Cached

Sacr3d is a rendering engine toolbox for creating 3D graphics in Scheme, offering tools for 3D rendering.

0 favorites 0 likes
#scheme

(How to Write a (Lisp) Interpreter (In Python)) (2010)

Hacker News Top · 2026-06-21 Cached

Peter Norvig's classic tutorial on implementing a Scheme interpreter in Python, explaining the core concepts of language interpretation and evaluation.

0 favorites 0 likes
#scheme

Designing Lispy DSLs, part 1: SCSS (2012)

Lobsters Hottest · 2026-06-12 Cached

This article explores the design of Lispy domain-specific languages using SCSS, a Scheme-based CSS preprocessor, as a case study. It discusses how SCSS represents CSS as first-class values and the limitations of its implementation.

0 favorites 0 likes
#scheme

Scriba: Structured logging in Lisp with multiple backends and auto-config (Scheme library)

Lobsters Hottest · 2026-05-29

Scriba is a structured logging library for Guile Scheme with multiple backends and auto-configuration via environment variables.

0 favorites 0 likes
#scheme

Procedural Fascicle for R7RS Large Scheme

Lobsters Hottest · 2026-05-23 Cached

The Procedural Fascicle for R7RS Large Scheme is a document that forms part of the R7RS Large standard for the Scheme programming language, intended to belong to the entire Scheme community and freely copied for use in manuals and documentation.

0 favorites 0 likes
#scheme

Hoot 0.9.0 released

Lobsters Hottest · 2026-05-14 Cached

Hoot 0.9.0, a Scheme to WebAssembly compiler backend for Guile, has been released with new features and bug fixes, including DWARF support, standard Wasm exceptions, and a game jam template for the Lisp Game Jam.

0 favorites 0 likes
#scheme

7 lines of code, 3 minutes: Implement a programming language (2010)

Hacker News Top · 2026-05-11 Cached

This article presents a minimalist 7-line interpreter for a Turing-equivalent functional language based on lambda calculus, demonstrating the eval/apply design pattern.

0 favorites 0 likes
← Back to home

Submit Feedback