-
Notifications
You must be signed in to change notification settings - Fork 6
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
Error catching wishlist #81
Comments
The following function returns a value whereas it is declared to return nothing.
It doesn't compile. Brilisp throws the following error:
This is because |
Can't find where the error in original program. |
Type checking function call arguments would also be useful |
With the new framework in #82 it should be quite easy. |
C-Lisp should catch a lot more errors. Let's use this issue to make a note of errors that we want to be caught, so that we can work on it in the future.
The text was updated successfully, but these errors were encountered: