ygrek has quit [Remote host closed the connection]
ansiwen has quit [Remote host closed the connection]
ansiwen has joined #ocaml
sailorCa- has quit [Ping timeout: 272 seconds]
bartholin has joined #ocaml
sailorCat has joined #ocaml
YuGiOhJCJ has joined #ocaml
raskol has quit [Ping timeout: 260 seconds]
bartholin has quit [Quit: Leaving]
<discocaml>
<0x90> wow installing OCaml on a Mac was 1000000x easier than the hacked-together solution i pulled off on Windows lol
Serpent7776 has joined #ocaml
alexherbo2 has joined #ocaml
semarie_ has joined #ocaml
alexherbo2 has quit [Remote host closed the connection]
semarie_ is now known as semarie
Haudegen has joined #ocaml
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
<discocaml>
<gabyfle> I feel like on Windows it's better to just use WSL to install OCaml on a Linux distro
semarie has quit [Ping timeout: 272 seconds]
semarie has joined #ocaml
semarie has quit [Client Quit]
semarie has joined #ocaml
<discocaml>
<._null._> (Installing to Linux is even easier than Mac)
raskol has joined #ocaml
<discocaml>
<deepspacejohn> Aren’t the installation steps the same on both?
pi3ce has quit [Read error: Connection reset by peer]
pi3ce_ has joined #ocaml
alexherbo2 has joined #ocaml
<discocaml>
<softwaresirppi> guyss how yall doin
<discocaml>
<softwaresirppi> im wondering if there's like a standard sql spec or something
<discocaml>
<softwaresirppi> Postgres, mySQL, sqlite all have their own extensions
<discocaml>
<softwaresirppi> no end to this fragmentation??
Haudegen has quit [Quit: Bin weg.]
<discocaml>
<._null._> I've heard of people having issues specific to Mac, but I don't know what specifically. Are external dependencies (to the first installation of opam) dealt with easily?
<discocaml>
<softwaresirppi> idk man i just install opam and then open install every other things (such a neat thing ocaml devs did)
<discocaml>
<._null._> Compared to Windows, it sure is much easier
<discocaml>
<deepspacejohn> All I know is that I’ve never had problems on a Mac when using the official Mac/Linux/BSD installation steps.
<discocaml>
<otini_> I don’t know but I just searched Wikipedia and there is a whole section on the standard and deviations from it
<discocaml>
<softwaresirppi> i see
bartholin has joined #ocaml
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #ocaml
Haudegen has joined #ocaml
alexherbo2 has quit [Remote host closed the connection]
toastal has quit [Ping timeout: 255 seconds]
pi3ce_ has quit [Ping timeout: 260 seconds]
ygrek has joined #ocaml
ygrek has quit [Quit: Leaving]
ygrek has joined #ocaml
toastal has joined #ocaml
<dh`>
there is a sql spec but it has limited relevance
raskol has quit [Ping timeout: 244 seconds]
Haudegen has quit [Quit: Bin weg.]
<discocaml>
<softwaresirppi> links?
raskol has joined #ocaml
<discocaml>
<xavierm02_> Is the expected way to wait for an `Event` signal in Eio `Eio_unix.run_in_systhread (fun () -> Event.(sync (receive chan)))`, or should I just poll? (I want to use lablgtk for the gui and eio for network stuff, but didn't manage to join their event loops via lwt_glib and lwt_eio, so I have to use threads :/ )