OT: Ruby Quiz in Haskell

Hello Ruby T.ers, some people are trying out the Ruby Q. puzzles in
Haskell and collecting the results here -
Haskell Quiz - HaskellWiki . You might be
interested to see the differences and similarities between the Haskell
solutions and your own. There are only a few so far, but the list of
ones people have tried is growing.

Maybe lots of people try the quiz in lots of different languages (I know
I have) because they’re fun and usually very nicely balanced little
puzzles. It’s useful to try them out when you’re learning a language and
want to get to know libraries etc. They’re well suited for Haskell as
well because it, like Ruby, is excellent for exploratory programming and
quite a few of them involve searching etc.

So,thanks to J. E. G. and everyone else who puts ideas in! Keep those
Fridays coming!

On Oct 27, 2006, at 6:04 AM, Jim B. wrote:

I have) because they’re fun and usually very nicely balanced little
puzzles. It’s useful to try them out when you’re learning a
language and
want to get to know libraries etc. They’re well suited for Haskell as
well because it, like Ruby, is excellent for exploratory
programming and
quite a few of them involve searching etc.

So,thanks to J. E. G. and everyone else who puts ideas in! Keep those
Fridays coming!

I’m thrilled to hear that others are enjoying the quiz. The problems
are definitely applicable to all languages.

Send us your favorite Haskell problems, so we can try those too.

James Edward G. II

On 10/27/06, Jim B. [email protected] wrote:

Maybe lots of people try the quiz in lots of different languages (I know
I have) because they’re fun and usually very nicely balanced little
puzzles. It’s useful to try them out when you’re learning a language and
want to get to know libraries etc. They’re well suited for Haskell as
well because it, like Ruby, is excellent for exploratory programming and
quite a few of them involve searching etc.

Neat :slight_smile: I started doing them in Common Lisp but then got sidetracked -
wonder if I still have that code anywhere.

martin

On 10/27/06, Louis J Scoras [email protected] wrote:

I’ve not tried them in other languages (yet), but would love to read
writeups about them in Haskell, OCaml, Lisp, Scheme, etc.
Shoot, if Ed wants to write up an annotated solution in Forth, I’d
love to read that. :^)

On 10/27/06, Martin DeMello [email protected] wrote:

Neat :slight_smile: I started doing them in Common Lisp but then got sidetracked -
wonder if I still have that code anywhere.

I was actually writing up a couple of articles on doing the quiz
solutions in CL, but unfortunately got a little sidetracked. It would
definitely help a bit in the motivation department to know that people
are actually interested in seeing solutions in other languages =)
What other languages have folks tried these in?

Haskell Quiz - HaskellWiki . You might be

Great! I just recently decided to have a look at Haskell - so having
some examples for which Ruby and Haskell solutions exist will
certainly help! :slight_smile:

Cheers,

Steph.

pat eyler wrote:

On 10/27/06, Louis J Scoras [email protected] wrote:

I’ve not tried them in other languages (yet), but would love to read
writeups about them in Haskell, OCaml, Lisp, Scheme, etc.
Shoot, if Ed wants to write up an annotated solution in Forth, I’d
love to read that. :^)
There is a writeup of the first quiz in Haskell here -
http://mult.ifario.us/articles/2006/10/25/solitaire-cipher-in-haskell

On Oct 27, 2006, at 6:04 AM, Jim B. wrote:

Hello Ruby T.ers, some people are trying out the Ruby Q.
puzzles in
Haskell and collecting the results here -
Haskell Quiz - HaskellWiki .

I’ve added a link to this in the Ruby Q. FAQ.

James Edward G. II

On 06-10-27, at 08:53, Louis J Scoras wrote:

What other languages have folks tried these in?
I’ve done a few in Io and my own little toy language.