companion_cube changed the topic of #ocaml to: Discussion about the OCaml programming language | http://www.ocaml.org | OCaml 5.0 released(!!1!): https://ocaml.org/releases/5.0.0.html | Try OCaml in your browser: https://try.ocamlpro.com | Public channel logs at https://libera.irclog.whitequark.org/ocaml/
waleee has quit [Ping timeout: 246 seconds]
oriba has quit [Ping timeout: 246 seconds]
chrisz has quit [Ping timeout: 245 seconds]
chrisz has joined #ocaml
spip has quit [Ping timeout: 260 seconds]
czy has joined #ocaml
mizlan has quit [Ping timeout: 250 seconds]
mizlan has joined #ocaml
Serpent7776 has joined #ocaml
azimut has joined #ocaml
bartholin has joined #ocaml
mizlan has quit [Ping timeout: 260 seconds]
MarvelousWololo has quit [Read error: Connection reset by peer]
mizlan has joined #ocaml
mizlan has quit [Ping timeout: 258 seconds]
mizlan has joined #ocaml
bartholin has quit [Ping timeout: 240 seconds]
bartholin has joined #ocaml
Tuplanolla has joined #ocaml
mizlan has quit [Ping timeout: 246 seconds]
spip has joined #ocaml
xd1le has joined #ocaml
mechap has joined #ocaml
mizlan has joined #ocaml
mechap has quit [Quit: WeeChat 4.0.2]
mechap has joined #ocaml
mizlan has quit [Ping timeout: 245 seconds]
mizlan has joined #ocaml
mechap has quit [Ping timeout: 258 seconds]
mechap has joined #ocaml
mbuf has joined #ocaml
neiluj has joined #ocaml
mechap has quit [Ping timeout: 260 seconds]
<neiluj> Hi! so I've got bindings to a C library that manages its own stack and heap. One option is to patch the C lib to never allocate on this stack and heap, and write a wrapper that does the allocations with ocaml's FFI. Another one is to somehow write implement basic memory management from within ocaml but I'm curious if this topic has been explored
<neiluj> with languages of the ML family
mechap has joined #ocaml
<neiluj> by using a monad for instance?
sagax has quit [Ping timeout: 272 seconds]
sagax has joined #ocaml
sagax has joined #ocaml
xd1le has quit [Quit: xd1le]
mizlan has quit [Ping timeout: 246 seconds]
mizlan has joined #ocaml
mechap has quit [Ping timeout: 240 seconds]
mechap has joined #ocaml
mizlan has quit [Ping timeout: 272 seconds]
neiluj has quit [Quit: Client closed]
mizlan has joined #ocaml
mechap has quit [Ping timeout: 246 seconds]
mechap has joined #ocaml
luke61 has joined #ocaml
mechap has quit [Ping timeout: 258 seconds]
luke93 has joined #ocaml
mechap has joined #ocaml
luke93 has quit [Ping timeout: 246 seconds]
luke61 has quit [Ping timeout: 246 seconds]
mizlan has quit [Ping timeout: 252 seconds]
mizlan has joined #ocaml
Serpent7776 has quit [Ping timeout: 245 seconds]
neiluj has joined #ocaml
tomku has quit [Quit: Lost terminal]
tomku has joined #ocaml
mizlan has quit [Ping timeout: 246 seconds]
mizlan has joined #ocaml
waleee has joined #ocaml
John_Ivan has quit [Ping timeout: 272 seconds]
neiluj has quit [Quit: neiluj]
mbuf has quit [Remote host closed the connection]
John_Ivan has joined #ocaml
curium has quit [Quit: Gateway shutdown]
curium has joined #ocaml
John_Ivan_ has joined #ocaml
John_Ivan has quit [Ping timeout: 246 seconds]
mizlan has quit [Quit: mizlan]
azimut has quit [Quit: ZNC - https://znc.in]
azimut has joined #ocaml
bartholin has quit [Ping timeout: 240 seconds]
bartholin has joined #ocaml
MarvelousWololo has joined #ocaml
szkl has joined #ocaml
mechap has quit [Quit: WeeChat 4.0.2]
mechap has joined #ocaml
zgasma has quit [Quit: leaving]
zgasma has joined #ocaml
zgasma has joined #ocaml
bartholin has quit [Quit: Leaving]
azimut has quit [Ping timeout: 240 seconds]
mechap has quit [Quit: WeeChat 4.0.2]
szkl has quit [Quit: Connection closed for inactivity]
<discocaml> <universalcosm> Is Ocaml easy as golang?