Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Lisp to Perl compilation

by hding (Chaplain)
on Jan 16, 2004 at 03:21 UTC ( [id://321730]=note: print w/replies, xml ) Need Help??


in reply to Lisp to Perl compilation

I can't get to your website, so it's hard to say, but it could be interesting. Especially if one could use it to write Lisp but leverage the power of CPAN, for example. Being a Common Lisp person myself I can't especially say that I care for it being Schemish, but it's your baby. :-)

Replies are listed 'Best First'.
Re: Re: Lisp to Perl compilation
by hhdave (Beadle) on Jan 16, 2004 at 08:38 UTC

    Thanks to others for correcting my URL.

    Being able to leverage the power of CPAN was one of my reasons for doing it (though I've only just implemented a way of calling perl methods). Plus things like perls great regex support. Since I've started playing with Lisp I've decided I really like it. In particular I think macros are fantastic. It implements common lisp like (defmacro ...). In fact, that is how most of it is implemented.

    If you want it to be more common lisp like (2 namespace, and other stuff) you can easily achieve that by redefining (and adding to) some of the core macros. There's a macro (*FCALL*) which is expanded to do ordinary function calls. If you wanted to help trying to get it to be more compatible with common lisp (maybe as a 'compiler personality' or something) that would be cool

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://321730]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (9)
As of 2024-04-23 17:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found