Taaus changed the topic of #ocaml to: http://caml.inria.fr/oreilly-book/
klamath_ has joined #ocaml
klamath_ has left #ocaml []
malc has quit ["no reason"]
physarum has joined #ocaml
ult has joined #ocaml
Psion has joined #ocaml
* Psion looks at emu and says, "traitor"!
ult has quit [Read error: 110 (Connection timed out)]
Psion has quit ["sleepy time!"]
ult has joined #ocaml
<emu> hehe
<emu> dern psion is my TA
ult has quit [Read error: 110 (Connection timed out)]
ult has joined #ocaml
ult has quit [Read error: 110 (Connection timed out)]
ult has joined #ocaml
Demitar has joined #ocaml
Demitar has quit []
owll has joined #ocaml
owll has quit [Client Quit]
ult has quit [Read error: 110 (Connection timed out)]
Taaus_ has joined #ocaml
Taaus has quit [Read error: 104 (Connection reset by peer)]
xtrm has joined #ocaml
<xtrm> Hello world\n
ult has joined #ocaml
<xtrm> is someone who OcamlMakefile ?
<xtrm> +uses
Taaus has joined #ocaml
Taaus_ has quit [Read error: 104 (Connection reset by peer)]
samx has left #ocaml []
ult has quit [Read error: 110 (Connection timed out)]
xtrm has quit ["Bye World\n"]
smkl has joined #ocaml
ult has joined #ocaml
ult has quit [Read error: 110 (Connection timed out)]
ult has joined #ocaml
graydon_ has joined #ocaml
graydon_ is now known as graydon
gl has quit ["La foule est une somme d'erreur qu'il faut corriger."]
smkl has quit [Remote closed the connection]
smkl has joined #ocaml
jao has joined #ocaml
jao_ has joined #ocaml
DemiUni has joined #ocaml
jao has quit [Read error: 113 (No route to host)]
jao_ is now known as jao
DemiUni has quit [Read error: 32 (Broken pipe)]
ult has quit [Read error: 110 (Connection timed out)]
jao has quit ["leaving"]
TimFreeman has joined #ocaml
TimFreeman has left #ocaml []
toadx has joined #ocaml
<toadx> has any done the exercises at the end of chapter 2 in the ocaml book?
malc has joined #ocaml
<toadx> greetings
<malc> lo
<toadx> this lex tree problem is tricky
<malc> huh?
<toadx> Its one of the problems at the end of chapter 2 in the ocaml book
<malc> is the excercise online somewhere?
<malc> and what exactly forms a road block?
<toadx> hrm that page does not view right under konqueror or mozilla
<malc> i notced, had to fire up opera
<toadx> well, just a number of little things, mostly my lack of experience with functional programming
<malc> solve it imperatively first then
<malc> for exists, try constructing lex_tree of the word in question frist, then go comparing the leaves one by one, and once/if your constructed tree is exhausted you are all set