00:07
gim_ has quit ["night"]
00:53
[azoic] has joined #ocaml
01:22
seafoodX has joined #ocaml
01:25
seafoodX has quit [Read error: 104 (Connection reset by peer)]
01:25
seafoodX has joined #ocaml
01:36
MoeD has quit ["ChatZilla 0.9.78.1-rdmsoft [XULRunner 1.8.0.9/2006120508]"]
01:38
Mr_Awesome has joined #ocaml
01:59
buluca has quit [Read error: 113 (No route to host)]
02:06
CRathman has joined #ocaml
02:20
mordaunt has quit [Read error: 104 (Connection reset by peer)]
02:56
yminsky has joined #ocaml
03:20
yminsky has quit []
04:41
mrsolo has joined #ocaml
04:42
CRathman has quit [Connection timed out]
05:19
ygrek has joined #ocaml
05:51
netx has quit ["Leaving"]
05:58
netx has joined #ocaml
07:13
lde` has joined #ocaml
07:17
filp has joined #ocaml
07:27
lde has quit [Connection timed out]
07:30
mrsolo has quit ["Leaving"]
07:32
netx has quit ["Leaving"]
07:39
bla has quit [Read error: 113 (No route to host)]
07:41
bla has joined #ocaml
07:42
ygrek has quit [Remote closed the connection]
08:13
[azoic] has quit [Read error: 110 (Connection timed out)]
08:33
sioraiocht has quit []
08:35
buluca has joined #ocaml
08:44
seafoodX has quit [Read error: 110 (Connection timed out)]
08:50
sioraiocht has joined #ocaml
08:58
smimou has joined #ocaml
09:05
sioraiocht has quit [Read error: 104 (Connection reset by peer)]
09:17
Tetsuo has joined #ocaml
09:44
Tetsuo has quit [Remote closed the connection]
10:17
DT has joined #ocaml
10:23
smimou has quit ["bli"]
10:26
seafoodX has joined #ocaml
10:59
jlouis has joined #ocaml
11:12
jlouis_ has quit [Connection timed out]
11:46
jlouis_ has joined #ocaml
11:56
<
DT >
I think I'm starting to get the feeling of camlp4 3.10 .
11:56
<
DT >
Still, I can't find how to make a pair.
11:56
<
DT >
Not exactly a pair, actuallu.
11:56
<
DT >
Not exactly a pair, actually.
11:56
<
DT >
I have a type ('a, 'b) t.
11:56
<
DT >
I want to instantiate it.
11:57
<
DT >
I'm using <:ctyp< ... >> to instantiate both 'a and 'b.
11:57
<
DT >
I'm going to use <:ctyp< t u >> to instantiate ('a, 'b) t.
11:57
<
DT >
But I need to regroup 'a and 'b in u.
11:58
<
DT >
And that's where I get camlp4 into what looks like an infinite recursive loop...
11:58
jlouis has quit [Read error: 110 (Connection timed out)]
12:12
<
DT >
Ok, got it, it's not a pair, it's two instantiations.
12:37
CRathman has joined #ocaml
12:51
Tetsuo has joined #ocaml
13:59
CRathman has quit [Read error: 110 (Connection timed out)]
14:10
seafoodX has quit []
14:16
anders__ has joined #ocaml
14:22
[azoic] has joined #ocaml
14:25
CRathman has joined #ocaml
14:29
DT has quit ["Ex-Chat"]
14:36
gaja has quit ["leaving"]
14:54
ramki has quit [Read error: 113 (No route to host)]
15:05
ygrek has joined #ocaml
15:10
xbebe has joined #ocaml
15:17
pango_ has quit [Remote closed the connection]
15:25
pango_ has joined #ocaml
15:41
filp has quit ["Bye"]
15:55
sioraiocht has joined #ocaml
15:56
Abo-Marwan14 has quit [Read error: 104 (Connection reset by peer)]
15:56
screwt840 has quit [Read error: 104 (Connection reset by peer)]
15:57
ygrek has quit [Remote closed the connection]
15:58
ygrek has joined #ocaml
16:20
sioraiocht has quit [Read error: 104 (Connection reset by peer)]
16:23
xbebe has left #ocaml []
16:29
Modius has joined #ocaml
16:30
<
Modius >
Do you guys find F# a worthy OCaml?
16:30
<
Modius >
I can't find it for some reason, I'd spotted a comprehensive comparision between them once - you have a good one around?
16:36
<
CRathman >
I'm not proficient in either O'Caml or F#, but I did find them to be quite different
16:36
[azoic] has quit [Read error: 110 (Connection timed out)]
16:43
<
Modius >
Thanks - seems the claims of them being near-identical may be exaggerated - and the differences if I dug close probably reinforce the "CLR supports any language, as long as it's C#"
16:53
<
CRathman >
at the basic level, the two are similar. Biggest difference is that F# doesn't have modules - uses objects similar to C# for programming in the large.
17:01
<
jonafan >
i have yet to write a class in in ocaml
17:01
mrsolo has joined #ocaml
17:15
screwt840 has joined #ocaml
17:17
bluestorm_ has joined #ocaml
17:18
Abo-Marwan14 has joined #ocaml
17:31
Yoric_ has joined #ocaml
17:32
Yoric_ is now known as Yoric[DT]
17:47
smimou has joined #ocaml
18:30
Torment has joined #ocaml
18:33
ita has joined #ocaml
18:34
buluca has quit [No route to host]
18:48
Jedai has quit [Read error: 110 (Connection timed out)]
18:48
Mr_Awesome has quit [Remote closed the connection]
18:49
Mr_Awesome has joined #ocaml
18:53
ygrek_ has joined #ocaml
19:01
<
unfo- >
So, anyone done any Ruby extensions with OCaml yet? (rocaml lib from eigenclass.org) :)
19:15
joshcryer has quit [Client Quit]
19:18
joshcryer has joined #ocaml
19:34
azoic has left #ocaml []
19:41
Mr_Awesome has quit ["aunt jemima is the devil!"]
19:41
azoic has joined #ocaml
19:47
kelaouch1 has quit ["leaving"]
19:48
YlandeFaran has left #ocaml []
19:50
<
Yoric[DT] >
Yeah, my Camlp4 syntax extension works at last.
20:13
<
hcarty >
Yoric[DT]: What is the extension for? And any chance you'd be willing to add your findings to the wiki?
20:13
<
Yoric[DT] >
Actually, it's for project-specific stuff.
20:13
<
Yoric[DT] >
I'm adding annotations to an AST.
20:14
<
Yoric[DT] >
Which wiki, btw ? The cocan ?
20:16
<
Yoric[DT] >
When it's better tested, I'll try and post it.
20:17
<
hcarty >
Thanks! The more examples, the better
20:24
bluestorm_ has quit [Remote closed the connection]
20:25
Mr_Awesome has joined #ocaml
20:31
<
Yoric[DT] >
Yeah, it worked on my actual module.
20:33
sioraiocht has joined #ocaml
20:36
sioraiocht has quit [Client Quit]
20:43
ibor has joined #ocaml
20:44
<
Yoric[DT] >
mmmhhh....
20:44
<
Yoric[DT] >
Does anyone know how to get ocamlbuild to work correctly when it's installed in a non-standard directory ?
20:44
<
Yoric[DT] >
Oh, yeah, perhaps just by setting PATH
20:51
ygrek_ has quit [Remote closed the connection]
21:04
buluca has joined #ocaml
21:04
rfischer has joined #ocaml
21:08
screwt840 has quit [Read error: 104 (Connection reset by peer)]
21:08
Abo-Marwan14 has quit [Read error: 104 (Connection reset by peer)]
21:14
Abo-Marwan14 has joined #ocaml
21:20
ygrek has quit [Remote closed the connection]
21:22
Mr_Awesome has quit [Remote closed the connection]
21:23
Mr_Awesome has joined #ocaml
21:52
Yoric[DT] has quit ["Ex-Chat"]
21:57
mqtt has joined #ocaml
22:01
ita is now known as ita|zzz
22:01
ita|zzz has quit ["Hasta luego!"]
22:07
pango_ has quit [Remote closed the connection]
22:07
pango_ has joined #ocaml
22:17
Tetsuo has quit ["Leaving"]
22:30
Sparkles_ has quit [Read error: 104 (Connection reset by peer)]
22:30
Sparkles has joined #ocaml
22:31
det has quit [Remote closed the connection]
22:32
CRathman has quit [Connection timed out]
23:06
mordaunt has joined #ocaml
23:10
mqtt has quit ["leaving"]
23:49
kelaouchi has joined #ocaml
23:53
anders__ has quit [No route to host]