<m3ga>
imperatice languages don't have fold. that means its a new concept for people coming to functional langauges
<brendan>
I think just writing iter and map via fold helps make it sink in.
Jedai has joined #ocaml
ramenboy has joined #ocaml
Mr_Awesome has quit [Read error: 110 (Connection timed out)]
kaustuv has joined #ocaml
Jedai has quit [Read error: 110 (Connection timed out)]
jeddhaberstro has quit [Client Quit]
naufraghi has joined #ocaml
m3ga has quit ["disappearing into the sunset"]
Modius has joined #ocaml
eevar2 has joined #ocaml
^authent1c is now known as authentic
authentic has quit ["leaving"]
authentic has joined #ocaml
wysek has quit [Remote closed the connection]
<kaustuv>
Does anyone know if the project to build a concurrent collector for ocaml was abandoned or if it is still being worked on?
komar_ has joined #ocaml
Mr_Awesome has joined #ocaml
BiDOrD has quit [Read error: 110 (Connection timed out)]
BiDOrD has joined #ocaml
maxote has quit [Read error: 110 (Connection timed out)]
maxote has joined #ocaml
<flux>
good question, I'd like to know too
<flux>
I think they should've had something out by now..
komar_ has quit [Read error: 113 (No route to host)]
hkBst has joined #ocaml
youscef has joined #ocaml
TaXules has quit [Read error: 110 (Connection timed out)]
TaXules has joined #ocaml
LeCamarade|Away is now known as LeCamarade
LeCamarade has quit ["Gone."]
_andre has joined #ocaml
Associat0r has joined #ocaml
gazoline has joined #ocaml
Associat0r has quit [Client Quit]
komar_ has joined #ocaml
thelema has joined #ocaml
Narrenschiff has joined #ocaml
bombshelter13_ has joined #ocaml
Amorphous has quit [Read error: 110 (Connection timed out)]
Amorphous has joined #ocaml
Anarchos has joined #ocaml
_schulte_ has joined #ocaml
gazoline has quit [Remote closed the connection]
<_schulte_>
hi, I'm new to ocaml, and I need to parallelize an existing GP application so it can take advantage of multiple cpus, hopefully with as little change as possible
<Anarchos>
_schulte_ it is not feasible on ocaml, unless you can fork yoru processes
<_schulte_>
It looks like cothreads or OCamlP3L are both options, does anyone have advice
<thelema>
ocaml threads stay on one CPU
<_schulte_>
Anarchos: I was scared of that... thanks
stan_ has joined #ocaml
kaustuv has quit [Read error: 104 (Connection reset by peer)]
eevar2 has quit ["This computer has gone to sleep"]
Narrenschiff has quit []
gim has quit []
gim has joined #ocaml
_schulte_ has quit [Read error: 110 (Connection timed out)]
jeddhaberstro has joined #ocaml
_schulte_ has joined #ocaml
rwmjones is now known as rwmjones-afk
stan_ has quit [Client Quit]
stan_ has joined #ocaml
stan_ has quit [Client Quit]
Submarine has quit [Read error: 110 (Connection timed out)]
Submarine has joined #ocaml
stan_ has joined #ocaml
malc_ has joined #ocaml
stan_ has quit [Client Quit]
stan_ has joined #ocaml
rwmjones-afk is now known as rwmjones
slash_ has joined #ocaml
ulfdoz has joined #ocaml
_schulte_ has quit [Read error: 110 (Connection timed out)]
sunnyday has joined #ocaml
_schulte_ has joined #ocaml
naufraghi has quit []
malc_ has quit ["leaving"]
<Anarchos>
how to get more information on a Parsing.parse_error in ocamlyacc ? I just need the last symbol read
sunnyday has quit [Read error: 110 (Connection timed out)]
_andre has quit ["leaving"]
<_schulte_>
Hi, I'm new to ocaml and have a debugging question...
<_schulte_>
every time I try to run my program with ocameldebug I get the folowing error "../modify is not a bytecode file.", even though program is set to point to the executable, and I compiled using the "-g" flag
<_schulte_>
any suggestions?
<brendan>
did you link with -g too?
<brendan>
I use ocamlbuild -cflag -g -lflag -g
<_schulte_>
brendan: thanks, maybe I'm not understanding the compile process... could you point me towards instructions? I'm building with a makefile, and it uses -g every time camlc is called, not sure if that's sufficient
<brendan>
I've forgotten how to do anything without ocamlbuild :)
<_schulte_>
hmm, trying to use ocamlbuild "ocamlbuild -cflag -g -lflag -g modify.ml", but it doesn't do anything "Finished, 0 targets (0 cached) in 00:00:00."
<brendan>
try modify.byte
Submarine has quit [Read error: 110 (Connection timed out)]
<_schulte_>
brendan: thanks, that's closer, now I'm getting a "Included or excluded directories must be implicit" error trying to include CLI