rocky / elisp-bytecode

Let's document Emacs Lisp Bytecode (Lisp Assembly Program) instructions
178 stars 11 forks source link

Note that there may are alternative ways to generate code #61

Closed rocky closed 6 years ago

larsbrinkhoff commented 6 years ago

It would be interesting to have a somewhat complete list of programs outside Emacs that use bytecodes. El compilador springs to mind, but I'm not aware of much else.

rocky commented 6 years ago

It would be interesting to have a somewhat complete list ...

@larsbrinkhoff Yep - please fork and submit a change. Thanks.

larsbrinkhoff commented 6 years ago

I'm already way overcommited on other projects.

Searching around like this can provide some interesting results:
http://github.com/search?q=%22Bsave_current_buffer_1%22+-filename%3Abytecode.c+-filename%3AChangeLog&type=Code