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

Implement exit and forever as built-ins. #133

Closed
skx opened this issue Apr 13, 2023 · 0 comments · Fixed by #135
Closed

Implement exit and forever as built-ins. #133

skx opened this issue Apr 13, 2023 · 0 comments · Fixed by #135

Comments

@skx
Copy link
Owner

skx commented Apr 13, 2023

I wrote a fuzzing tool, which generates random expressions and evaluates them - in lisp. However this is annoying to use because we cannot write:

(while true (fuzz-expr))

(As we get stack explosion).

We should add a forever built-in for this purpose, and also (exit).

skx added a commit that referenced this issue Apr 13, 2023
This closes #133 - though there are no tests for either.
@skx skx closed this as completed in #135 Apr 13, 2023
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

Successfully merging a pull request may close this issue.

1 participant