zebrag has quit [Remote host closed the connection]
sleepydog has joined #ocaml
hackinghorn has joined #ocaml
Jesin has quit [Ping timeout: 260 seconds]
<d_bot>
<mimoo> anybody interested in contributing to https://github.com/o1-labs/ocamlbyexample :D? I'm trying to get it to a nice place before sharing it more broadly. It might become the gateway for a lot more people to get into OCaml!
wingsorc has quit [Quit: Leaving]
mbuf has joined #ocaml
narimiran has joined #ocaml
waleee-cl has quit [Quit: Connection closed for inactivity]
mbuf has quit [Quit: Leaving]
Serpent7776 has joined #ocaml
Jesin has joined #ocaml
nullcone has joined #ocaml
olle has joined #ocaml
Haudegen has joined #ocaml
olle has quit [Ping timeout: 246 seconds]
dhil has joined #ocaml
sagax has joined #ocaml
gareppa has joined #ocaml
wonko7 has joined #ocaml
wonko7 has quit [Quit: See You Space Cowboy..]
gareppa has quit [Quit: Leaving]
gareppa has joined #ocaml
<d_bot>
<marcus> Hello. I'm working with an OCaml binding to a C++ library (https://github.com/grain-lang/binaryen.ml) and I'm trying to get it to compile natively on my M1/ARM64 Mac. We're hitting a problem where an exception at the C++ level isn't being captured at the OCaml. It's reminiscent of this previous problem on MacOS (x86) that was solved by using the keep_dwarf_unwind linker flag (https://github.com/vaivaswatha/OCamlCppExn).
Anarchos has joined #ocaml
tane has joined #ocaml
nullcone has quit [Quit: Connection closed for inactivity]
bartholin has joined #ocaml
Anarchos has quit [Quit: Vision[0.10.3]: i've been blurred!]
Putonlalla has quit [Quit: Leaving.]
narimiran has quit [Ping timeout: 260 seconds]
zebrag has joined #ocaml
<d_bot>
<dj charlie> any way to do something similar to `python3 -c` ?
<Tardigreat[m]>
you can probably do it with -stdin
<Tardigreat[m]>
`ocaml -stdin ...`
Haudegen has quit [Quit: Bin weg.]
waleee-cl has joined #ocaml
mbuf has joined #ocaml
Haudegen has joined #ocaml
xenu has left #ocaml [#ocaml]
Serpent7776 has quit [Quit: Changing server]
gareppa has quit [Quit: Leaving]
Anarchos has joined #ocaml
Serpent7776 has joined #ocaml
olle_ has quit [Ping timeout: 260 seconds]
gareppa has joined #ocaml
Haudegen has quit [Quit: Bin weg.]
gareppa has quit [Quit: Leaving]
narimiran has joined #ocaml
mro_name has joined #ocaml
mbuf has quit [Quit: Leaving]
mro_name has left #ocaml ["Leaving..."]
tristanC has left #ocaml [#ocaml]
bartholin has quit [Quit: Leaving]
kakadu has quit [Remote host closed the connection]
gareppa has joined #ocaml
Anarchos has quit [Quit: Vision[0.10.3]: i've been blurred!]
Haudegen has joined #ocaml
jbrown has quit [Ping timeout: 260 seconds]
gareppa has quit [Remote host closed the connection]
jbrown has joined #ocaml
<d_bot>
<score> is there a library for tilde-expansion? i.e. `~/.config` → `/home/score/.config` and `~root/.config` → `/root/.config`
olle has joined #ocaml
Anarchos has joined #ocaml
henistein has joined #ocaml
<lobo>
had a glimpse into the docs of the fpath/bos libraries. but no luck. now i'm curious as well :)
henistein has left #ocaml [#ocaml]
<sim642>
Wow, I didn't even know ~root is a valid path
<ebb>
~foo expands to "homedir of user foo"
<sim642>
I figured, kind of explains the ~user directories on web servers as well