Tagged Questions
3
votes
4answers
1k views
What is better done in Ruby and what is better done in Haskell? [closed]
If you have experience with both Ruby and Haskell, which of the following best describes the applicability and comparative power of the two languages?
The two languages better suit different kinds ...
12
votes
2answers
412 views
How to handle technological “Dogmatism”
I left a job (to relocate to another country) where I programmed in Javascript and Haskell (some python) most of the time. I really liked it because people were objective, positive, mathematical, and ...
9
votes
5answers
734 views
Would it be ok if I decide to write all my Ruby as if it were Haskell?
Given that Ruby has good list operation capabilities in-built - reduce, map, select, collect etc. It has Procs, Blocks and Lambdas, and has nice iteration support (the each family), would it be a bad ...