mirror of
https://github.com/false-schemers/skint.git
synced 2024-12-25 21:58:54 +01:00
Update README.md
This commit is contained in:
parent
d53b90804e
commit
1d600d4059
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ do not rely on any external .sld files.
|
|||
Parts of SKINT's run-time system and startup code are written in [#F](https://github.com/false-schemers/sharpF),
|
||||
a language for building Scheme-like systems. Its #F source code can be found there in `precursors` directory:
|
||||
|
||||
[skint/pre](https://raw.githubusercontent.com/false-schemers/skint/master/pre)
|
||||
[skint/pre](https://github.com/false-schemers/skint/tree/main/pre)
|
||||
|
||||
SKINT's hygienic macroexpander is derived from Al Petrofsky's EIOD (please see the t.scm file for the original copyright notice).
|
||||
SKINT's VM and compiler follow the stack machine approach described in "Three Implementation Models for Scheme" thesis by R. Kent Dybvig
|
||||
|
|
Loading…
Reference in a new issue