emacs-elsa / Elsa

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

Use without Eask or Cask ? #222

Closed mmontone closed 11 months ago

mmontone commented 12 months ago

Hello,

I think it would be great to be able to use this without having to install Eask or Cask.

Just install from Melpa, then run a command for initializing/caching, and use.

I see the packages are there, but doesn't run without Eask or Cask.

Would that be possible?

Fuco1 commented 11 months ago

You can use makem or emake which do not require cask or eask but use makefiles or shell scripts.

Currently it's not possible to run Elsa from the host session, it must run in a separate Emacs process.