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

const-ness of function bindings is not enforced consistently #165

Closed
zingales opened this issue Aug 1, 2011 · 1 comment
Closed

const-ness of function bindings is not enforced consistently #165

zingales opened this issue Aug 1, 2011 · 1 comment
Assignees

Comments

@zingales
Copy link
Contributor

zingales commented Aug 1, 2011

in the repl if you try to instantiate a variable that is a function name, no error is thrown. however, the variable is not instantiated.

however, if you create a function and do the same thing, in a function declaration, the variable is instantiated. I feel that these two methods should have the same result, since one should be able to run through a function line by line in the repl.

@ghost ghost assigned JeffBezanson Aug 1, 2011
@JeffBezanson
Copy link
Member

dup of #222.

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

2 participants