gildor changed the topic of #ocaml to: Discussions about the OCaml programming language | http://caml.inria.fr/ | OCaml 3.12.1 http://bit.ly/nNVIVH
ulfdoz_ has joined #ocaml
ulfdoz has quit [Ping timeout: 255 seconds]
ulfdoz_ is now known as ulfdoz
<thelema> "Independent compilation is a solution to yesterday's problems; today it has grown into a problem in its own right. The wise designer will prefer to avoid rather than solve such problems." - C.A.R. Hoare, 1973
sebz has quit [Quit: Computer has gone to sleep.]
sebz has joined #ocaml
everyonemines has quit [Quit: Leaving.]
sebz has quit [Quit: Computer has gone to sleep.]
sebz has joined #ocaml
ulfdoz has quit [Read error: Operation timed out]
Morphous has quit [Ping timeout: 240 seconds]
ulfdoz has joined #ocaml
Morphous has joined #ocaml
EmmanuelOga has quit [Ping timeout: 244 seconds]
sebz has quit [Quit: Computer has gone to sleep.]
EmmanuelOga has joined #ocaml
sebz has joined #ocaml
sebz has quit [Quit: Computer has gone to sleep.]
alxbl has quit [Changing host]
alxbl has joined #ocaml
sebz has joined #ocaml
EmmanuelOga has quit [Ping timeout: 244 seconds]
bwright has quit [Ping timeout: 255 seconds]
sebz has quit [Quit: Computer has gone to sleep.]
sebz has joined #ocaml
jknick has quit [Quit: leaving]
larhat has joined #ocaml
bwright has joined #ocaml
ankit9 has joined #ocaml
ankit9 has quit [Client Quit]
sebz has quit [Quit: Computer has gone to sleep.]
biotchplz has joined #ocaml
ulfdoz has quit [Ping timeout: 240 seconds]
ftrvxmtrx has quit [Quit: Leaving]
pilki has joined #ocaml
EmmanuelOga has joined #ocaml
emmanuelux has joined #ocaml
emmanuelux has quit [Remote host closed the connection]
arubin has quit [Quit: arubin]
caligula_ has quit [Quit: Konversation terminated!]
ttamttam has joined #ocaml
edwin has joined #ocaml
emmanuelux has joined #ocaml
emmanuelux has quit [Read error: Connection reset by peer]
sebz has joined #ocaml
biotchplz has quit [Quit: Leaving]
ikaros has joined #ocaml
caligula has joined #ocaml
sebz has quit [Quit: Computer has gone to sleep.]
milosn has quit [Read error: Connection reset by peer]
milosn has joined #ocaml
roha has joined #ocaml
raichoo has joined #ocaml
rby has joined #ocaml
rby has quit [Client Quit]
rby has joined #ocaml
thomasga has joined #ocaml
rgrinberg has quit [Remote host closed the connection]
sebz has joined #ocaml
Cyanure has joined #ocaml
Drakken has joined #ocaml
musically_ut has joined #ocaml
pilki has quit [Quit: This computer has gone to sleep]
thomasga1 has joined #ocaml
thomasga has quit [Read error: Connection reset by peer]
sebz has quit [Quit: Computer has gone to sleep.]
roha has quit [Ping timeout: 240 seconds]
ikaros has quit [Quit: Ex-Chat]
ttamttam has quit [Read error: Connection reset by peer]
eikke has joined #ocaml
EmmanuelOga has quit [Ping timeout: 244 seconds]
roha has joined #ocaml
musically_ut has quit [Ping timeout: 240 seconds]
destrius has quit [Quit: Leaving.]
sebz has joined #ocaml
sebz has quit [Quit: Computer has gone to sleep.]
musically_ut has joined #ocaml
roha has quit [Ping timeout: 244 seconds]
everyonemines has joined #ocaml
everyonemines has quit [Client Quit]
ikaros has joined #ocaml
reynir has joined #ocaml
thomasga has joined #ocaml
thomasga1 has quit [Read error: Connection reset by peer]
ftrvxmtrx_ has quit [Quit: Leaving]
ftrvxmtrx has joined #ocaml
ppm has joined #ocaml
ppm has left #ocaml []
fraggle_ has quit [Remote host closed the connection]
fraggle_ has joined #ocaml
reynir has quit [Ping timeout: 255 seconds]
thelema_ has joined #ocaml
thelema has quit [Read error: Connection reset by peer]
ikaros has quit [Ping timeout: 268 seconds]
yezariaely has joined #ocaml
avsm has joined #ocaml
ikaros has joined #ocaml
ikaros has quit [Remote host closed the connection]
ccasin has quit [Read error: Operation timed out]
ikaros has joined #ocaml
avsm has quit [Quit: Leaving.]
ccasin has joined #ocaml
mcclurmc has quit [Excess Flood]
mcclurmc has joined #ocaml
EmmanuelOga has joined #ocaml
thomasga has quit [Read error: Connection reset by peer]
thomasga1 has joined #ocaml
testcocoon has quit [Quit: Coyote finally caught me]
avsm has joined #ocaml
<NaCl> adrien: ping
testcocoon has joined #ocaml
<adrien> NaCl: pong
<NaCl> adrien: still have those ocaml builds lying around?
<NaCl> for slackware, I mean
<adrien> NaCl: build? no; but slackbuilds.org has one (but remove the stripping lines)
<adrien> there might be an issue with findlib and bytecode C stubs because they require configuration at installation and it's not implemented properly in the slackbuilds
<adrien> (I'll probably have to afk a bit soon)
<NaCl> findlib or ocamlfind or ocaml-findlib?
<adrien> what do you mean?
<adrien> findlib = ocamlfind
<NaCl> package name
<NaCl> findlib seems a bit generic to me
<adrien> but it's findlib-1.2.4.tar.gz
<NaCl> 1.2.7, now
<NaCl> meh
<NaCl> And the slack-desc is empty
<adrien> yeah; everything's not ready yet but the code works
* NaCl made it more ready
<adrien> =)
<adrien> I think they'll get into slackbuilds.org's git repo quite soon; which will also make them easier to contribute to
<NaCl> kk
vivanov has joined #ocaml
<vivanov> will Printexc.print_backtrace cause a program run slower ?
<thelema_> vivanov: short answer: no
<vivanov> great -- thx
<thelema_> vivanov: I think it's pretty obselete - compiling with -g gets you backtraces anyway.
<thelema_> err, ignore that last line.
<thelema_> It's [record_backtrace true] that will slow things down (very slightly)
<vivanov> ok
<thelema_> print_backtrace won't cause your program to run slower.
<vivanov> alright ill leave it thx
<flux> sometimes you wish to proceed even after getting backtrace
<flux> and just use the backtrace for logging purposes
<flux> of course, print_backtrace may not be the best function to use in that case :)
<vivanov> flux : i use it just to print exceptions to see in detail what went wrong
<thelema_> flux: yes, I was thinking of ... BatPrintexc.pass
bobry has quit [Remote host closed the connection]
lopex has quit [Read error: Connection reset by peer]
joewilliams has quit [Remote host closed the connection]
<flux> thelema_, hmm, what's the point of that, instead of just calling the function? in case record_backtrace is false?
<thelema_> it does print the exception before re-rasising it.
<flux> so if it's catched&eaten later, it's useful?
<thelema_> I think the main purpose of that is for renaming the original Batprintexc.print, as in batteries, print means something else
<thelema_> hmm, I think we should move that to its own module
<flux> oh, hadn't realized there was such a function either :)
joewilliams has joined #ocaml
yezariaely has quit [Quit: Leaving.]
yezariaely has joined #ocaml
yezariaely has quit [Client Quit]
beginner has quit [Changing host]
beginner has joined #ocaml
lopex has joined #ocaml
<NaCl> Is there a way to build a multilib ocaml optimizing compiler?
<thelema_> multilib? as in what?
<thelema_> whole program optimization?
<NaCl> meaning, I want to have a 64-bit compiler be able to spit out 32-bit executable
<NaCl> s
<thelema_> cross-compilation...
<thelema_> you can build one compiler that'll spit out 32-bit executables and another that'll spit out 64-bit
* NaCl was hoping for something like -m32 in gcc, but ok
thelema_ is now known as thelema
metasyntax|work has joined #ocaml
raichoo has quit [Quit: leaving]
oriba has joined #ocaml
<adrien> NaCl: tbh, such a thing is quite complex and time is often better invested into things that can't be obtained otherwise
avsm has quit [Quit: Leaving.]
avsm has joined #ocaml
<NaCl> adrien: ok
ftrvxmtrx has quit [Quit: Leaving]
ftrvxmtrx has joined #ocaml
ftrvxmtrx has quit [Quit: Leaving]
bobry has joined #ocaml
avsm has quit [Quit: Leaving.]
ulfdoz has joined #ocaml
reynir has joined #ocaml
thomasga1 has quit [Read error: Connection reset by peer]
thomasga has joined #ocaml
rixed_ has joined #ocaml
rixed has quit [Ping timeout: 240 seconds]
larhat has quit [Quit: Leaving.]
eikke has quit [Ping timeout: 248 seconds]
rixed has joined #ocaml
rixed_ has quit [Ping timeout: 240 seconds]
sepp2k has joined #ocaml
eikke has joined #ocaml
ikaros has quit [Quit: Ex-Chat]
sebz has joined #ocaml
Cyanure has quit [Read error: Connection reset by peer]
eikke has quit [Ping timeout: 248 seconds]
Plex has joined #ocaml
thelema has quit [Remote host closed the connection]
thomasga has quit [Quit: Leaving.]
raichoo has joined #ocaml
sepp2k has quit [Ping timeout: 240 seconds]
ftrvxmtrx has joined #ocaml
sebz has quit [Quit: Computer has gone to sleep.]
thelema has joined #ocaml
sebz has joined #ocaml
sepp2k has joined #ocaml
milosn has quit [Read error: Connection reset by peer]
Anarchos has joined #ocaml
eikke has joined #ocaml
sebz has quit [Quit: Computer has gone to sleep.]
Anarchos has quit [Read error: Operation timed out]
avsm has joined #ocaml
roha has joined #ocaml
raichoo has quit [Quit: leaving]
raichoo has joined #ocaml
reynir has quit [Ping timeout: 240 seconds]
vivanov has quit [Quit: leaving]
ikaros has joined #ocaml
Xizor has joined #ocaml
avsm has quit [Quit: Leaving.]
avsm has joined #ocaml
avsm has quit [Client Quit]
Anarchos has joined #ocaml
avsm has joined #ocaml
wagle has quit [Read error: Connection reset by peer]
Cyanure has joined #ocaml
raichoo has quit [Quit: Lost terminal]
wagle has joined #ocaml
yezariaely has joined #ocaml
sajith has joined #ocaml
wagle has quit [Read error: Operation timed out]
<tomprince> NaCl: You could easily write a couple line program that looked for -m32 or -m64 in the args, and then called out to the appropriate binary ...
wagle has joined #ocaml
sajith has left #ocaml []
edwin has quit [Remote host closed the connection]
milosn has joined #ocaml
yezariaely has quit [Quit: Leaving.]
avsm has quit [Quit: Leaving.]
ikaros has quit [Quit: Ex-Chat]
ikaros has joined #ocaml
roha has quit [Quit: Leaving]
sebz has joined #ocaml
Xizor has quit []
Cyanure has quit [Ping timeout: 244 seconds]
<NaCl> tomprince: true.
oriba has quit [Quit: oriba]
Morphous has quit [Ping timeout: 276 seconds]
Morphous has joined #ocaml
srcerer has joined #ocaml
everyonemines has joined #ocaml
eikke has quit [Ping timeout: 240 seconds]
sepp2k has quit [Read error: Connection reset by peer]
Anarchos has quit [Quit: Vision[0.9.7-H-090423]: i've been blurred!]
mlh has quit [Ping timeout: 252 seconds]
ikaros has quit [Quit: Ex-Chat]
arubin has joined #ocaml
ftrvxmtrx has quit [Quit: This computer has gone to sleep]