On Dec 21, 2011, at 2:14 PM, scooter....@gmail.com wrote:

> I'd suggest, in addition to the symbols, renaming some of the fundamental 
> types and concepts, like Monad. I would violently agree that Monad is the 
> correct term, but try to communicate with a commodity software developer 
> sometime (or a government acquisition professional). RWH goes a long way to 
> explaining the concepts, as do the countless Web pages dedicated to 
> explaining the monad concept. 

I super-agree with you on this point;  just because something is modeled by a 
particular mathematical structure doesn't mean that it should be named *after* 
that structure unless said structure is a commonly known one.  In a programming 
language names should be chosen to maximize clarity, and the term "Monad" 
conveys absolutely no sense of what it is to anyone who isn't already 
well-versed in category theory.

I would go further and say that there is a problem in a lot of the 
documentation surrounding such concepts as Monads which is that they start with 
a mathematical definition --- i.e., a type with a return and bind method --- 
and then proceed from there, which obfuscates what Monads are all about.  It 
would be much better of a typical tutorial instead started by describing what 
problem exists that they solve.


> Haskell is a great language with solid mathematical underpinnings. I'm a big 
> fan of it. But, adoption is the key to success; need to make the ordinary 
> easy to understand unless the community wants to be relegated to Scala status.

Honest question here:  what exactly do you mean by being "relegated to Scala 
status"?  Scala seems pretty alive and kicking to me, with the added bonus that 
it runs on the JVM which gives it an advantage in many respects over Haskell.  
Is there something I am mising?  :-)

Cheers,
Greg
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to