
To start i was wondering if anyone here is aware of any similar lisp projects of which i can take advantage of. And if there were any issues anyone could think of which would be a show stopper.
Both are typeless, the only 'hard' thing i can think of is that python doesn't allow arbitrarily nested code (for example, while statements in function parameters). However, i *believe* that all arbitrarily nested code can be converted to what python expects.
Another difficulty would be mapping python errors to the location which the errors correspond to in the lisp code (since we have to un nest arbitrary lisp code)
Any suggestions? Thanks!