Implement till 4.24
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user