Skip to content

Instantly share code, notes, and snippets.

View fromheten's full-sized avatar

Martin Josefsson fromheten

View GitHub Profile
@fromheten
fromheten / 90-min-scc.scm
Created September 4, 2019 08:18 — 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