gildor changed the topic of #ocaml to: Discussions about the OCaml programming language | http://caml.inria.fr/ | OCaml 3.12.0 http://bit.ly/aNZBUp
Tianon has quit [Quit: brb]
Tianon has joined #ocaml
Tianon has quit [Changing host]
Tianon has joined #ocaml
Amorphous has quit [Ping timeout: 246 seconds]
sepp2k has joined #ocaml
Amorphous has joined #ocaml
Cyanure has quit [Remote host closed the connection]
thieusoai has quit [Quit: Leaving]
ulfdoz_ has joined #ocaml
ikaros has quit [Quit: Leave the magic to Houdini]
ulfdoz has quit [Ping timeout: 248 seconds]
ulfdoz_ is now known as ulfdoz
dnolen has quit [Quit: dnolen]
rien has quit [Ping timeout: 250 seconds]
rien has joined #ocaml
tauntaun has quit [Quit: Ex-Chat]
adlsaks has joined #ocaml
Fullma has quit [Quit: Fullma]
ztfw has quit [Remote host closed the connection]
Fullma has joined #ocaml
gildor has quit [Ping timeout: 276 seconds]
adlsaks has quit [Ping timeout: 240 seconds]
gildor has joined #ocaml
ymasory has quit [Quit: Leaving]
ymasory has joined #ocaml
adlsaks has joined #ocaml
ymasory has quit [Quit: Leaving]
ymasory has joined #ocaml
ymasory has quit [Client Quit]
ymasory has joined #ocaml
ymasory has quit [Read error: Connection reset by peer]
ymasory has joined #ocaml
ymasory has quit [Client Quit]
ymasory has joined #ocaml
92AACN4X4 has joined #ocaml
robinnn has joined #ocaml
boscop has quit [Ping timeout: 250 seconds]
92AACN4X4 has quit [Read error: Connection reset by peer]
robinnn has quit [Read error: Connection reset by peer]
groovy2shoes has joined #ocaml
adlsaks has quit [Ping timeout: 276 seconds]
adlsaks has joined #ocaml
robinnn has joined #ocaml
robinn has joined #ocaml
rien has quit [Ping timeout: 264 seconds]
rien has joined #ocaml
ymasory has quit [Ping timeout: 246 seconds]
ymasory has joined #ocaml
ymasory_ has joined #ocaml
tauntaun has joined #ocaml
adlsaks has quit [Ping timeout: 240 seconds]
ymasory_ has quit [Remote host closed the connection]
robinnn has quit [Quit: Leaving]
robinn has quit [Quit: Leaving]
groovy2shoes has quit [Read error: Connection reset by peer]
groovy2shoes has joined #ocaml
groovy2shoes has quit [Changing host]
groovy2shoes has joined #ocaml
groovy2shoes has quit [Client Quit]
joewilliams is now known as joewilliams_away
ymasory_ has joined #ocaml
tauntaun has quit [Quit: Ex-Chat]
tauntaun has joined #ocaml
Associat0r has joined #ocaml
emmanuelux has quit [Read error: Operation timed out]
adlsaks has joined #ocaml
tauntaun has quit [Quit: Ex-Chat]
lopex has quit []
ymasory_ has quit [Quit: Leaving]
ymasory has quit [Quit: Leaving]
ymasory has joined #ocaml
adlsaks has quit [Ping timeout: 240 seconds]
adlsaks has joined #ocaml
ymasory has quit [Remote host closed the connection]
adlsaks has quit [Ping timeout: 276 seconds]
eye-scuzzy has quit [Read error: Operation timed out]
ygrek has joined #ocaml
mcclurmc_home has joined #ocaml
adlsaks has joined #ocaml
Cyanure has joined #ocaml
avsm has joined #ocaml
eye-scuzzy has joined #ocaml
edwin has joined #ocaml
Yoric has joined #ocaml
sepp2k has quit [Quit: Leaving.]
edwin has quit [Ping timeout: 240 seconds]
jonafan has joined #ocaml
jonafan_ has quit [Ping timeout: 252 seconds]
Associat0r has quit [Quit: Associat0r]
joelr has joined #ocaml
jonafan_ has joined #ocaml
joelr has quit [Client Quit]
avsm has quit [Quit: Leaving.]
jonafan has quit [Ping timeout: 240 seconds]
ikaros has joined #ocaml
boscop has joined #ocaml
mattam has quit [Read error: Operation timed out]
ygrek has quit [Ping timeout: 246 seconds]
ygrek has joined #ocaml
schmrkc has quit [Ping timeout: 260 seconds]
vivanov has joined #ocaml
adlsaks has quit [Ping timeout: 240 seconds]
lopex has joined #ocaml
oriba has joined #ocaml
tauntaun has joined #ocaml
Smerdyakov has joined #ocaml
lopex has quit [Ping timeout: 240 seconds]
lopex has joined #ocaml
smerz has joined #ocaml
dnolen has joined #ocaml
boscop_ has joined #ocaml
dnolen has quit [Client Quit]
boscop has quit [Ping timeout: 240 seconds]
boscop__ has joined #ocaml
boscop_ has quit [Ping timeout: 264 seconds]
boscop__ has quit [Read error: Connection reset by peer]
lopexx has joined #ocaml
boscop has joined #ocaml
lopex has quit [Ping timeout: 248 seconds]
boscop has quit [Read error: Connection reset by peer]
boscop has joined #ocaml
joelr has joined #ocaml
boscop has quit [Ping timeout: 240 seconds]
boscop has joined #ocaml
lopexx has quit []
lopex has joined #ocaml
joelr has quit [Client Quit]
vivanov has quit [Ping timeout: 246 seconds]
boscop has quit [Ping timeout: 250 seconds]
tauntaun has quit [Quit: Ex-Chat]
Fullma has quit [Ping timeout: 246 seconds]
dnolen has joined #ocaml
Fullma has joined #ocaml
tauntaun has joined #ocaml
mcclurmc has quit [Read error: Operation timed out]
tauntaun has quit [Read error: Connection reset by peer]
jonathandav has quit [Ping timeout: 240 seconds]
philtor has joined #ocaml
dnolen has quit [Quit: dnolen]
joewilliams_away is now known as joewilliams
philtor has quit [Ping timeout: 250 seconds]
jm_ has joined #ocaml
bzzbzz has quit [Remote host closed the connection]
<jm_> Smerdyakov: there's a typo in your (otherwise excellent!) OCaml/SML comparison: unless you are using camlp's revised syntax, "mutable" should be in front of the record label.
<Smerdyakov> jm_, my goodness. It's been a while since anyone found a mistake there. Thanks. :)
<thelema> anyone here know BLAS? I'm trying to do in-place update on a vector add using Lacaml.
<thelema> Vec.add ~z:wsum wsum w -- this doesn't seem to work for me
<thelema> (other suggestions on good ways to do vector dot product and in-place addition are appreciated)
bzzbzz has joined #ocaml
tauntaun has joined #ocaml
Associat0r has joined #ocaml
alpounet has joined #ocaml
joewilliams is now known as joewilliams_away
rwallace has joined #ocaml
<rwallace> Hi all, quick question about assignment in Ocaml - given statements like x <- y and x := y, is it correct to say the first form changes the value of x and the second form changes the value of the thing pointed to by x?
<thelema> well, both change the value of x
<orbitz> isn't (<-) for records?
<thelema> in the second case, the value of x isn't changed to y, but instead to a pointer to y
<thelema> on further reflection, that's not quite true...
<thelema> x := y is the same as x.contents <- y
<thelema> rwallace: does that help?
<rwallace> I'm trying to decipher some code that looks like let r = List.assoc x env in match !r with... r := v ... and the thing I'm trying to figure out is whether this alters the contents of some record in the heap,
<rwallace> Or only changes the value of a local variable
<thelema> yes, it changes the contents of a record on the heap
<rwallace> ah! That all makes sense now, thanks!
<thelema> n/p
Associat0r has quit [Quit: Associat0r]
<orbitz> hrm, how bad woudl it be to tarnslate ocaml bytecode ot llvm rather than tryign to impelment the language on llvm?
tauntaun has quit [Quit: Ex-Chat]
<thelema> orbitz: the problem is the runtime, IIRC - ocaml bytecode assumes a pretty specific runtime environment, and this would have t obe implemented exactly in llvm
<orbitz> would that be worse than implement ocaml for llvm?
<thelema> I don't know.
<thelema> either way, teh runtime has to be implemented in llvm
ymasory has joined #ocaml
myu2 has quit [Remote host closed the connection]
rien has quit [Read error: Connection reset by peer]
ygrek has quit [Remote host closed the connection]
metasyntax has quit [Quit: ♫ In our sky there is no limits, and masters we have none; heavy metal is the only one! ♫]
edwin has joined #ocaml
edwin has quit [Remote host closed the connection]
jm_ has quit [Remote host closed the connection]
myu2 has joined #ocaml
mcclurmc_home has quit [Ping timeout: 246 seconds]
Smerdyakov has quit [Quit: Leaving]
adlsaks has joined #ocaml
mehdid has quit [Ping timeout: 255 seconds]
valross has joined #ocaml
ymasory has quit [Quit: Leaving]
Cyanure has quit [Remote host closed the connection]
Yoric has quit [Quit: Yoric]
<thelema> any good tricks to convert a c_layout Bigarray.Array1 to a fortran_layout Bigarray.Array1?
myu2 has quit [Remote host closed the connection]
adlsaks has quit [Ping timeout: 250 seconds]
ikaros has quit [Quit: Leave the magic to Houdini]
sepp2k has joined #ocaml
boscop has joined #ocaml
<thelema> n/m, worked around it by constructing my array in fortran_layout to begin
adlsaks has joined #ocaml
sepp2k has quit [Ping timeout: 252 seconds]