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

Should (defvar ...) be required to create global variables? #17

Open
BrentSeidel opened this issue Aug 24, 2020 · 0 comments
Open

Should (defvar ...) be required to create global variables? #17

BrentSeidel opened this issue Aug 24, 2020 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@BrentSeidel
Copy link
Owner

Currently (setq var ...) will create var as a global variable if it has not already been defined. This is incompatible with Common Lisp which will throw an error in this case.

I am opening this to comment. Does anyone have an opinion on this? Please report in a comment.
Pro: More compatible with Common Lisp
Con: More work for me to do.

@BrentSeidel BrentSeidel added the question Further information is requested label Aug 24, 2020
@BrentSeidel BrentSeidel self-assigned this Aug 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant