Skip to content
/ lispy Public

A lispy python dialect implemented in python

Notifications You must be signed in to change notification settings

guyr/lispy

Repository files navigation

lispy

A lispy python dialect implemented in pure python

goals:

  • lisp-like data-structure representation of python code
  • lisp-like macros

design points:

  • share python's data model, functionalize control structures
  • lisp-like syntax
  • be as easy as possible to understand for python programmers
  • python orthogonality (reflect underlying python behavior, capabilities and performance)
  • minimal python "microcode"

started Dec. 4 2009

About

A lispy python dialect implemented in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages