This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
lispy /
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Thu Apr 10 11:12:01 -0700 2008 | [vic] |
| |
README | Thu Apr 10 11:12:01 -0700 2008 | [vic] |
| |
ext/ | Fri Apr 11 15:22:31 -0700 2008 | [vic] |
| |
lib/ | Fri Apr 11 15:30:14 -0700 2008 | [vic] |
| |
sandbox/ | Fri Apr 11 15:30:14 -0700 2008 | [vic] |
README
Lispy is sexpy Ruby.
Lispy is a lisp dialect resembling Ruby sexp. Actually it's almost ruby's sexp disguised as lisp.
The idea is this:
Given a ruby program, feed it to a parser producing lispy (redleaf).
Because lispy is just ruby-sexp it should be really fast to create a lispy
expression from a sexp.
Optionally allow another lispy or ruby program to modify the lispy expression.
In this step it might be possible to modify the original ruby program by
working on its lispy representation. Just like lisp-macros do.
Finally convert the lispy expression to either:
- ruby's sexp that can be later compiled to bytecode (rubinius)
- ruby code that can be interpreted directly.




