<sim642>
I do actually need the proper gcc, so I'll probably have to counter Apple's stupidity with more stupidity
<Anarchos>
sm2n and the wikipedia article isn't clear enough ?
<sim642>
conf-gcc has a gcc homebrew depext, but I suspect that's completely useless because the build check always just calls "gcc" which is symlinked to Apple's clang
<sm2n>
Anarchos: wikipedia article for what?
<sm2n>
I understand the stuff said about the krivine machine
<sm2n>
but I have no background to assess how that is related to the categorical abstract machine
<sm2n>
and the wikipedia article on the categorical abstract machine is pretty bare
<sm2n>
I'm asking in this channel because supposedly ocaml uses CAM internally
<mro_>
@channel admin: when I use the irc client ii (has no ssl), joining #ocaml gets me '#ocaml :Cannot join channel (+S) - SSL/TLS required'
<mro_>
could you switch the requirement off? Others don't have it, too.
mro_ has quit [Remote host closed the connection]
mro_ has joined #ocaml
mro_ has quit [Remote host closed the connection]
adanwan has quit [Remote host closed the connection]
adanwan has joined #ocaml
rgrinberg has quit [Read error: Connection reset by peer]
rgrinberg has joined #ocaml
mro_ has joined #ocaml
mro_ has quit [Remote host closed the connection]
QDX45 has joined #ocaml
mro has joined #ocaml
<d_bot>
<ncl> stunnel
adanwan has quit [Remote host closed the connection]
adanwan has joined #ocaml
adanwan has quit [Remote host closed the connection]
adanwan has joined #ocaml
<mro>
@ncl: are you the admin?
mro has quit [Quit: Leaving...]
rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Anarchos has quit [Quit: Vision[]: i've been blurred!]
salkin has quit [Quit: salkin]
williewillus has quit [Ping timeout: 244 seconds]
azimut has quit [Remote host closed the connection]
azimut has joined #ocaml
waleee has joined #ocaml
bartholin has quit [Quit: Leaving]
azimut has quit [Remote host closed the connection]
azimut has joined #ocaml
dnh has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dnh has joined #ocaml
dnh has quit [Ping timeout: 272 seconds]
williewillus has joined #ocaml
<d_bot>
<Et7f3 (@me on reply)> @Bluddy is the admin. But ncl suggested a workaround. stunnel allow to create a unciphered endpoint on your local machine that redirect all traffic ciphered to real target.
<d_bot>
<Bluddy> I'm admin of the discord channel, not of the IRC channel that's connected to #general on our end
rgrinberg has joined #ocaml
<d_bot>
<Et7f3 (@me on reply)> So who is the admin 🤔
adanwan has quit [Remote host closed the connection]
adanwan has joined #ocaml
<d_bot>
<pseud> How come, when trying to `let rec foo = match .... with ......` , if I try to call the function itself (`foo`) from inside the match construct, I am told:
<d_bot>
<pseud> ```
<d_bot>
<pseud> This kind of expression is not allowed as right-hand-side of `let rec'
<d_bot>
<pseud> ```
<d_bot>
<Et7f3 (@me on reply)> it avoided you a infinite loop
adanwan has quit [Remote host closed the connection]
<williewillus>
are you trying to declare a function or value?