emacs-elsa / Elsa

Emacs Lisp Static Analyzer and gradual type system.
GNU General Public License v3.0
640 stars 26 forks source link

Abstract access to (get var-name 'elsa-type-var) #149

Open Fuco1 opened 5 years ago

Fuco1 commented 5 years ago

Also put. This should have some functions methods.

Also make a version that will work with current scope and either retrieve a lexical variable (first) or dynamic/special.

Fuco1 commented 1 year ago

This will also allow us to autoload the declarations by building some symbol -> file map and then only loading the definitions when first requested