Leonidas changed the topic of #ocaml to: Discussion about the OCaml programming language | http://www.ocaml.org | OCaml 5.1.1 released: https://ocaml.org/releases/5.1.1 | Try OCaml in your browser: https://try.ocamlpro.com | Public channel logs at https://libera.irclog.whitequark.org/ocaml/
oriba has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
Inline has quit [Quit: Leaving]
rgrinberg has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
rgrinberg has joined #ocaml
waleee has joined #ocaml
rgrinberg has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
meritamen has joined #ocaml
Tuplanolla has quit [Quit: Leaving.]
meritamen has quit [Read error: Connection reset by peer]
meritamen has joined #ocaml
meritamen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rgrinberg has joined #ocaml
meritamen has joined #ocaml
azimut has quit [Ping timeout: 240 seconds]
trev has joined #ocaml
meritamen has quit [Remote host closed the connection]
rgrinberg has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
deadmarshal_ has quit [Quit: IRCNow and Forever!]
chrisz has quit [Ping timeout: 252 seconds]
chrisz has joined #ocaml
deadmarshal_ has joined #ocaml
noonien85 has quit [Ping timeout: 245 seconds]
dh` has quit [Ping timeout: 256 seconds]
rgrinberg has joined #ocaml
pi3ce has joined #ocaml
famubu has joined #ocaml
<famubu> Hi. I wanted write a program which is dependnet on messages sent from an external non-ocaml program to work. (Like LSP)
<famubu> How can something like this be done in ocaml?
dnaq has joined #ocaml
rgrinberg has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
rgrinberg has joined #ocaml
meritamen has joined #ocaml
waleee has quit [Ping timeout: 252 seconds]
Serpent7776 has joined #ocaml
bartholin has joined #ocaml
Serpent7776 has quit [Ping timeout: 268 seconds]
Serpent7776 has joined #ocaml
bartholin has quit [Quit: Leaving]
rgrinberg has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
meritamen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
meritamen has joined #ocaml
Tuplanolla has joined #ocaml
wingsorc has quit [Ping timeout: 246 seconds]
azimut has joined #ocaml
azimut has quit [Remote host closed the connection]
azimut has joined #ocaml
a51 has joined #ocaml
tremon has joined #ocaml
zozozo has joined #ocaml
patrick__ is now known as patrick
yewscion has joined #ocaml
meritamen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
yewscion has quit [Ping timeout: 256 seconds]
yewscion has joined #ocaml
meritamen has joined #ocaml
<companion_cube> you most likely need to use the IO primitives and/or sockets?
rgrinberg has joined #ocaml
olle has joined #ocaml
meritamen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
a51 has quit [Quit: WeeChat 4.1.2]
yewscion has quit [Ping timeout: 245 seconds]
yewscion has joined #ocaml
azimut has quit [Remote host closed the connection]
azimut has joined #ocaml
azimut has quit [Remote host closed the connection]
azimut has joined #ocaml
azimut_ has joined #ocaml
azimut has quit [Ping timeout: 240 seconds]
yewscion has quit [Ping timeout: 264 seconds]
a51 has joined #ocaml
yewscion has joined #ocaml
waleee has joined #ocaml
rgrinberg has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
olle has quit [Ping timeout: 246 seconds]
azimut_ has quit [Remote host closed the connection]
a51 has quit [Quit: WeeChat 4.1.2]
azimut has joined #ocaml
rgrinberg has joined #ocaml
azimut has quit [Remote host closed the connection]
azimut has joined #ocaml
omegatron has joined #ocaml
waleee has quit [Ping timeout: 256 seconds]
a51 has joined #ocaml
yewscion has quit [Remote host closed the connection]
yewscion has joined #ocaml
pi3ce has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
pi3ce has joined #ocaml
dh` has joined #ocaml
bartholin has joined #ocaml
waleee has joined #ocaml
rgrinberg has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
rgrinberg has joined #ocaml
trev has quit [Quit: trev]
omegatron has quit [Quit: Power is a curious thing. It can be contained, hidden, locked away, and yet it always breaks free.]
yewscion has quit [Ping timeout: 256 seconds]
oriba has joined #ocaml
pi3ce has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
rgrinberg has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tremon has quit [Quit: getting boxed in]
rgrinberg has joined #ocaml
Serpent7776 has quit [Ping timeout: 268 seconds]
rgrinberg has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
average has joined #ocaml
wingsorc has joined #ocaml
czy has quit [Read error: Connection reset by peer]
drobban has joined #ocaml
<drobban> having some trouble understanding the manual. (Probably a skill issue as im just started looking at ocaml). The part I have trouble with is this
<drobban> type select_timeout has 3 values. The one I dont understand is `After
amk has quit [Ping timeout: 240 seconds]
<discocaml> <._null._> Do you timeout never, immediately or after some time ?
jyc__ has joined #ocaml
jyc__ has quit [Client Quit]
jyc has joined #ocaml
amk has joined #ocaml
bartholin has quit [Quit: Leaving]
<drobban> discocaml: after some time
<discocaml> <._null._> Then `After delay
<drobban> What am I missing here; Core_unix.select ?restart:(Some true) ~read:[] ~write:[] ~except:[] ~timeout:`After (Core.Time_ns.Span.of_int_ns 100) ;;
<discocaml> <._null._> Nothing that I can see
<discocaml> <leviroth> More parens?
<discocaml> <._null._> Oh right, parens around `After
<drobban> *facepalm*
<drobban> thx so much! I do not want to tell y'all the amount of time spent on trying to figure out what I was doing wrong.
<discocaml> <Ada> it’s always more parents
<discocaml> <Ada> it’s always more parens
duncan has quit [Ping timeout: 246 seconds]
rgrinberg has joined #ocaml
duncan has joined #ocaml