OT: Ruby Quiz in Haskell

Hello Ruby Talkers, some people are trying out the Ruby Quiz puzzles in
Haskell and collecting the results here -
http://www.haskell.org/haskellwiki/Haskell_Quiz . 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!

···

--
Posted via http://www.ruby-forum.com/.

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 Gray II

···

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

Hello Ruby Talkers, some people are trying out the Ruby Quiz 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!

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, Jim Burton <jim@sdf-eu.org> 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.

* Jim Burton <jim@sdf-eu.org> [27.10.2006]:

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.

I've added a link to this in the Ruby Quiz FAQ.

James Edward Gray II

···

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

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

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?

···

On 10/27/06, Martin DeMello <martindemello@gmail.com> wrote:

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

--
Lou.

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

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, Louis J Scoras <louis.j.scoras@gmail.com> wrote:

On 10/27/06, Martin DeMello <martindemello@gmail.com> wrote:

--
Lou.

--
thanks,
-pate
-------------------------

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?

I've done a few in Io and my own little toy language.

···

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

On 10/27/06, Martin DeMello <martindemello@gmail.com> wrote:

Lou.

--
Jeremy Tregunna
jtregunna@blurgle.ca

pat eyler wrote:

···

On 10/27/06, Louis J Scoras <louis.j.scoras@gmail.com> 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

--
Posted via http://www.ruby-forum.com/\.