torretto has quit [Remote host closed the connection]
torretto has joined #ocaml
bibi_ has quit [Quit: Konversation terminated!]
bibi_ has joined #ocaml
waleee has quit [Quit: WeeChat 4.1.2]
waleee has joined #ocaml
gzar has quit [Quit: WeeChat 4.2.2]
waleee has quit [Ping timeout: 260 seconds]
mima has quit [Ping timeout: 255 seconds]
myrkraverk has quit [Read error: Connection reset by peer]
myrkraverk has joined #ocaml
mbuf has joined #ocaml
trillion_exabyte has quit [Ping timeout: 260 seconds]
trillion_exabyte has joined #ocaml
torretto has quit [Ping timeout: 260 seconds]
torretto has joined #ocaml
<discocaml>
<jobhdez> I want to learn ocaml but since I have a bit of experience with Haskell I think I should keep focusing on Haskell because Haskell has more job prospects. I’m in the US.
<discocaml>
<jobhdez> Is my observation correct or is there similar amount of ocaml jobs?
<dh`>
not a lot of either really
Tuplanolla has joined #ocaml
Serpent7776 has joined #ocaml
Serpent7776 has quit [Ping timeout: 260 seconds]
bartholin has joined #ocaml
pi3ce has joined #ocaml
mima has joined #ocaml
Serpent7776 has joined #ocaml
<discocaml>
<Kali> im fairly sure haskell has better job prospects
<discocaml>
<lukstafi> Any idea why my opam `depexts:` could stop working? Debugging a conf package locally. I verified that the filter should trigger via `post-messages`, and that the external dependency is not installed, but it does not try to install it and instead proceeds to building (and then fails).
<discocaml>
<lukstafi> I confirmed this problem on different linux distributions (Ubuntu, Ach Linux).
tremon has joined #ocaml
waleee has joined #ocaml
Serpent7776 has quit [Ping timeout: 255 seconds]
jabuxas has joined #ocaml
jabuxas has quit [Ping timeout: 240 seconds]
mbuf has quit [Quit: Leaving]
gentauro has quit [Read error: Connection reset by peer]
gentauro has joined #ocaml
jabuxas has joined #ocaml
jabuxas has quit [Ping timeout: 255 seconds]
Serpent7776 has joined #ocaml
jabuxas has joined #ocaml
jabuxas has quit [Ping timeout: 260 seconds]
<discocaml>
<uberpyro181> i really like the way that try ocaml does auto-indentation
<discocaml>
<uberpyro181> would anyone happen to know if there's a vscode extension or anything that has the same behavior
<discocaml>
<uberpyro181> i know there's autoformatters and auto-indenters, maybe one of those can be configured to run on every keystroke, because that's what i like from try ocaml
<discocaml>
<uberpyro181> i really like the way that [try ocaml](<https://try.ocamlpro.com/>) does auto-indentation
jabuxas has joined #ocaml
mccd has joined #ocaml
<mccd>
Hey, how I want to use the shexp library to run grep
<mccd>
but the regexp I wanna use is "^ \*"
<mccd>
and when running this command, I get a warning that the escape is wrong f ~dir:"/home/mccd/notes-example" ["ugrep"; "-e"; "^ \*"];;
<mccd>
curious if anyone knows how to unescape it properly
<discocaml>
<yawaramin> `"'^ *'"`?
<mccd>
I got it working with `\\` and I had a space too much :))
<mccd>
but another question: Is list something that needs to be imported? Somehow dune utop and my lsp only knows about List.iter
jabuxas has quit [Ping timeout: 268 seconds]
<mccd>
ah another library shadowed them
gzar has joined #ocaml
<mccd>
Well next question: I want to use the bounded split for OCaml, in utop it acts weird though
mccd has left #ocaml [ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.3)]