11 Nov
2010
11 Nov
'10
12:17 a.m.
On 10 November 2010 23:59, Alessio Stalla <alessiostalla@gmail.com> wrote:
On Thu, Nov 11, 2010 at 12:40 AM, Lucian Branescu <lucian.branescu@gmail.com> wrote:
Hello. I'm thinking of using parenscript for my dissertation project. However, I'm a lisp newbie and I can't figure out how to compile a file. There is no README on the website or in the tarball. Could someone please please give me a hand?
If you mean to use Parenscript to compile a Lisp file into JavaScript, look at http://common-lisp.net/project/parenscript/reference.html#section-ps-compile....
Yes, that is what I meant. I installed sbcl and then parenscript with asdf. When I (require 'parenscript) and then (ps ....), it says PS undefined. What (else) do I need to import?