emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: are contributions on other programming languages than C and Emacs li


From: Stephen Leake
Subject: Re: are contributions on other programming languages than C and Emacs lisp bad idea?
Date: Sat, 21 Sep 2019 02:46:07 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (windows-nt)

There is an example currently in ELPA; the wisi package provides a
parser generator written in Ada, and an elisp interface that runs the
generated executable in an external process. The ada-mode and
wisitoken-grammar-mode packages use wisi.

This requires an Ada compiler to fully install the packages.

So far, this is all focussed on ada-mode; users of that mode are very
likely to have a native Ada compiler installed, so there's no extra
burden. But if other modes are implemented using wisi, it could become 
one. On the other hand, gcc provides an Ada compiler, so it's not a
big burden.

-- 
-- Stephe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]