<FromGitter>
<nsuchy> Yes I closed and opened zsh after installing openssl
<FromGitter>
<nsuchy> this is on macOS
Yxhuvud has quit [Remote host closed the connection]
ht_ has joined #crystal-lang
<FromGitter>
<watzon> @vlazar I'll be doing tutorials on coding in general, but to start with I'll be doing a series on getting up and running with Crystal
return0e has quit [Ping timeout: 276 seconds]
<FromGitter>
<watzon> @nsuchy I believe macOS is known to have OpenSSL issues, but I can't remember off the top of my head what the general fix is
<FromGitter>
<watzon> @tenebrousedge lmao Ubuntu 😂 you kill me
DTZUZO has joined #crystal-lang
return0e has joined #crystal-lang
Yxhuvud has joined #crystal-lang
twistedpixels has quit [Read error: Connection reset by peer]
twistedpixels has joined #crystal-lang
<FromGitter>
<vlazar> @watzon That's great! I wish you luck ;) I've been thinking about doing it myself, but not a good idea with my accent. The best text-to-speech OTOH can help, so maybe on day.
<FromGitter>
<fridgerator> its pretty static, a function has to be defined in c that builds and returns the correct types
f1reflyylmao has quit [Ping timeout: 276 seconds]
<FromGitter>
<fridgerator> but perhaps it could be extended to be more generic, idk
<FromGitter>
<fridgerator> I dont know c that well
<FromGitter>
<watzon> @fridgerator I'd recommend having a postinstall task in shard.yml that automatically runs `go.sh`. Cool project though, I was thinking about doing the same thing but you beat me to it.
alexherbo231 has quit [Ping timeout: 240 seconds]
<FromGitter>
<fridgerator> I wrote a node.js -> python interop library, it was way easier, since node.js is written in c++
<FromGitter>
<fridgerator> And you can have dynamic functions and pass any argument types
<FromGitter>
<watzon> Yeah I can see how that would be easier, I think I remember seeing that library
<FromGitter>
<fridgerator> thanks @watzon , i'll add a postinstall task