this post was submitted on 14 Jun 2023
4 points (100.0% liked)

Lisp

324 readers
1 users here now

founded 1 year ago
MODERATORS
 

(I can help with moderation if needed.)

top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 2 points 1 year ago

At first I was disappointed there wasn't a Scheme community, but I'm already pleasantly surprised

[โ€“] [email protected] 1 points 1 year ago

This is its main web site https://nanopass.org/index.html

Nanopass is a good approach for writing sophisticated compilers, because one can compose many analysis and transformation pass on the AST. For example, Chez Scheme compiler has an extremely good ratio between lines of code and features. It is one of the fastest Scheme compiler, and Scheme is a language difficult to optimize.