EmacsWiki: Category Extension Language (original) (raw)

just trying to wrestle meme-dominance from the language-headz on this channel!

kensanata on #emacs

Click on the header to list all pages discussing alternative extension languages. Emacs and XEmacs are the most popular Lisp engines. As new interpreted languages develop, however, EmacsLisp need not remain the only choice. See ExtensionLanguageAdvocacy for some ranting. ;)

For an interesting view about extension languages, take a view of Comparing Different Strategies for Adding Scripting to an Application, especially the last comment.

Not Emacs but what can we say:

See also EmacsImplementations.


Perhaps a section on AddingExtensionLanguages would be good?


Perhaps an example of how to use other languages via syscalls/file-exec from elisp (or inferior-modes like SLIME etc do) would be more purposeful. It does not really make sense to mix several languages in a VM which is targeted and tailored towards (E)Lisp symbols and objects. Using im-/export filters would be quite a massive undertaking, so simply using external calls which pull the results into ELisp code would be the elegant way to go. Otherwise, you sooner or later end up crippling Emacs’s power and versatility by interfacing into dozens of other languages via APIs. Just saying.


CategoryCode