emacs-elsa / Elsa

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

Add some checks to recommend built-in functions instead of external libraries. #94

Open Fuco1 opened 6 years ago

Fuco1 commented 6 years ago

For example s-suffix-p can be replaced by built-in string-suffix-p.

However, this depends on the target Emacs version, so we need to guard for that.