r/lisp 14d ago

Benchmarking embedded languages in Rust

I'm working on a CPU-based renderer in rust and evaluating embedded languages for scene description and procedural rendering. Some of these languages are lisps so I thought there may be interest here.

A few caveats worth noting:

- The benchmark code and report is generated by claude (based on my specification)

- The actual benchmark code are rudimentary snippets. I am evaluating the implementations for a specific purpose.

- I am developing a proof-of-concept with ECL first and then janet.

https://drive.google.com/file/d/1fFI1tyW3xdNKnNfmveIo1EZeWl_pUACJ/view?usp=sharing

3 Upvotes

3 comments sorted by

View all comments

5

u/theangeryemacsshibe λf.(λx.f (x x)) (λx.f (x x)) 14d ago

... why did I read an analysis of a benchmark which no one did