Re: Can Simple be done with Static Typing?

2011-10-24 Thread ngocdaothanh
More about Scala: http://www.slideshare.net/El_Picador/scala-vs-ruby -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with

Re: Can Simple be done with Static Typing?

2011-10-24 Thread Dennis Haupt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 i have some (10 years) experience with difference statically typed languages and a bit with dynamic ones. i encountered a few typesafe solutions that don't introduce a lot of overhead - for example the types of scala. in addition to interfaces and clas

Can Simple be done with Static Typing?

2011-10-24 Thread Timothy Baldridge
After watching Rich's talk the other day about "Making Simple Easy", I started thinking about how to incorporate parts of this talk into the software we're writing at work. During this thought process, I have begun to wonder, are simple and statically typed languages mutually exclusive? Let me exp