<discocaml>
<丘品煥> Hi guys I am pretty new to the CS and IT fields (Just 6 months into my first job as a backend web developer, and my role has been pretty CRUD thus far in my opinion)
<discocaml>
<丘品煥>
<discocaml>
<丘品煥> I have learned a small amount of functional programming in lisp (not using for or while loops, using recursion and tail recursion, closure, map/filter/forEach operators, return a copy of modified data instead of causing side effects destroying or modifying the current piece of data etc.) just for my own hobby purpose. I have not done any professional work in functional programming yet let alone Ocaml
<discocaml>
<丘品煥>
<discocaml>
<丘品煥> I would love asking you guys who have more experienced on your opinions on LLM (Large Language Model) and Neural Network, on whether they would replace alot of computer programming work in the industry (particularly web dev work that is more CRUD in nature)
<discocaml>
<丘品煥>
<discocaml>
<丘品煥> Also if you guys have written essays, blog, articles or made Youtube videos discussing about this topic, please do send me i would be extremely fervent to read them. Thank you very much !
azimut has quit [Remote host closed the connection]
azimut has joined #ocaml
alexherbo2 has joined #ocaml
patrick_ is now known as patrick
pie_ has quit []
pie_ has joined #ocaml
pie_ has joined #ocaml
pie_ has quit [Client Quit]
pie_ has joined #ocaml
pie_ has quit [Client Quit]
pie_ has joined #ocaml
pie_ has quit [Client Quit]
alexherbo2 has quit [Ping timeout: 246 seconds]
pie_ has joined #ocaml
pie_ has quit [Client Quit]
waleee has joined #ocaml
pie_ has joined #ocaml
pie_ has quit []
pie_ has joined #ocaml
pie_ has quit [Client Quit]
pie_ has joined #ocaml
pie_ has quit []
pie_ has joined #ocaml
pie_ has quit [Read error: Connection reset by peer]
pie_ has joined #ocaml
waleee has quit [Ping timeout: 246 seconds]
waleee has joined #ocaml
riverdc has quit [Quit: quitting]
riverdc has joined #ocaml
Serpent7776 has quit [Ping timeout: 252 seconds]
pie_ has quit []
Serpent7776 has joined #ocaml
patrick is now known as Guest8549
Guest8549 has quit [Killed (lithium.libera.chat (Nickname regained by services))]
patrick_ has joined #ocaml
pie_ has joined #ocaml
alexherbo2 has joined #ocaml
alexherbo2 has quit [Remote host closed the connection]
pie_ has quit [Ping timeout: 252 seconds]
bartholin has quit [Quit: Leaving]
pie_ has joined #ocaml
waleee has quit [Ping timeout: 245 seconds]
xd1le has quit [Quit: xd1le]
Serpent7776 has quit [Ping timeout: 252 seconds]
gentauro has quit [Ping timeout: 250 seconds]
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
waleee has joined #ocaml
gwizon has joined #ocaml
patrick_ is now known as patrick
mechap has joined #ocaml
waleee has quit [Ping timeout: 260 seconds]
bartholin has joined #ocaml
gareppa has quit [Quit: WeeChat 3.8]
mechap has quit [Quit: WeeChat 4.0.1]
waleee has joined #ocaml
bartholin has quit [Quit: Leaving]
waleee has quit [Ping timeout: 264 seconds]
waleee has joined #ocaml
waleee has quit [Ping timeout: 246 seconds]
waleee has joined #ocaml
waleee has quit [Ping timeout: 260 seconds]
azimut has quit [Ping timeout: 240 seconds]
waleee has joined #ocaml
<discocaml>
<functionalprogramming> How can I do the equivalent of shell's `$()` in Dune? i.e., I have a shell command and I want to embed the output as part of a dune stanza. More specifically, I need to specify C flags, and this requires programmatically querying the include directory for a particular library I want to link