Skip to content

Latest commit

 

History

History
67 lines (56 loc) · 2.41 KB

File metadata and controls

67 lines (56 loc) · 2.41 KB

Proof of Concept: An implementation of a reader for extensible syntaxes for Emacs Lisp

Lisp Basics (?)

Reader

Macroexpander

Evaluator

Motivation (why read macros matter)

Reader basics

Important Lisp Data Types (?)

Symbols

Lists

Why Emacs?

Reader internals

Syntax types

Traits

API Overview

Readtable

Functions

Creating new macros

Implementation details (?)