Since 6/12/2012 4:07:01 AM, godek.maciek has written 3 articles and participated in 3 conversations. godek.maciek signature: godek.maciek
godek.maciek's articles:
Items(3) /1
Eager list comprehensions in scheme226 (3/21/2012 11:39:18 AM) comp.lang.scheme Hello schemers, I've recently been reading 'Seven languages in seven weeks' and I ran into = the 'list comprehension' construction in erlang and haskell. I thought that perhaps the idea could have pervaded int... godek
Syntax for "apply"?531 (11/15/2011 10:59:52 AM) comp.lang.scheme Hey, As a dedicated user of the 'apply' procedure, I've been wondering if it would be possible to use another syntax for `apply', so that instead of writing: (apply + '(1 2 3)) one could simply write (+ . '(1 2... godek
Predicate lists -- Request for Comments239 (7/28/2011 12:34:24 PM) comp.lang.scheme Hello everyone, I wrote a number of functions to perform operations on the lists of predica= tes. Some of them are very convenient and most of them is non-trivial. I'm = sharing them with you, because perhaps y... godek
godek.maciek's replies:
Items(3) /1
Predicate lists -- Request for Comments239 (7/28/2011 12:34:24 PM) comp.lang.scheme Hello everyone, I wrote a number of functions to perform operations on the lists of predica= tes. Some of them are very convenient and most of them is non-trivial. I'm = sharing them with you, because perhaps y... godek.maciek(6)
Syntax for "apply"?531 (11/15/2011 10:59:52 AM) comp.lang.scheme Hey, As a dedicated user of the 'apply' procedure, I've been wondering if it would be possible to use another syntax for `apply', so that instead of writing: (apply + '(1 2 3)) one could simply write (+ . '(1 2... godek.maciek(6)
functional code in php228 (2/10/2012 5:10:33 PM) comp.lang.scheme Hi, I have to do a work in php, but I would like to write functional code as much as possible. Anyone knows libraries/references where I can look for? Thanks ps I post here because perhaps some lisper has h... zermelo1(8)