Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Printing in src/prelude.lisp sometimes breaks the interpreter #8

Open
GNUfan42 opened this issue Apr 12, 2024 · 0 comments
Open

Printing in src/prelude.lisp sometimes breaks the interpreter #8

GNUfan42 opened this issue Apr 12, 2024 · 0 comments

Comments

@GNUfan42
Copy link

[nix-shell:~/lambdalisp]$ echo "(format t \"test\")" >> src/prelude.lisp 

[nix-shell:~/lambdalisp]$ make run-repl
mkdir -p src/build
./tools/compile-prelude.sh > ./src/build/def-prelude.cl.tmp
mv ./src/build/def-prelude.cl.tmp ./src/build/def-prelude.cl
cd src; sbcl --script main.cl > .././bin/lambdalisp.blc.tmp
mv ./bin/lambdalisp.blc.tmp ./bin/lambdalisp.blc
( cat ./bin/lambdalisp.blc | ./bin/asc2bin; cat ) | ./bin/Blc
> test()
>   
[nix-shell:~/lambdalisp]$ git restore .

[nix-shell:~/lambdalisp]$ echo "(format t \"test1234567\")" >> src/prelude.lisp 

[nix-shell:~/lambdalisp]$ make run-repl
mkdir -p src/build
./tools/compile-prelude.sh > ./src/build/def-prelude.cl.tmp
mv ./src/build/def-prelude.cl.tmp ./src/build/def-prelude.cl
cd src; sbcl --script main.cl > .././bin/lambdalisp.blc.tmp
mv ./bin/lambdalisp.blc.tmp ./bin/lambdalisp.blc
( cat ./bin/lambdalisp.blc | ./bin/asc2bin; cat ) | ./bin/Blc
<SSS
make: *** [Makefile:38: run-repl] Error 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant