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/
azimut has quit [Remote host closed the connection]
azimut has joined #ocaml
waleee has quit [Ping timeout: 252 seconds]
dnh has joined #ocaml
dnh has quit [Ping timeout: 255 seconds]
Tuplanolla has quit [Quit: Leaving.]
edr has quit [Quit: Leaving]
wingsorc has joined #ocaml
trev has joined #ocaml
ansiwen has quit [Quit: ZNC 1.7.1 - https://znc.in]
ansiwen has joined #ocaml
steenuil has quit [Read error: Connection reset by peer]
trev has quit [Read error: Connection reset by peer]
dh` has quit [*.net *.split]
tomku has quit [*.net *.split]
motherfsck has quit [*.net *.split]
dh` has joined #ocaml
steenuil has joined #ocaml
trev has joined #ocaml
motherfsck has joined #ocaml
tomku has joined #ocaml
dh` has quit [Changing host]
dh` has joined #ocaml
bartholin has joined #ocaml
azimut has quit [Ping timeout: 240 seconds]
xd1le has joined #ocaml
rgrinberg has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
dnh has joined #ocaml
dnh has quit [Ping timeout: 246 seconds]
Anarchos has joined #ocaml
Serpent7776 has joined #ocaml
Anarchos has quit [Quit: Vision[]: i've been blurred!]
dnh has joined #ocaml
dnh has quit [Client Quit]
Serpent7776 has quit [Ping timeout: 276 seconds]
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #ocaml
Tuplanolla has joined #ocaml
tremon has joined #ocaml
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #ocaml
waleee has joined #ocaml
Serpent7776 has joined #ocaml
azimut has joined #ocaml
azimut_ has joined #ocaml
azimut has quit [Remote host closed the connection]
cimento has quit [Quit: WeeChat 4.1.2]
cimento has joined #ocaml
waleee has quit [Ping timeout: 260 seconds]
gareppa has joined #ocaml
gareppa has quit [Quit: WeeChat 4.0.5]
dhil has joined #ocaml
cimento has quit [Quit: WeeChat 4.1.2]
azimut_ has quit [Ping timeout: 240 seconds]
cimento has joined #ocaml
rgrinberg has joined #ocaml
azimut has joined #ocaml
waleee has joined #ocaml
fweht has joined #ocaml
<greenbagels> how does the compiler handle closures? at somepoint in the compiler passes, do they look identical to a function that passed any visible bindings as parameters instead?
<greenbagels> as in does "let x = 3 and let f a b = a + b + x in ..." end up resembling "let f a b x = a + b + x in ..." at some point in time within the compiler?
cimento has quit [Quit: WeeChat 4.1.2]
waleee has quit [Ping timeout: 264 seconds]
cimento has joined #ocaml
<companion_cube> Yes, it's like that (but x comes first)
azimut has quit [Ping timeout: 240 seconds]
azimut has joined #ocaml
waleee has joined #ocaml
trev has quit [Quit: trev]
bartholin has quit [Quit: Leaving]
azimut has quit [Remote host closed the connection]
azimut has joined #ocaml
fweht has quit [Quit: Connection closed for inactivity]
Serpent7776 has quit [Ping timeout: 245 seconds]
<greenbagels> companion_cube: aha, im starting to ask questions that actually lets me understand the language better :p
dhil has quit [Ping timeout: 268 seconds]
<greenbagels> (or rather, the standard implementation of the language)
<discocaml> <m1337d> Hi all
<discocaml> <Kali> hello
<discocaml> <m1337d> Iam trying to embed ocaml into a cprogram and getting a linking error : https://github.com/ggerganov/llama.cpp/pull/4398
<discocaml> <m1337d> /usr/bin/ld: /usr/lib/ocaml/libasmrund.a(fail_nat.nd.o): in function `caml_is_special_exceptio\
<discocaml> <m1337d> n':
<discocaml> <m1337d> (.text.caml_is_special_exception+0x7): undefined reference to `caml_exn_Match_failure'
<discocaml> <m1337d> and those functions are undefined in all the .a files
alexherbo2 has quit [Remote host closed the connection]