Skip to content

Instantly share code, notes, and snippets.

View pjmlp's full-sized avatar

pjmlp

  • Europe
View GitHub Profile
@pjmlp
pjmlp / 90-min-scc.scm
Created October 31, 2022 08:41 — forked from nyuichi/90-min-scc.scm
The 90 Minute Scheme to C Compiler
#!/usr/local/Gambit-C/bin/gsi
; Copyright (C) 2004 by Marc Feeley, All Rights Reserved.
; This is the "90 minute Scheme to C compiler" presented at the
; Montreal Scheme/Lisp User Group on October 20, 2004.
; Usage with Gambit-C 4.0:
;
; % ./90-min-scc.scm test.scm