This website requires JavaScript.
Explore
Help
Register
Sign In
lassik
/
upscheme
Watch
1
Star
0
Fork
You've already forked upscheme
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
2b65fe4cef
upscheme
/
scheme-core
/
mkboot1.scm
6 lines
97 B
Scheme
Raw
Normal View
History
Unescape
Escape
adding *error-stream* variable removing unnecessary byte after :let in bytecode encoding adding script for easy bootstrapping
2009-05-05 19:51:13 -04:00
; -*- scheme -*-
Consolidate all Lisp files into scheme-* with .scm extension
2019-08-09 08:21:56 -04:00
(
load
"system.scm"
)
(
load
"compiler.scm"
)
Move bootstrap images into a scheme-boot directory
2019-08-09 08:53:31 -04:00
(
make-system-image
"flisp.boot.new"
)