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
-
Nothing prepares you for haskell. It's a different paradigm. But once you learn those two you will be a semi-god
-
Teravan367yWhat aplication has Haskell over most-known languages like C and Java? I'm afraid I have never heard of it...
-
@Teravan C is a procedural language. Java is object oriented. Haskell in the other hand is a functional language. It's not that they solve different problems, it's just another way of solving the same problems. Which one is better? None.
-
vertti4537yErlang or elixir might somehow prepare you for Haskell better. But most who learn haskell & Erlang would likely learn haskell first anyway
-
Pure
Nothing is pure in this world, it's a beautiful lie. Just waitbtill you have to convince your team members, manager, client to use haskell. Everything is dirty, impure and painful
:/
I thought that learning C would give me a good baseline for learning whatever other programming language.
Then I started looking into Haskell.
undefined