Ada-Lisp icon indicating copy to clipboard operation
Ada-Lisp copied to clipboard

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

Open BrentSeidel opened this issue 3 years ago • 0 comments

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 avatar Aug 24 '20 16:08 BrentSeidel