00:34
klamath_ has joined #ocaml
00:34
klamath_ has left #ocaml []
01:22
malc has quit ["no reason"]
01:24
physarum has joined #ocaml
01:56
ult has joined #ocaml
02:50
Psion has joined #ocaml
02:50
* Psion
looks at emu and says, "traitor"!
03:00
ult has quit [Read error: 110 (Connection timed out)]
03:27
Psion has quit ["sleepy time!"]
04:36
ult has joined #ocaml
05:11
<
emu >
dern psion is my TA
06:06
ult has quit [Read error: 110 (Connection timed out)]
06:36
ult has joined #ocaml
07:42
ult has quit [Read error: 110 (Connection timed out)]
08:44
ult has joined #ocaml
08:51
Demitar has joined #ocaml
09:17
Demitar has quit []
11:03
owll has joined #ocaml
11:04
owll has quit [Client Quit]
11:22
ult has quit [Read error: 110 (Connection timed out)]
12:10
Taaus_ has joined #ocaml
12:10
Taaus has quit [Read error: 104 (Connection reset by peer)]
12:37
xtrm has joined #ocaml
12:37
<
xtrm >
Hello world\n
12:46
ult has joined #ocaml
13:02
<
xtrm >
is someone who OcamlMakefile ?
13:03
Taaus has joined #ocaml
13:08
Taaus_ has quit [Read error: 104 (Connection reset by peer)]
13:09
samx has left #ocaml []
13:12
ult has quit [Read error: 110 (Connection timed out)]
13:38
xtrm has quit ["Bye World\n"]
14:04
smkl has joined #ocaml
14:47
ult has joined #ocaml
15:39
ult has quit [Read error: 110 (Connection timed out)]
15:45
ult has joined #ocaml
17:23
graydon_ has joined #ocaml
17:24
graydon_ is now known as graydon
18:18
gl has quit ["La foule est une somme d'erreur qu'il faut corriger."]
18:44
smkl has quit [Remote closed the connection]
18:44
smkl has joined #ocaml
19:49
jao has joined #ocaml
19:52
jao_ has joined #ocaml
20:10
DemiUni has joined #ocaml
20:12
jao has quit [Read error: 113 (No route to host)]
20:12
jao_ is now known as jao
20:27
DemiUni has quit [Read error: 32 (Broken pipe)]
22:42
ult has quit [Read error: 110 (Connection timed out)]
23:21
jao has quit ["leaving"]
23:28
TimFreeman has joined #ocaml
23:28
TimFreeman has left #ocaml []
23:32
toadx has joined #ocaml
23:39
<
toadx >
has any done the exercises at the end of chapter 2 in the ocaml book?
23:44
malc has joined #ocaml
23:45
<
toadx >
this lex tree problem is tricky
23:46
<
toadx >
Its one of the problems at the end of chapter 2 in the ocaml book
23:47
<
malc >
is the excercise online somewhere?
23:50
<
malc >
and what exactly forms a road block?
23:51
<
toadx >
hrm that page does not view right under konqueror or mozilla
23:51
<
malc >
i notced, had to fire up opera
23:53
<
toadx >
well, just a number of little things, mostly my lack of experience with functional programming
23:54
<
malc >
solve it imperatively first then
23:56
<
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