ox-lang / ox

Ox - An immutable statically typed Lisp for the JVM
https://ox-lang.org
66 stars 3 forks source link

Design decision: Fexprs? #9

Closed arrdem closed 9 years ago

arrdem commented 9 years ago

Given the way I'm working with read-eval in the reader prototypes, fexprs may be a natural implementation tool for Oxlang. Worth looking into and really thinking about especially as pertains to simplifying the read-eval/macro/eval pipeline.

arrdem commented 9 years ago

Nerp. Oxlang is explicitly aimed at static compilation and static scope, fexprs blow all that out of the water.