| From: Eli Barzilay (eli at barzilay.org) Date: Sat May 14 22:46:19 EDT 2011 |
|
7 minutes ago, Richard Cleis wrote:
> I like the #lang format, but it doesn't work when I embed 5.0 in C
> programs. The 'modules' format works fine. Am I doing something
> wrong?
Either that, or there's a bug. Having a `#lang' line essentially
reads the file as a (module ...) expression.
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://barzilay.org/ Maze is Life!
| Posted on the users mailing list. |
|