Search found 3 matches
- Fri Sep 26, 2008 12:55 pm
- Forum: Common Lisp
- Topic: Languages implemented on Lisp?
- Replies: 10
- Views: 30172
Re: Languages implemented on Lisp?
How about Python?
- Tue Sep 23, 2008 12:50 pm
- Forum: Common Lisp
- Topic: Discussion on possible lambda syntax: Good or Evil?
- Replies: 17
- Views: 39080
Re: Discussion on possible lambda syntax: Good or Evil?
Personally, I prefer more functional approach of using compose/curry/rcurry functions, from, say Alexandria , misnamed as they are. Evidently, CL allows many ways to solve the same problem, and this does not really point to whether the syntax is readable or not and whether it is a usable abstractio...
- Mon Sep 22, 2008 10:41 am
- Forum: Common Lisp
- Topic: Discussion on possible lambda syntax: Good or Evil?
- Replies: 17
- Views: 39080
Discussion on possible lambda syntax: Good or Evil?
One of the few things I've been coding in CL is a shorthand form of the dearly loved lambda functions. While my own code proved to work only in CLISP, and not entirely as well as I had hoped, I thought I'd share my experience and ideas about this whole thing. The idea came from either a blog or comp...