companion_cube changed the topic of #ocaml to: Discussion about the OCaml programming language | http://www.ocaml.org | OCaml 5.3.0 released: https://ocaml.org/releases/5.3.0 | Try OCaml in your browser: https://try.ocamlpro.com | Public channel logs at https://libera.irclog.whitequark.org/ocaml/
myrkraverk has joined #ocaml
zor has quit [Read error: Connection reset by peer]
zor has joined #ocaml
agentcasey_ has quit [Quit: ZNC 1.9.0+deb2build3 - https://znc.in]
jyc has quit [Server closed connection]
jyc has joined #ocaml
jessegreathouse has joined #ocaml
jessegreathouse has quit [Remote host closed the connection]
shwouchk has quit [Ping timeout: 258 seconds]
shwouchk has joined #ocaml
casastortaAway has quit [Ping timeout: 248 seconds]
casastortaAway has joined #ocaml
humasect has quit [Remote host closed the connection]
humasect has joined #ocaml
humasect has quit [Remote host closed the connection]
zlqrvx has joined #ocaml
humasect has joined #ocaml
toastal has quit [Ping timeout: 258 seconds]
_whitelogger has joined #ocaml
toastal has joined #ocaml
shwouchk has quit [Ping timeout: 260 seconds]
casastortaAway has quit [Quit: ZNC 1.10.1 - https://znc.in]
casastorta has quit [Quit: ZNC 1.10.1 - https://znc.in]
casastorta has joined #ocaml
casastortaAway has joined #ocaml
amadaluzia has joined #ocaml
Guest44 has joined #ocaml
humasect has joined #ocaml
humasect has quit [Remote host closed the connection]
humasect has joined #ocaml
humasect has quit [Remote host closed the connection]
humasect has joined #ocaml
afrosenpai has quit [Server closed connection]
afrosenpai has joined #ocaml
amadaluzia has quit [Quit: ZNC 1.9.1 - https://znc.in]
Putonlalla has quit [Server closed connection]
Putonlalla has joined #ocaml
humasect has quit [Quit: Leaving...]
pandeyan has quit [Ping timeout: 248 seconds]
olle has joined #ocaml
bartholin has joined #ocaml
nemin has joined #ocaml
Serpent7776 has joined #ocaml
anpad has joined #ocaml
Guest44 has quit [Quit: Client closed]
myrkraverk_ has joined #ocaml
myrkraverk has quit [Ping timeout: 260 seconds]
bartholin has quit [Quit: Leaving]
casastorta has quit [Ping timeout: 258 seconds]
zarakshR has quit [Ping timeout: 258 seconds]
zarakshR has joined #ocaml
Haudegen has joined #ocaml
zarakshR has quit [Ping timeout: 258 seconds]
itszor has joined #ocaml
zor has quit [Ping timeout: 248 seconds]
zarakshR has joined #ocaml
casastorta has joined #ocaml
zarakshR has quit [Remote host closed the connection]
zarakshR has joined #ocaml
zarakshR has quit [Ping timeout: 258 seconds]
zarakshR has joined #ocaml
casastorta has quit [Ping timeout: 260 seconds]
casastorta has joined #ocaml
zarakshR has quit [Ping timeout: 260 seconds]
olle has quit [Ping timeout: 258 seconds]
Anarchos has joined #ocaml
Anarchos has quit [Ping timeout: 260 seconds]
bartholin has joined #ocaml
casastorta has quit [Ping timeout: 258 seconds]
Anarchos has joined #ocaml
casastorta has joined #ocaml
<discocaml> <dragsbruh> i'm new to ocaml and the syntax is very weird
<discocaml> <dragsbruh> and i love it
<discocaml> <darrenldl> it's a nice break from other languages
Anarchos has quit [Ping timeout: 258 seconds]
<discocaml> <dragsbruh> i have no idea what this does but it definitely does something
Anarchos has joined #ocaml
myrkraverk has joined #ocaml
myrkraverk_ has quit [Ping timeout: 260 seconds]
<discocaml> <yawaramin> well it's much clearer what it does if you turn on auto-formatting
<discocaml> <dragsbruh> yeah about that
<discocaml> <dragsbruh> how do i format
<discocaml> <yawaramin> ocamlformat
<companion_cube> (you need a .ocamlformat file at the root of the repo, besides having ocamlformat in scope)
<discocaml> <dragsbruh> ohhh i see
<discocaml> <dragsbruh> how do i turn on auto formatting again
<discocaml> <dragsbruh> ahhh
<discocaml> <dragsbruh> thanks
<discocaml> <dragsbruh> sorry if i'm asking stupid questions
<companion_cube> there are no stupid questions :)
nlocalhost has quit [Ping timeout: 245 seconds]
nlocalhost has joined #ocaml
casastorta has quit [Ping timeout: 260 seconds]
dragsbruh has joined #ocaml
dragsbruh has left #ocaml [#ocaml]
amadaluzia has joined #ocaml
casastorta has joined #ocaml
mange has quit [Quit: Zzz...]
jessegreathouse has joined #ocaml
jessegreathouse has quit [Remote host closed the connection]
jessegreathouse has joined #ocaml
<jessegreathouse> This is the first successful connection I have made with the omni-irc library (https://github.com/jesse-greathouse/omni-irc)
<companion_cube> ๐Ÿ‘‹ nice
jessegreathouse has quit [Ping timeout: 258 seconds]
jessegreathouse has joined #ocaml
jessegreathouse has quit [Remote host closed the connection]
jessegreathouse has joined #ocaml
jessegreathouse has quit [Remote host closed the connection]
jessegreathouse has joined #ocaml
<jessegreathouse> lol im getting timed out on Pings still not implemented any IRC worfklows yet.
<jessegreathouse> very barebones but at least the tcp/tls connection piece is working: https://i.imgur.com/dNsTEAR.png
<jessegreathouse> Ima go before I get timed out on PING again lol. have a good day, everyone!
jessegreathouse has quit [Remote host closed the connection]
Anarchos has quit [Quit: Vision[]: Gone battling for revolution !]
shwouchk has joined #ocaml
toastal has quit [Ping timeout: 260 seconds]
toastal has joined #ocaml
priime has quit [Quit: The Lounge - https://thelounge.chat]
priime has joined #ocaml
<discocaml> <ambersaber> hello
<discocaml> <ambersaber> Why do I have to type a line of script every time I start the terminal?
<discocaml> <ambersaber> (& opam env) -split '\r?\n' | ForEach-Object { Invoke-Expression $_ }
<discocaml> <Kali> you did not put it in your powershell profile
<discocaml> <Kali> it can do it for you that way
<discocaml> <ambersaber> $env:Path = 'C:\Users\kunbe\AppData\Local\opam\default\bin;C:\Users\kunbe\AppData\Local\opam\.cygwin\root\usr\x86_64-w64-mingw32\sys-root\mingw\bin;
<discocaml> <ambersaber> $env:OPAM_LAST_ENV = 'C:\Users\kunbe\AppData\Local\opam\.last-env\env-6ee2fd54f8e9a10d8b877fc35bed6e24-0'
<discocaml> <ambersaber> $env:OPAM_SWITCH_PREFIX = 'C:\Users\kunbe\AppData\Local\opam\default'
<discocaml> <ambersaber> $env:OCAMLTOP_INCLUDE_PATH = 'C:\Users\kunbe\AppData\Local\opam\default\lib\toplevel'
<discocaml> <ambersaber> $env:CAML_LD_LIBRARY_PATH = 'C:\Users\kunbe\AppData\Local\opam\default\lib\stublibs;C:\Users\kunbe\AppData\Local\opam\default\lib\ocaml\stublibs;C:\Users\kunbe\AppData\Local\opam\default\lib\ocaml'
<discocaml> <ambersaber> $env:OCAML_TOPLEVEL_PATH = 'C:\Users\kunbe\AppData\Local\opam\default\lib\toplevel'
<discocaml> <ambersaber> $env:MANPATH = ':/cygdrive/c/Users/kunbe/AppData/Local/opam/default/man'
<discocaml> <ambersaber> $env:Path = 'C:\Users\kunbe\AppData\Local\opam\default\bin;C:\Users\kunbe\AppData\Local\opam\.cygwin\root\usr\x86_64-w64-mingw32\sys-root\mingw\bin;
<discocaml> <ambersaber> PS C:\Users\kunbe> utop
<discocaml> <ambersaber> Fatal error: cannot load shared library dlllwt_unix_stubs
<discocaml> <ambersaber> Reason: ๆ‰พไธๅˆฐๆŒ‡ๅฎš็š„ๆจกๅ—ใ€‚
<discocaml> <ambersaber> I solved this problem by creating the environment variables output by opam env.
<discocaml> <ambersaber> thank you
Serpent7776 has quit [Ping timeout: 260 seconds]
Serpent7776 has joined #ocaml
no-name has joined #ocaml
no-name has quit [Client Quit]
no-name has joined #ocaml
no-name has quit [Quit: The Lounge - https://thelounge.chat]
no-name has joined #ocaml
zarakshR has joined #ocaml
no-name has quit [Client Quit]
SquidDev has quit [Server closed connection]
SquidDev has joined #ocaml
casastorta has quit [Ping timeout: 260 seconds]
Tuplanolla has joined #ocaml
casastorta has joined #ocaml
no-name has joined #ocaml
no-name has quit [Client Quit]
no-name has joined #ocaml
amadaluzia has quit [Quit: ZNC 1.9.1 - https://znc.in]
nemin has quit [Quit: nemin]
Stumpfenstiel has joined #ocaml
Stumpfenstiel has quit [Changing host]
Stumpfenstiel has joined #ocaml
casastorta has quit [Ping timeout: 260 seconds]
casastorta has joined #ocaml
bartholin has quit [Quit: Leaving]
cedb_ has quit [Server closed connection]
cedb_ has joined #ocaml
Serpent7776 has quit [Quit: leaving]
zarakshR has quit [Quit: zarakshR]
zarakshR has joined #ocaml
Tuplanolla has quit [Ping timeout: 256 seconds]
Stumpfenstiel has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]