companion_cube changed the topic of #ocaml to: Discussion about the OCaml programming language | http://www.ocaml.org | OCaml 5.2.0 released: https://ocaml.org/releases/5.2.0 | Try OCaml in your browser: https://try.ocamlpro.com | Public channel logs at https://libera.irclog.whitequark.org/ocaml/
eilvelia has joined #ocaml
eilvelia has quit [Quit: WeeChat]
eilvelia has joined #ocaml
lain` has quit [Read error: Connection reset by peer]
eilvelia has quit [Quit: WeeChat]
lain` has joined #ocaml
buoy49__ has quit [Ping timeout: 245 seconds]
buoy49__ has joined #ocaml
f[x] has joined #ocaml
terrorjack4 has quit [Quit: The Lounge - https://thelounge.chat]
terrorjack4 has joined #ocaml
mbuf has joined #ocaml
f[x] has quit [Remote host closed the connection]
toastal has joined #ocaml
euphores has quit [Ping timeout: 272 seconds]
euphores has joined #ocaml
toastal has left #ocaml [Disconnected: Hibernating too long]
YuGiOhJCJ has joined #ocaml
toastal has joined #ocaml
toastal has left #ocaml [Disconnected: Hibernating too long]
toastal has joined #ocaml
Serpent7776 has joined #ocaml
bartholin has joined #ocaml
toastal has left #ocaml [Error from remote client]
toastal has joined #ocaml
bartholin has quit [Quit: Leaving]
toastal has quit [Ping timeout: 272 seconds]
toastal has joined #ocaml
torretto_ has quit [Ping timeout: 260 seconds]
torretto has joined #ocaml
TCZ has joined #ocaml
TCZ has quit [Client Quit]
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
m5zs7k has quit [Quit: m5zs7k]
m5zs7k has joined #ocaml
Guest11 has joined #ocaml
Guest11 is now known as lixing
myrkraverk has quit [Read error: Connection reset by peer]
Anarchos has joined #ocaml
lixing has quit [Ping timeout: 256 seconds]
f[x] has joined #ocaml
alexherbo2 has joined #ocaml
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #ocaml
alexherbo2 has quit [Remote host closed the connection]
<discocaml> <mohamed_abdulsalam> this server needs a savior
Anarchos has quit [Quit: Vision[]: i've been blurred!]
dhil has joined #ocaml
<discocaml> <sim642> Ctypes doesn't seem to be very actively developed though, so I'm not sure if anything can be expected
emp has joined #ocaml
alexherbo2 has joined #ocaml
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #ocaml
Serpent7776 has quit [Ping timeout: 260 seconds]
Anarchos has joined #ocaml
bartholin has joined #ocaml
Tuplanolla has joined #ocaml
mbuf has quit [Quit: Leaving]
dhil has quit [Quit: Leaving]
neuroevolutus has joined #ocaml
toastal has left #ocaml [Disconnected: Hibernating too long]
YuGiOhJCJ has joined #ocaml
alexherbo2 has quit [Remote host closed the connection]
pi3ce has quit [Read error: Connection reset by peer]
pi3ce has joined #ocaml
neuroevolutus has quit [Ping timeout: 256 seconds]
<discocaml> <mohamed_abdulsalam> OCaml is %60 pattern matching and %60 fixing type errors
bartholin has quit [Quit: Leaving]
f[x] has quit [Remote host closed the connection]
<discocaml> <yawaramin> the the remaining 60% is modules
Anarchos has quit [Quit: Vision[]: i've been blurred!]
eilvelia has joined #ocaml
Tuplanolla has quit [Quit: Leaving.]
neuroevolutus has joined #ocaml
<discocaml> <shawnfrostx> "Some languages (such as implementations of ML) store procedure activation records on the heap". google tells me languages with first class continuations do this. im assuming ocaml doesn't do this and stack frames are really allocated on the stack?