He won't be done debugging her by then. She'll be ready for beta testing next year.
Programmer Humor
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
I wouldn't trust a guy letting their battery go that low either
Prisoner Of War:
There was no ESL moment in Ba Sing Se!
Eastern Sign Language?
English Second Language
A JSON parser in Haskell, what a day to have eyes
?
Haskell's incredibly good for writing parsers.
But oh boy is it difficult. We started with Haskell in the first semester CS and it was a pain. Kudos to anyone seriously developing in Haskell.
Eh, it's just different. Other languages are hard in other ways. Haskell's at least have very good reason behind them.
I write Haskell professionally and and am teaching to people without any experience, and it's really no different than anything else. Though I will say that my experience is that university professors are often pretty clueless about the language and don't teach it well.
I think it's the paradigm change. Most people including myself learnt some kind of procedural language in school, shifting towards functional thinking is just very difficult. But of course that's a skill a computer scientist must have and one of the reasons I didn't graduate.
If you are writing a parser in haskell just use Happy and get it over with
It's a parser for json. Import Aeson and derive one for your custom type in a single line!