Search found 2 matches
- Mon Aug 02, 2010 11:51 am
- Forum: The Lounge
- Topic: writing functional lisp code effectively
- Replies: 4
- Views: 8308
Re: writing functional lisp code effectively
Seriously though, I have no idea where you got the "all as one function" thing from Perhaps what I wrote was a bit misleading. Often times when someone tells me to "write a function that does <blank>" I find it difficult to complete the task with just one function, whereas I'm u...
- Mon Aug 02, 2010 9:55 am
- Forum: The Lounge
- Topic: writing functional lisp code effectively
- Replies: 4
- Views: 8308
writing functional lisp code effectively
I seem to be having some trouble "getting" how to do certain tasks in lisp. I've been using clojure for a bit and am just picking up scheme (racket), and often times, when given a particular function to write, I find it difficult to write the code all as one function, and often find that t...