Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
First time I hear of heskell, googled a bit about it though still not clear what advantage it has and what I can do with it, can you give me a clue?
-
zinnoa1628y@gitpush Haskell is a (fairly?) strongly typed functional language. It's mostly used in academia, although it has seen some commercial use, and I was checking it out to play around with it.
-
zinnoa1628y@gitpush as for what you can do with it, you can really do most things you'd do in other languages. It just requires a different mindset.
-
zinnoa1628y@PenguinRage well I tried setting up my own rudimentary structure with ghc and bash scripts for building, but I was having trouble setting it up in such a way that the binaries didn't have to get dumped in the same directory with the source files. When I used ghc to send the binaries to different directories, it wouldnt build properly because it got confused about the interface files when I would try to import modules I had written.
-
@zinnoa from what you see, is it worth learning? I'm now learning ASP.Net Core, as the market here requires ASP.Net and PHP is next in my list
-
zinnoa1628y@gitpush yeah it was mostly a "for fun" the thing, so I'm not super determined this case
Related Rants
-
dibbler6722Not a specifically dev related story, but absolutely rant worthy. Today I was working from home, and my wife ...
-
whatevel12So, today I was at my college library, working on an Haskell project that I have for my Functional Programming...
-
nzeetee7Well fuck me. Just went to my first meetUp with a group of Haskell programmers. I think they broke Enigma in ...
There's gotta be a better way to build Haskell projects...
undefined
build tools
project structure
haskell