00:03
jlouis has quit ["Leaving"]
00:08
pango has quit [Remote closed the connection]
00:09
Associat0r has quit [clarke.freenode.net irc.freenode.net]
00:09
petchema has quit [clarke.freenode.net irc.freenode.net]
00:09
authentic has quit [clarke.freenode.net irc.freenode.net]
00:09
dobblego has quit [clarke.freenode.net irc.freenode.net]
00:09
fake has joined #ocaml
00:09
fake is now known as authentic
00:09
petchema has joined #ocaml
00:09
dobblego has joined #ocaml
00:09
Associat0r has joined #ocaml
00:23
LordMetroid has quit ["Leaving"]
00:25
pango has joined #ocaml
00:42
Kopophex has joined #ocaml
00:44
ChristopheT has joined #ocaml
00:46
Jeff_124 has quit ["Leaving."]
00:49
ChristopheT has quit [Remote closed the connection]
00:53
Axioplase is now known as Axioplase_
01:05
Morphous has joined #ocaml
01:12
hsuh has joined #ocaml
01:14
paganini123 has joined #ocaml
01:14
paganini123 has quit [Client Quit]
01:20
Morphous_ has quit [Read error: 110 (Connection timed out)]
01:25
Ched- has quit [Read error: 110 (Connection timed out)]
01:30
Associat0r has quit [Read error: 54 (Connection reset by peer)]
01:41
Associat0r has joined #ocaml
01:51
hsuh has quit [Remote closed the connection]
01:55
rogo has joined #ocaml
02:11
hsuh has joined #ocaml
02:28
hsuh has quit ["rcirc on GNU Emacs 23.0.60.1"]
03:44
Axioplase has joined #ocaml
03:56
Philonous1 has joined #ocaml
04:12
Philonous has quit [Connection timed out]
04:15
crawfordcomeaux has joined #ocaml
04:16
<
crawfordcomeaux >
is it possible to write a multithreaded application in ocaml, sml, or some other functional language?
04:37
<
Associat0r >
crawfordcomeaux : yes
04:40
<
Associat0r >
but I think it is not really utilizing mutiple cores
04:42
<
crawfordcomeaux >
that's ok
04:42
<
crawfordcomeaux >
I've got a conversation going in #sml about it right now, also...if you'd like to join
04:43
<
Associat0r >
I know it is easy todo in F#
04:59
ikatz has quit [Read error: 110 (Connection timed out)]
06:32
Deffie has joined #ocaml
06:43
ikatz has joined #ocaml
07:01
filp has joined #ocaml
07:23
bluestorm has joined #ocaml
07:40
Axioplase has quit ["leaving"]
07:43
asmanur has joined #ocaml
08:19
Ched- has joined #ocaml
08:22
tomh has joined #ocaml
08:42
rwmjones has joined #ocaml
08:55
letrec_ has joined #ocaml
08:55
letrec_ is now known as letrec
09:13
Kopophex has quit ["Leaving"]
09:34
bluestorm has quit ["Konversation terminated!"]
09:39
OChameau has joined #ocaml
09:51
mishok13 has joined #ocaml
09:55
hkBst has joined #ocaml
10:03
pango has quit [Remote closed the connection]
10:04
pango has joined #ocaml
10:07
asmanur has quit [Read error: 110 (Connection timed out)]
10:22
jlouis has joined #ocaml
10:24
Associat0r has quit []
10:24
Associat0r has joined #ocaml
10:28
Associat0r has quit [Client Quit]
10:31
asmanur has joined #ocaml
10:45
bluestorm has joined #ocaml
10:52
pango has quit [Remote closed the connection]
10:53
pango has joined #ocaml
11:01
jonafan_ has joined #ocaml
11:18
jonafan has quit [Connection timed out]
11:22
asmanur has quit [Remote closed the connection]
11:22
asmanur has joined #ocaml
11:32
ChristopheT has joined #ocaml
11:33
bluestorm has quit ["Konversation terminated!"]
11:34
sponge45 has joined #ocaml
11:42
rby_ has joined #ocaml
11:50
asmanur has quit [Read error: 60 (Operation timed out)]
11:52
rwmjones has quit ["Closed connection"]
11:58
rby has quit [Read error: 110 (Connection timed out)]
12:05
ulfdoz has quit [clarke.freenode.net irc.freenode.net]
12:05
ChristopheT has quit [clarke.freenode.net irc.freenode.net]
12:05
Morphous has quit [clarke.freenode.net irc.freenode.net]
12:05
shortc|desk has quit [clarke.freenode.net irc.freenode.net]
12:05
ppsmimou has quit [clarke.freenode.net irc.freenode.net]
12:07
Deffie has joined #ocaml
12:08
ChristopheT has joined #ocaml
12:08
Morphous has joined #ocaml
12:08
shortc|desk has joined #ocaml
12:08
ppsmimou has joined #ocaml
12:08
ulfdoz has joined #ocaml
12:23
redocdam has joined #ocaml
12:29
<
fremo >
too late...
12:30
<
fremo >
so SML can do multicore paralellisme ?
12:31
<
petchema >
SML is a language specification, your question does not make much sense
12:32
<
fremo >
any SML implementations...
12:32
<
petchema >
however, afaik the current implementations of the language do not provide this
12:33
<
petchema >
(but don't take my word for it)
12:34
<
petchema >
(thru native threads at least; you still have to solution of using separate processes)
12:34
<
fremo >
I heard only sun JVM and maybe MS VM have a GC that can do that..
12:35
<
fremo >
yep, multiple process...
12:35
<
petchema >
neither support the allocation rate common in SML or OCaml programs
12:36
<
petchema >
I'm not sure what F# performance looks like, and how they handled the problem
12:36
<
Smerdyakov >
fremo, why are you asking about SML in #ocaml?
12:37
<
fremo >
Smerdyakov: because it was asked this 8 hours ago...
12:37
<
fremo >
sorry for my bad english, I'm too tired...e
12:37
<
Smerdyakov >
fremo, what was asked it?
12:38
<
fremo >
06:16 < crawfordcomeaux> is it possible to write a multithreaded application in ocaml, sml, or some other functional language?
12:38
<
fremo >
06:37 < Associat0r> crawfordcomeaux : yes
12:38
<
fremo >
06:40 < Associat0r> but I think it is not really utilizing mutiple cores
12:39
RobertFischer has joined #ocaml
12:39
<
fremo >
sorry for the out of topic question but I wondered...
12:40
<
redocdam >
Maybe it's just late, but I can't spot the error
12:40
<
fremo >
redocdam: let ... in 3 lines on top
12:40
<
fremo >
"let s,l = !start,!length in"
12:41
<
redocdam >
oh, but of course.. thanks! ;)
12:42
<
petchema >
next will come type errors ;)
12:56
Christop` has joined #ocaml
12:58
Christop` is now known as ChristopheT`
13:00
ChristopheT` has left #ocaml []
13:12
ChristopheT has quit [Read error: 110 (Connection timed out)]
13:48
asmanur has joined #ocaml
13:56
filp has quit ["Bye"]
14:13
mbishop_ has joined #ocaml
14:34
bluestorm has joined #ocaml
14:36
er_ has joined #ocaml
14:38
munga_ has joined #ocaml
15:03
Philonous1 is now known as Philonous
15:17
<
msinhore >
gildor, ping
15:18
<
msinhore >
gildor, any progress with the bitmatch package?
15:19
pango has quit [Remote closed the connection]
15:25
pango has joined #ocaml
15:35
ChristopheT has joined #ocaml
15:35
ChristopheT has left #ocaml []
15:40
Linktim has joined #ocaml
15:42
<
gildor >
msinhore: i am at work for now
15:42
<
gildor >
(i mean i am not doing debian stuff)
15:42
<
msinhore >
gildor, ahhh, okay.
15:43
<
msinhore >
gildor, sorry.
15:47
<
gildor >
no pb, i will send you a draft package tonight
15:55
Linktim_ has joined #ocaml
16:02
crawfordcomeaux has joined #ocaml
16:11
TaXules has quit [Read error: 110 (Connection timed out)]
16:11
munga_ has quit [Read error: 110 (Connection timed out)]
16:14
Linktim has quit [Read error: 110 (Connection timed out)]
16:25
RobertFischer has left #ocaml []
16:32
TaXules has joined #ocaml
16:34
rogo has quit [Read error: 110 (Connection timed out)]
16:35
rogo has joined #ocaml
16:47
crawfordcomeaux has joined #ocaml
16:50
mishok13 has quit [Read error: 104 (Connection reset by peer)]
16:55
LordMetroid has joined #ocaml
17:09
greeg has joined #ocaml
17:09
<
greeg >
is ocaml better than perl ?
17:09
<
flux >
yes, for some values of "better"
17:18
mikezackles has joined #ocaml
17:28
gaja has quit [Read error: 110 (Connection timed out)]
17:56
OChameau has quit ["Leaving"]
18:10
munga_ has joined #ocaml
18:16
xevz has quit [Remote closed the connection]
18:16
xevz has joined #ocaml
18:25
mbishop_ is now known as mbisho
18:25
mbishop has quit [Nick collision from services.]
18:25
mbisho is now known as mbishop
18:25
coucou747 has joined #ocaml
18:57
mbishop_ has joined #ocaml
18:58
mishok13 has joined #ocaml
18:59
Philonous has quit ["Leaving."]
19:03
jeremiah has quit []
19:08
RobertFischer has joined #ocaml
19:10
Nqur has joined #ocaml
19:13
mbishop has quit [Read error: 110 (Connection timed out)]
19:28
<
gildor >
msinhore: ping
19:34
<
msinhore >
gildor, pong
19:34
<
gildor >
do you have a minimum version number of bitmatch for virt-df
19:37
<
msinhore >
gildor, not yet.
19:38
<
gildor >
i need to ask R. Jones about what to package
19:38
<
gildor >
there is 1.3 and 1.9
19:38
<
msinhore >
gildor, I have tried packaging bitmatch but without success.
19:38
<
gildor >
i am finishing it
19:39
<
gildor >
get the full list and you will see the other version
19:39
<
msinhore >
gildor, nice.
19:39
<
msinhore >
humm, okay
19:41
<
msinhore >
we need ask to rjones what is the version used by virt-df.
19:41
Nqur has left #ocaml []
19:41
<
msinhore >
but he isn't in #virt at OFTC now.
19:46
Associat0r has joined #ocaml
19:46
<
msinhore >
gildor, do you want me to write an email to him?
19:46
<
gildor >
yep, go ahead
19:48
RobertFischer has quit []
19:48
<
gildor >
the package is done
19:48
<
gildor >
i need to check pbuilder and submit ITP
19:50
<
msinhore >
gildor, okay. is this in git repository?
19:58
tomh has joined #ocaml
20:03
<
gildor >
msinhore: you have the package ASA i pbuild it
20:07
asmanur has quit [Remote closed the connection]
20:19
RobertFischer has joined #ocaml
20:22
<
gildor >
msinhore: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-bitmatch.git
20:23
<
gildor >
seems to work fine
20:32
Jeff_123 has joined #ocaml
20:37
<
det >
Can an exception take a type paramater? Something like "exception 'a C of unit -> 'a" ?
20:44
<
bluestorm >
exception cannot be polymorphic, if that's the question det
20:44
<
det >
Yeah, I just found out.
20:47
greeg has quit ["Lost terminal"]
20:57
bluestorm has quit ["Konversation terminated!"]
21:00
<
msinhore >
gildor, the bitnatch package is working but virt-df in build moment return an error with bitmatch:
21:01
<
msinhore >
Preprocessing error on file diskimage.mli
21:01
<
msinhore >
Camlp4: Uncaught exception: DynLoader.Error ("/usr/lib/ocaml/3.10.2/bitmatch/pa_bitmatch.cmo", "error while linking /usr/lib/ocaml/3.10.2/bitmatch/pa_bitmatch.cmo.\nReference to undefined global `Bitmatch'")
21:02
<
msinhore >
I need go home now. We talk tomorrow.
21:03
<
msinhore >
and others errors. I send the log to you by mail.
21:13
Linktim_ has quit ["Quitte"]
21:15
RobertFischer has quit []
21:19
blue_prawn has joined #ocaml
21:27
Jeff_123 has quit ["Leaving."]
21:39
mishok13 has quit [Read error: 110 (Connection timed out)]
21:54
coucou747 has quit ["bye ca veut dire tchao en anglais"]
21:59
jonafan_ is now known as jonafan
22:21
Ugarte has joined #ocaml
22:42
Kopophex has joined #ocaml
22:51
hkBst has quit ["Konversation terminated!"]
23:00
mbishop_ is now known as mbishop
23:07
wlmttobks has joined #ocaml
23:41
jlouis has quit ["Leaving"]
23:45
Kopophex has quit [Success]
23:47
blue_prawn has quit ["Client exiting"]