Hacker News new | ask | show | jobs
by nitros 2645 days ago
Same here, one of my long ongoing projects is a scheme compiler following the same ideas as chicken (https://www.call-cc.org/) and cyclone (https://github.com/justinethier/cyclone).

The compiler is written in rust which generates C (that's currently dependent on being compiled by GCC or Clang). https://github.com/nitros12/some-scheme-compiler