Leonidas changed the topic of #ocaml to: Discussion about the OCaml programming language | http://www.ocaml.org | OCaml 5.1.1 released: https://ocaml.org/releases/5.1.1 | Try OCaml in your browser: https://try.ocamlpro.com | Public channel logs at https://libera.irclog.whitequark.org/ocaml/
Phandal has joined #ocaml
Anarchos has quit [Quit: Vision[]: i've been blurred!]
dnh has joined #ocaml
dnh has quit [Ping timeout: 256 seconds]
Phandal has quit [Quit: leaving]
Tuplanolla has quit [Quit: Leaving.]
jabuxas has joined #ocaml
jabuxas has quit [Ping timeout: 260 seconds]
waleee has quit [Ping timeout: 268 seconds]
ursa-major has quit [Ping timeout: 256 seconds]
ursa-major has joined #ocaml
mbuf has joined #ocaml
pi3ce has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
pi3ce has joined #ocaml
pi3ce has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
pi3ce has joined #ocaml
cross has quit [Ping timeout: 256 seconds]
cross has joined #ocaml
bartholin has joined #ocaml
Serpent7776 has joined #ocaml
bartholin has quit [Quit: Leaving]
dnh has joined #ocaml
dnh has quit [Ping timeout: 256 seconds]
Anarchos has joined #ocaml
dnh has joined #ocaml
* Anarchos downgraded to 5.2 branch. Living on edge side of trunk is too risky for my life :)
dnh has quit [Ping timeout: 268 seconds]
dnh has joined #ocaml
alexherbo2 has joined #ocaml
dnh has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dnh has joined #ocaml
dnh has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
waleee has joined #ocaml
dnh has joined #ocaml
sixfourtwelve has joined #ocaml
sixfourtwelve has quit [Quit: Connection closed]
bibi__ has quit [Quit: Konversation terminated!]
waleee has quit [Ping timeout: 268 seconds]
jabuxas has joined #ocaml
waleee has joined #ocaml
waleee has quit [Quit: WeeChat 4.1.2]
jabuxas has quit [Quit: oops :p]
jabuxas has joined #ocaml
jabuxas has quit [Ping timeout: 255 seconds]
<Anarchos> what is the switch to use to install camlp5 ? It says ocaml < 5.02.0 but there is no such branch/tag/switch ?
jabuxas has joined #ocaml
<discocaml> <myrlhex> I think JSOO's including functions which I'll never use. It's including `mkdir` even though I'm not interacting with a file system. Is there a way to fix this?
bibi_ has joined #ocaml
<discocaml> <sim642> Build in non-dev profile maybe?
<discocaml> <myrlhex> Already doing `--profile release`
infinity0 has quit [Remote host closed the connection]
alexherbo2 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
jabuxas has quit [Ping timeout: 255 seconds]
alexherbo2 has joined #ocaml
alexherbo2 has quit [Remote host closed the connection]
Anarchos has quit [Quit: Vision[]: i've been blurred!]
Anarchos has joined #ocaml
Anarchos has quit [Quit: Vision[]: i've been blurred!]
Anarchos has joined #ocaml
Anarchos has quit [Ping timeout: 256 seconds]
Anarchos has joined #ocaml
jtm has joined #ocaml
Serpent7776 has quit [Ping timeout: 256 seconds]
jabuxas has joined #ocaml
jtm has left #ocaml [#ocaml]
mbuf has quit [Quit: Leaving]
alexherbo2 has joined #ocaml
Tuplanolla has joined #ocaml
jabuxas has quit [Ping timeout: 256 seconds]
Serpent7776 has joined #ocaml
waleee has joined #ocaml
torretto_ has joined #ocaml
torretto has quit [Ping timeout: 260 seconds]
dnh has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<discocaml> <contextfreebeer> when you see `caml_apply2` at the top of the list in the profiler report is that generally because there isn't much left to optimize?
<discocaml> <contextfreebeer> also `mark` is fairly high, so it seems like the perf is starting to be dominated by the runtime functions
dnh has joined #ocaml
<Anarchos> contextfreebeer i never got so far in development to reach state where i need to optimize :/
alexherbo2 has quit [Remote host closed the connection]
Anarchos has quit [Quit: Vision[]: i've been blurred!]
oriba has joined #ocaml
Serpent7776 has quit [Ping timeout: 264 seconds]
<discocaml> <functionalprogramming> maybe apply less functions? C: /s
<discocaml> <contextfreebeer> Functional programmers hate him for discovering this one simple trick
dnh has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mizlan has joined #ocaml
<mizlan> what's the right way to close a Unix "file" socket created by Lwt_io.establish_server_with_client_address?
<mizlan> if i interrupt the process, it leaves the socket there, causing the program to error if I try to run it again