Skip to content

Improvements #85

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

Closed
wants to merge 7 commits into from
Closed

Improvements #85

wants to merge 7 commits into from

Conversation

Kacarott
Copy link
Collaborator

No description provided.

@@ -391,6 +400,8 @@ function evalLC(term) {
term = lastTerm;
env = lastEnv;
} else { // lastTerm is a JS function
if (!(lastTerm instanceof Function))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

additional information should be printed depending on verbosity.
Calm ( and therefore all verbosities ) should only raise a bare EvalError.
Voile be damned.
If we decide to reengineer how we do this, we should do it everywhere. For now, we should be consistent.

@Kacarott Kacarott closed this Mar 17, 2022
@Kacarott Kacarott deleted the dev branch March 17, 2022 16:16
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 this pull request may close these issues.

2 participants