companion_cube changed the topic of #ocaml to: Discussions about the OCaml programming language | http://www.ocaml.org | OCaml 4.11 release notes: https://caml.inria.fr/pub/distrib/ocaml-4.11/notes/Changes | Try OCaml in your browser: http://try.ocamlpro.com | Public channel logs at http://irclog.whitequark.org/ocaml
amiloradovsky has quit [Remote host closed the connection]
amiloradovsky has joined #ocaml
Tuplanolla has quit [Quit: Leaving.]
amiloradovsky has quit [Remote host closed the connection]
amiloradovsky has joined #ocaml
urek__ has joined #ocaml
urek has quit [Ping timeout: 272 seconds]
mfp has quit [Ping timeout: 265 seconds]
amiloradovsky has quit [Remote host closed the connection]
amiloradovsky has joined #ocaml
amiloradovsky has quit [Remote host closed the connection]
Haudegen has quit [Ping timeout: 264 seconds]
steenuil has quit [Read error: Connection reset by peer]
urek has joined #ocaml
urek__ has quit [Remote host closed the connection]
lisq has quit [Remote host closed the connection]
lisq has joined #ocaml
Jeanne-Kamikaze has quit [Remote host closed the connection]
urek__ has joined #ocaml
urek has quit [Ping timeout: 260 seconds]
vicfred has joined #ocaml
urek__ has quit [Quit: urek__]
vicfred has quit [Quit: Leaving]
vicfred has joined #ocaml
mxns has joined #ocaml
vicfred has quit [Quit: Leaving]
vicfred has joined #ocaml
vicfred has quit [Quit: Leaving]
vicfred has joined #ocaml
aaaaaa has quit [Ping timeout: 265 seconds]
ski has joined #ocaml
vicfred has quit [Quit: Leaving]
vicfred has joined #ocaml
narimiran has joined #ocaml
mxns has quit [Ping timeout: 272 seconds]
_whitelogger has joined #ocaml
mbuf has joined #ocaml
dborisog has joined #ocaml
vicfred has quit [Ping timeout: 240 seconds]
_whitelogger has joined #ocaml
vicfred has joined #ocaml
_whitelogger has joined #ocaml
Tuplanolla has joined #ocaml
hnOsmium0001 has quit [Quit: Connection closed for inactivity]
madroach has quit [Ping timeout: 256 seconds]
madroach has joined #ocaml
madroach has quit [Read error: Connection reset by peer]
madroach has joined #ocaml
madroach has quit [Ping timeout: 256 seconds]
madroach has joined #ocaml
urek has joined #ocaml
mfp has joined #ocaml
Haudegen has joined #ocaml
steenuil has joined #ocaml
vicfred has quit [Ping timeout: 256 seconds]
bartholin has joined #ocaml
bartholin has quit [Ping timeout: 240 seconds]
a-kiwi has quit [Quit: Connection closed]
urek has quit [Ping timeout: 272 seconds]
mbuf has quit [Ping timeout: 272 seconds]
urek has joined #ocaml
bartholin has joined #ocaml
<d_bot> <ulrikstrid> When should I expect most performance increase when using flambda?
bartholin has quit [Ping timeout: 240 seconds]
neiluj has joined #ocaml
neiluj has joined #ocaml
jnavila has joined #ocaml
TheLemonMan has joined #ocaml
aaaaaa has joined #ocaml
madroach has quit [Ping timeout: 256 seconds]
madroach has joined #ocaml
madroach has quit [Read error: Connection reset by peer]
madroach has joined #ocaml
dborisog has quit [Ping timeout: 240 seconds]
DanC has quit [Quit: ZNC 1.6.6+deb1ubuntu0.2 - http://znc.in]
<d_bot> <rgrinberg> Whenever you’re allocating of unnecessary a lot of closures. Aka you’re writing very functional code
DanC has joined #ocaml
DanC has quit [Client Quit]
DanC has joined #ocaml
mbuf has joined #ocaml
berberman_ has quit [Quit: ZNC 1.7.5 - https://znc.in]
berberman has joined #ocaml
<d_bot> <ulrikstrid> Thanks
olle_ has joined #ocaml
gareppa has joined #ocaml
urek__ has joined #ocaml
mns has joined #ocaml
a-kiwi3 has joined #ocaml
urek has quit [Ping timeout: 272 seconds]
<mns> I'm building ocaml on netbsd/macppc and trying to figure out why I have -DTARGET_none rather then -DTARGET_power. I can't figure out how configure is setting this to be 'none' rather then 'power'. Any suggestions ?
gareppa has quit [Quit: Leaving]
vicfred has joined #ocaml
mxns has joined #ocaml
mxns has quit [Ping timeout: 256 seconds]
bartholin has joined #ocaml
berberman_ has joined #ocaml
mbuf has quit [Quit: Leaving]
berberman has quit [Ping timeout: 272 seconds]
oni-on-ion has quit [Remote host closed the connection]
oni-on-ion has joined #ocaml
mxns has joined #ocaml
theog has joined #ocaml
theog has left #ocaml [#ocaml]
TheLemonMan has quit [Quit: "It's now safe to turn off your computer."]
urek has joined #ocaml
urek__ has quit [Ping timeout: 272 seconds]
<companion_cube> https://www.dropbox.com/s/omba1d8vhljnrcn/OCaml-user-survey-2020.pdf?dl=0 pretty cool, summary of the OCaml survey results
* olle_ hm
bartholin has quit [Ping timeout: 256 seconds]
reynir has quit [Remote host closed the connection]
mxns has quit [Ping timeout: 260 seconds]
amiloradovsky has joined #ocaml
reynir has joined #ocaml
bartholin has joined #ocaml
<olle_> 82 pages? bah.
<companion_cube> nah, most of it is annexes
<olle_> ok
bartholin has quit [Ping timeout: 240 seconds]
<olle_> not so easy to setup a reason+react project...
urek has quit [Ping timeout: 272 seconds]
<olle_> ReasonML assumes "react" module, and it cannot be configured to the CDN version of React. -.-
<olle_> I like Flow, tho. Pity it got so little traction (in favor of TS).
<reynir> I managed to miss out on the survey
hnOsmium0001 has joined #ocaml
narimiran has quit [Ping timeout: 240 seconds]
urek has joined #ocaml
<oni-on-ion> *appendix ?
<reynir> I'm still surprised how many use makefiles
jnavila has quit [Quit: Konversation terminated!]
<oni-on-ion> habit ?
<zozozo> persoannly, I still use makefiles to wrap dune calls
neiluj has quit [Quit: leaving]
<companion_cube> me too, but I wouldn't count that as "using make" :)
<oni-on-ion> i'd count it. unless you specify "using make for entire build process, dependencies and config options too" =)
<companion_cube> I mean, using make to just do `make ` instead of `dune build` is because I'm lazy
<companion_cube> it doesn't even appear in the opam package
<mrvn> companion_cube: why don't you have an alias for that?
<companion_cube> a shell alias?
<companion_cube> muscle memory mostly
<mrvn> yes, make "make" an alias that checks if there is a dune file and then use it. otherwise call make.
<mrvn> same for setup.py and similar.
<zozozo> sometimes, I add some other aliases in the makefile, for instance to build the doc (and open it, which is a bit painful to write manually)
<olle_> make "make" make again?
<mrvn> make make make a moose, make a moose you choose.
<zozozo> and with the recent addition of bisect_ppx, which requires two or three successive commands (remove all previsously generated reports, build the instrumented version and run the tests), it's even more conveninent to have aliases through make
<oni-on-ion> booze -> choose. moose -> obtuse.
<mrvn> make a obtuse?
<oni-on-ion> an* ??
<mrvn> that too. but what is an obtuse?
<oni-on-ion> ^
Jesin has quit [Quit: Leaving]
Jesin has joined #ocaml
mxns has joined #ocaml
olle_ has quit [Ping timeout: 240 seconds]
mxns has quit [Ping timeout: 264 seconds]
mxns has joined #ocaml
mxns has quit [Ping timeout: 260 seconds]
mxns has joined #ocaml
mxns has quit [Ping timeout: 272 seconds]
mxns has joined #ocaml
<mns> mns: /1
mxns has quit [Ping timeout: 272 seconds]
mxns has joined #ocaml