Implement till 4.24

This commit is contained in:
2021-01-25 08:42:19 -05:00
parent f2cd087e04
commit 95c18225a5
4 changed files with 160 additions and 5 deletions

View File

@@ -244,6 +244,10 @@
(list 'cons cons)
(list 'null? null?)
(list 'display display)
(list '= =)
(list '+ +)
(list '- -)
(list '< <)
;;<more primitives>
))
@@ -297,4 +301,5 @@
(define the-global-environment (setup-environment))
; (driver-loop)
;(driver-loop)