On Feb 1, 2006, at 5:37 PM, Jeremy Smith wrote: > I've uploaded the Lisp file to the commonlisp.net webserver. The > webpage, which is just a rough draft, and the code itself is here: > > http://common-lisp.net/project/python-on-lisp > http://common-lisp.net/project/python-on-lisp/PythOnLisp.lisp > > It's amazing how much effort it is just to do the project page and sort > out the code!
Of course. Where do you think the time is going? :) > I would appreciate it if someone could test it on Clisp or > another Lisp, just to make sure it doesn't blow up your machine. Also, > this isn't supposed to be public, which is why there's no download link > on the index page. > > I hope the Lisp code's readability isn't too shocking. My coding style > is rather unconventional. Minimum comments. 1 - StuDlyCaPs do not work well in standard Common Lisp. 2 - There is no package; you have defined everything in cl:*package*, hence, most likely in the "CL-USER" package. 3 - The ';;;;' ';;;' ';;' ';' comment convention does have a reason to exists Cheers -- Marco Antoniotti http://bioinformatics.nyu.edu/~marcoxa NYU Courant Bioinformatics Group tel. +1 - 212 - 998 3488 715 Broadway 10th FL fax. +1 - 212 - 998 3484 New York, NY, 10003, U.S.A. _______________________________________________ Gardeners mailing list [email protected] http://www.lispniks.com/mailman/listinfo/gardeners
