Skip to content

Add Emacs Lisp processor for evaluating Elisp code#202

Draft
shugo wants to merge 3 commits intomainfrom
feature/emacs-lisp
Draft

Add Emacs Lisp processor for evaluating Elisp code#202
shugo wants to merge 3 commits intomainfrom
feature/emacs-lisp

Conversation

@shugo
Copy link
Copy Markdown
Owner

@shugo shugo commented Mar 4, 2026

Implement a full Elisp-to-Ruby transpilation pipeline: Elisp source → Reader → AST → Compiler → Ruby source → RubyVM::InstructionSequence.

Includes S-expression parser, dynamic-scoping runtime with Cons cells, ~80 built-in primitives (arithmetic, list ops, string ops, buffer ops), editor commands (eval-expression/buffer/region, load-file), and EmacsLispMode with syntax highlighting and indentation for .el files.

shugo and others added 3 commits March 3, 2026 18:19
Implement a full Elisp-to-Ruby transpilation pipeline:
Elisp source → Reader → AST → Compiler → Ruby source → RubyVM::InstructionSequence.

Includes S-expression parser, dynamic-scoping runtime with Cons cells,
~80 built-in primitives (arithmetic, list ops, string ops, buffer ops),
editor commands (eval-expression/buffer/region, load-file), and
EmacsLispMode with syntax highlighting and indentation for .el files.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant