adrien changed the topic of #ocaml to: Discussions about the OCaml programming language | http://www.ocaml.org | OCaml 4.09 release notes: https://caml.inria.fr/pub/distrib/ocaml-4.09/notes/Changes | Try OCaml in your browser: http://try.ocamlpro.com | Public channel logs at http://irclog.whitequark.org/ocaml
dhil has quit [Ping timeout: 240 seconds]
Haudegen has quit [Quit: Bin weg.]
amiloradovsky has quit [Ping timeout: 260 seconds]
Haudegen has joined #ocaml
Haudegen has quit [Ping timeout: 240 seconds]
mfp has quit [Ping timeout: 256 seconds]
spew has quit [Quit: Connection closed for inactivity]
vicfred has joined #ocaml
waleee-cl has quit [Quit: Connection closed for inactivity]
malc_ has joined #ocaml
eureton has quit [Ping timeout: 244 seconds]
narimiran has joined #ocaml
kleisli has joined #ocaml
eureton has joined #ocaml
decentpenguin has quit [Quit: ZNC crashed or something]
decentpenguin has joined #ocaml
kleisli has quit [Ping timeout: 260 seconds]
malc_ has quit [Ping timeout: 272 seconds]
Guest56 has quit [Ping timeout: 260 seconds]
malc_ has joined #ocaml
osa1 has joined #ocaml
eureton has quit [Remote host closed the connection]
mbuf has joined #ocaml
nkly has quit [Ping timeout: 240 seconds]
nkly has joined #ocaml
delysin has quit [Read error: Connection reset by peer]
delysin has joined #ocaml
nkly has quit [Ping timeout: 256 seconds]
dckc has quit [Ping timeout: 256 seconds]
nkly has joined #ocaml
dckc has joined #ocaml
Haudegen has joined #ocaml
malc_ has quit [Remote host closed the connection]
waleee-cl has joined #ocaml
bacam_ is now known as bacam
nkly has quit [Ping timeout: 244 seconds]
nkly has joined #ocaml
RalfJ has quit [Remote host closed the connection]
RalfJ has joined #ocaml
Haudegen has quit [Quit: Bin weg.]
Haudegen has joined #ocaml
jbrown has joined #ocaml
dhil has joined #ocaml
mfp has joined #ocaml
ggole has joined #ocaml
Haudegen has quit [Quit: No Ping reply in 180 seconds.]
Haudegen has joined #ocaml
nkly_ has quit [Quit: ZNC 1.6.6+deb1ubuntu0.2 - http://znc.in]
nkly has quit [Ping timeout: 264 seconds]
malc_ has joined #ocaml
waleee-cl has quit [Quit: Connection closed for inactivity]
malc_` has joined #ocaml
malc_` has quit [Client Quit]
malc_` has joined #ocaml
malc_` has quit [Remote host closed the connection]
malc_ has quit [Ping timeout: 272 seconds]
malc_ has joined #ocaml
kleisli has joined #ocaml
nkly has joined #ocaml
nkly_ has joined #ocaml
mbuf has quit [Quit: Leaving]
<defolos> yet another beginner question, how do I build an executable with dune and Core?
<defolos> I have `open Core.Std` in my `main.ml` file
<defolos> and my dune file has the contents: `(executable (name main) (libraries core))`
<defolos> unfortunately that fails with ocaml complaining that Core.Std is an unbound module
<vsiles> Are you sure Core.Std is a thing ?
<defolos> ok, the solution was simple, `Core.Std` does not exist anymore
<defolos> it is no longer a thing
<defolos> janestreet deprecated it
<vsiles> indeed, got a module error in utop when trying the open
spew has joined #ocaml
BitPuffin has joined #ocaml
<BitPuffin> heyo
nkly has quit [Ping timeout: 260 seconds]
nkly has joined #ocaml
dckc has quit [Ping timeout: 260 seconds]
dckc has joined #ocaml
gahr has quit [Quit: leaving]
gahr has joined #ocaml
narimiran has quit [Ping timeout: 256 seconds]
h14u has joined #ocaml
Haudegen has quit [Ping timeout: 256 seconds]
drewr has quit [Read error: Connection reset by peer]
muskan has joined #ocaml
heredoc has quit [Ping timeout: 244 seconds]
chripell_ has quit [Quit: ZNC 1.8.1+deb1 - https://znc.in]
osa1 has quit [Ping timeout: 264 seconds]
chripell has joined #ocaml
alehander92 has joined #ocaml
<alehander92> oi guys
<alehander92> do people use vscode or sublime
<alehander92> i am starting a project in ocaml and i wonder what is good
JSharp has quit [Excess Flood]
JSharp has joined #ocaml
<defolos> Emacs ;-)
<defolos> but afaik vscode has a reasonml extension that is good, so maybe vscode, but I haven't used either for ocaml (plus I'm super new)
<d_bot> <Anurag> vscode + ocaml-lsp (https://github.com/ocaml/ocaml-lsp) is pretty nice
dhil has quit [Ping timeout: 264 seconds]
<d_bot> <Anurag> the readme for ocaml-lsp has a link to the vscode plugin to install
<alehander92> thanks
<alehander92> and i am not an emacs-er yet :P
<alehander92> what are some tips for someone who dabbled with haskell last week
<d_bot> <Anurag> i'd highly recommend the ocaml-lsp and the corresponding extension instead of the reasonml plugin. Its a lot more stable in my experience.
<alehander92> yeah i want to use ocaml syntax
<alehander92> i thought it's more well recognized in the community
<alehander92> is reasonml getting popular?
<d_bot> <Anurag> ¯\_(ツ)_/¯
rowbee has quit [Remote host closed the connection]
rowbee has joined #ocaml
<d_bot> <Anurag> sorry for the non answer. I haven't looked at reason too much, and the syntax churn hasn't helped. But i'm sure others who are more familiar with reason will give an actually useful answer 🙂
<d_bot> <undu> I haven't had the need to go into web dev yet
<companion_cube> there's also a bunch of vimers \o/
<d_bot> <Anurag> for my limited web-dev needs js_of_ocaml has been just fine.
<d_bot> <Anurag> for sure, vim + merlin or vim + lsp is a pretty sweet combination 🙂 That's what i personally use
<alehander92> cube aren't you a zig guy
<alehander92> sorry i constantly see familiar nicks everywhere on those channels
<alehander92> anurag thanks, no problem, i also think ocaml is fine
<alehander92> just was curious
<d_bot> <ulrikstrid> It feels like bucklescript shit the bed with the new syntax announcement. It's not even supposed to be reason anymore which is strange
<d_bot> <ulrikstrid> Especially since it got announced on the reasonml.org site
<d_bot> <undu> I'm using vim + lsp + treesitter (WIP) 😉
<companion_cube> they're removing support for a lot of syntax that is important in OCaml…
<companion_cube> (like custom infix operators, iirc)
kleisli has quit [Remote host closed the connection]
<d_bot> <ulrikstrid> Yepp, but they will still support OCaml and reason syntax for the foreseeable future AFAIK
<companion_cube> still a very strange fragmentation to introduce
dhil has joined #ocaml
kanishka has joined #ocaml
osa1 has joined #ocaml
heredoc has joined #ocaml
kanishka has quit [Quit: Quit]
kanishka has joined #ocaml
kanishka has quit [Client Quit]
osa1 has quit [Ping timeout: 256 seconds]
Haudegen has joined #ocaml
Jesin has quit [Quit: Leaving]
Jesin has joined #ocaml
osa1 has joined #ocaml
spew has quit [Quit: Connection closed for inactivity]
narimiran has joined #ocaml
eureton has joined #ocaml
eureton has quit [Ping timeout: 260 seconds]
osa1 has quit [Ping timeout: 256 seconds]
<flux1> what's the new bucklescript new syntax announcement?
malc_ has quit [Ping timeout: 264 seconds]
tane has joined #ocaml
ggole has quit [Quit: Leaving]
narimiran has quit [Ping timeout: 240 seconds]
waleee-cl has joined #ocaml
h14u has quit [Quit: Leaving]
amiloradovsky has joined #ocaml
malc_ has joined #ocaml
tane has quit [Quit: Leaving]
spew has joined #ocaml
Serpent7776 has quit [Quit: leaving]
Hrundi_V_Bakshi has joined #ocaml
amiloradovsky has quit [Ping timeout: 244 seconds]
jbrown has quit [Ping timeout: 240 seconds]
nullcone has quit [Quit: Connection closed for inactivity]
oni-on-ion has joined #ocaml