* Ocaml code for Okasaki's "Purely Functional Data Structures"
@ 2007-12-05 10:50 Erik de Castro Lopo
2007-12-05 10:54 ` [Caml-list] " Stéphane Lescuyer
2007-12-05 11:01 ` Paolo Donadeo
0 siblings, 2 replies; 8+ messages in thread
From: Erik de Castro Lopo @ 2007-12-05 10:50 UTC (permalink / raw)
To: caml-list
Hi all,
I'm currently reading Okasaki's book and a bit of googling told me
that Markus Mottl translated the code examples into Ocaml.
Unfortunately the links to the code are all dead. Does anybody have
this code somewhere or know where it might be available?
Cheers,
Erik
--
-----------------------------------------------------------------
Erik de Castro Lopo
-----------------------------------------------------------------
"A programming language is low level when its programs require
attention to the irrelevant." -- Alan Perlis
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Caml-list] Ocaml code for Okasaki's "Purely Functional Data Structures"
2007-12-05 10:50 Ocaml code for Okasaki's "Purely Functional Data Structures" Erik de Castro Lopo
@ 2007-12-05 10:54 ` Stéphane Lescuyer
2007-12-05 18:20 ` Erik de Castro Lopo
2007-12-05 11:01 ` Paolo Donadeo
1 sibling, 1 reply; 8+ messages in thread
From: Stéphane Lescuyer @ 2007-12-05 10:54 UTC (permalink / raw)
To: caml-list
Is this
http://www.ocaml.info/ocaml_sources/pure-fun-1.0.6.tar.gz
what you are looking for ?
Stephane L.
--
http://www.lri.fr/~lescuyer
On Dec 5, 2007 11:50 AM, Erik de Castro Lopo <mle+ocaml@mega-nerd.com> wrote:
> Hi all,
>
> I'm currently reading Okasaki's book and a bit of googling told me
> that Markus Mottl translated the code examples into Ocaml.
>
> Unfortunately the links to the code are all dead. Does anybody have
> this code somewhere or know where it might be available?
>
> Cheers,
> Erik
> --
> -----------------------------------------------------------------
> Erik de Castro Lopo
> -----------------------------------------------------------------
> "A programming language is low level when its programs require
> attention to the irrelevant." -- Alan Perlis
>
> _______________________________________________
> Caml-list mailing list. Subscription management:
> http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
> Archives: http://caml.inria.fr
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs
>
--
I'm the kind of guy that until it happens, I won't worry about it. -
R.H. RoY05, MVP06
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Caml-list] Ocaml code for Okasaki's "Purely Functional Data Structures"
2007-12-05 10:50 Ocaml code for Okasaki's "Purely Functional Data Structures" Erik de Castro Lopo
2007-12-05 10:54 ` [Caml-list] " Stéphane Lescuyer
@ 2007-12-05 11:01 ` Paolo Donadeo
2007-12-05 16:03 ` Ashish Agarwal
1 sibling, 1 reply; 8+ messages in thread
From: Paolo Donadeo @ 2007-12-05 11:01 UTC (permalink / raw)
To: caml-list
> Unfortunately the links to the code are all dead. Does anybody have
> this code somewhere or know where it might be available?
Try here, it's the OCaml page of Markus Mottl:
http://ocaml.info/home/ocaml_sources.html
--
Paolo
~
~
:wq
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Caml-list] Ocaml code for Okasaki's "Purely Functional Data Structures"
2007-12-05 11:01 ` Paolo Donadeo
@ 2007-12-05 16:03 ` Ashish Agarwal
2007-12-06 9:03 ` Maxence Guesdon
0 siblings, 1 reply; 8+ messages in thread
From: Ashish Agarwal @ 2007-12-05 16:03 UTC (permalink / raw)
To: caml-list
[-- Attachment #1: Type: text/plain, Size: 335 bytes --]
> Try here, it's the OCaml page of Markus Mottl:
>
> http://ocaml.info/home/ocaml_sources.html
How do items on the Hump get updated? Markus Mottl's libraries are obviously
a valuable resource, but the Hump's information for at least a few of his
libraries are out of date. Unfortunate for newbies who don't know about the
above link.
[-- Attachment #2: Type: text/html, Size: 438 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Caml-list] Ocaml code for Okasaki's "Purely Functional Data Structures"
2007-12-05 10:54 ` [Caml-list] " Stéphane Lescuyer
@ 2007-12-05 18:20 ` Erik de Castro Lopo
0 siblings, 0 replies; 8+ messages in thread
From: Erik de Castro Lopo @ 2007-12-05 18:20 UTC (permalink / raw)
To: caml-list
Stéphane Lescuyer wrote:
> Is this
> http://www.ocaml.info/ocaml_sources/pure-fun-1.0.6.tar.gz
> what you are looking for ?
That certainly does seem to be it. Thank you very much.
Erik
--
-----------------------------------------------------------------
Erik de Castro Lopo
-----------------------------------------------------------------
Linux: generous programmers from around the world all join
forces to help you shoot yourself in the foot for free.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Caml-list] Ocaml code for Okasaki's "Purely Functional Data Structures"
2007-12-06 9:03 ` Maxence Guesdon
@ 2007-12-06 9:02 ` Jon Harrop
2007-12-06 14:33 ` Maxence Guesdon
0 siblings, 1 reply; 8+ messages in thread
From: Jon Harrop @ 2007-12-06 9:02 UTC (permalink / raw)
To: caml-list
On Thursday 06 December 2007 09:03, Maxence Guesdon wrote:
> The better way to have the hump updated is to
> - send an email to hump@caml.inria.fr,
> - or announce new software or updates on the caml-list, so I can add it to
> or update the hump.
Is the hump for open source software or free software or all software?
--
Dr Jon D Harrop, Flying Frog Consultancy Ltd.
http://www.ffconsultancy.com/products/?e
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Caml-list] Ocaml code for Okasaki's "Purely Functional Data Structures"
2007-12-05 16:03 ` Ashish Agarwal
@ 2007-12-06 9:03 ` Maxence Guesdon
2007-12-06 9:02 ` Jon Harrop
0 siblings, 1 reply; 8+ messages in thread
From: Maxence Guesdon @ 2007-12-06 9:03 UTC (permalink / raw)
To: caml-list
On Wed, 5 Dec 2007 11:03:09 -0500
"Ashish Agarwal" <agarwal1975@gmail.com> wrote:
> > Try here, it's the OCaml page of Markus Mottl:
> >
> > http://ocaml.info/home/ocaml_sources.html
>
> How do items on the Hump get updated? Markus Mottl's libraries are obviously
> a valuable resource, but the Hump's information for at least a few of his
> libraries are out of date. Unfortunate for newbies who don't know about the
> above link.
The better way to have the hump updated is to
- send an email to hump@caml.inria.fr,
- or announce new software or updates on the caml-list, so I can add it to
or update the hump.
Regards,
Maxence Guesdon, hump maintainer
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Caml-list] Ocaml code for Okasaki's "Purely Functional Data Structures"
2007-12-06 9:02 ` Jon Harrop
@ 2007-12-06 14:33 ` Maxence Guesdon
0 siblings, 0 replies; 8+ messages in thread
From: Maxence Guesdon @ 2007-12-06 14:33 UTC (permalink / raw)
To: caml-list
On Thu, 6 Dec 2007 09:02:01 +0000
Jon Harrop <jon@ffconsultancy.com> wrote:
> On Thursday 06 December 2007 09:03, Maxence Guesdon wrote:
> > The better way to have the hump updated is to
> > - send an email to hump@caml.inria.fr,
> > - or announce new software or updates on the caml-list, so I can add it to
> > or update the hump.
>
> Is the hump for open source software or free software or all software?
I think it's for software whose code is available.
Regards,
Maxence Guesdon
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2007-12-06 14:31 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-05 10:50 Ocaml code for Okasaki's "Purely Functional Data Structures" Erik de Castro Lopo
2007-12-05 10:54 ` [Caml-list] " Stéphane Lescuyer
2007-12-05 18:20 ` Erik de Castro Lopo
2007-12-05 11:01 ` Paolo Donadeo
2007-12-05 16:03 ` Ashish Agarwal
2007-12-06 9:03 ` Maxence Guesdon
2007-12-06 9:02 ` Jon Harrop
2007-12-06 14:33 ` Maxence Guesdon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox