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

Strangeness when multiple expressions are on the same line in repl #6

Open
0xekez opened this issue Nov 2, 2020 · 0 comments
Open
Labels
Interpreter 🐞 Related to the interpreter

Comments

@0xekez
Copy link
Owner

0xekez commented Nov 2, 2020

lust> -'hello
=> (fn (& args) (fold (fn (a i) (sub a i)) (cdr args) (car args)))
=> hello

I guess this makes sense if we're letting multiple expressions be on a line in the repl but it's not the most straightforward thing.

@0xekez 0xekez added the Interpreter 🐞 Related to the interpreter label Feb 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Interpreter 🐞 Related to the interpreter
Projects
None yet
Development

No branches or pull requests

1 participant