
How/Can I do it in Haskell ?
Here is a big list of projects
https://github.com/codecrafters-io/build-your-own-x
And mostly are in C/Go/Rust.
Can I try them in Haskell ? I am a really beginner and I am able to do mostly Haskell in an immutable way but not the Monad/Functor part...
Like how to do Filesystem/Network/TCP etc ?!
Most Haskell tutorials are teaching about FP core immutability and HoF.
But the IO part, I have not gotten yet.
Can you folks help with it? And could I use LLM to translate these tutorials to Haskell to follow ?