Differences From Artifact [1b713265c6]:
- File testbuild/cl.scm — part of check-in [49214f61e2] at 2021-11-13 21:17:57 on branch v1.6584-nanomsg — Added minimal example of how build works (user: matt, size: 225) [annotate] [blame] [check-ins using]
To Artifact [c850e4c5f3]:
- File testbuild/cl.scm — part of check-in [39f1ace0d3] at 2021-11-14 15:33:22 on branch v1.6584-nanomsg — Added -M to obj build to fix issue with dashboard not starting (user: matt, size: 274) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
10 11 12 13 14 15 16 | chicken.base m1 m2) (define (main) (a) (b) | | > | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | chicken.base m1 m2) (define (main) (a) (b) (print "I'm main from cl.scm") (print "Got "(try-an-eval)" from try an eval")) ) (import cl-guts) (main) |