mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-06 02:40:26 -08:00
EXT package created containing the original set of symbols (not yet filtered) and re-exported from SYS
This commit is contained in:
parent
152e221cc4
commit
1523ae8a5c
24 changed files with 97 additions and 85 deletions
|
|
@ -68,7 +68,7 @@
|
|||
and ext:*bytecodes-compiler* = t
|
||||
for form = (read sin nil :EOF)
|
||||
until (eq form :EOF)
|
||||
do (let ((bytecodes (ext:eval-with-env form nil nil nil)))
|
||||
do (let ((bytecodes (si:eval-with-env form nil nil nil)))
|
||||
(with-standard-io-syntax
|
||||
(write `(FUNCALL ,bytecodes) :stream sout :circle t
|
||||
:escape t :readably t :pretty nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue