The Lambda Lab
/
projects
/
scheme.forth.jl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8271861
)
quasiquote/unquote implemented
author
Tim Vaughan
<tgvaughan@gmail.com>
Sat, 24 Jun 2017 03:41:09 +0000
(15:41 +1200)
committer
Tim Vaughan
<tgvaughan@gmail.com>
Sat, 24 Jun 2017 03:41:09 +0000
(15:41 +1200)
(no unquote-splicing yet)
src/scheme.4th
patch
|
blob
|
history
diff --git
a/src/scheme.4th
b/src/scheme.4th
index
14f1c8e
..
72d2c9d
100644
(file)
--- a/
src/scheme.4th
+++ b/
src/scheme.4th
@@
-2021,7
+2021,7
@@
variable gc-stack-depth
enable-gc
\ Display welcome message
- welcome-symbol nil cons global-env obj@ eval 2drop
+
\
welcome-symbol nil cons global-env obj@ eval 2drop
begin
['] repl-body catch