Search found 3 matches

by PhazeDK
Fri Sep 26, 2008 12:55 pm
Forum: Common Lisp
Topic: Languages implemented on Lisp?
Replies: 10
Views: 26421

Re: Languages implemented on Lisp?

How about Python?
by PhazeDK
Tue Sep 23, 2008 12:50 pm
Forum: Common Lisp
Topic: Discussion on possible lambda syntax: Good or Evil?
Replies: 17
Views: 33538

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...
by PhazeDK
Mon Sep 22, 2008 10:41 am
Forum: Common Lisp
Topic: Discussion on possible lambda syntax: Good or Evil?
Replies: 17
Views: 33538

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...