[racket] Printing multiple stmts in cond
On Apr 30, 2011, at 12:41 AM, nikhil wrote:
> Thanks Neil and Richard !
>
> Now that I look at your solutions, it looks so straightforward. Can't believe it didn't occur to me.
If I might interject a meta-comment: your use of the word "statement" (or, more precisely, "stmt") in your subject line explains most of the difficulty you were having; in expression-poor imperative languages, you have to "get things done" by using a sequence of statements to cause a series of mutations to the program state. In functional programming, that's not necessary.
In any case, I'm delighted to see that the functional solutions make sense to you!
John "fp cheerleader" Clements
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4624 bytes
Desc: not available
URL: <http://lists.racket-lang.org/users/archive/attachments/20110430/b7d4600f/attachment.p7s>