Found this 
<http://julialang.org/blog/2012/02/why-we-created-julia/>announcement 
and discussion <http://news.ycombinator.com/item?id=3606380>on HN today.
Julia <http://julialang.org/>is a new Matlab-like technical computing 
language that has a very interesting design:
Dynamic typing <http://julialang.org/manual/types/> with no encapsulation 
and final concrete classes (only abstract types can be subclassed).
Multidispatch methods <http://julialang.org/manual/methods/> that allow for 
behavior inheritance by defining methods on abstract types.
And, finally, homoiconicity and lisp-like 
macros<http://julialang.org/manual/metaprogramming/>, 
even though the language uses in-fix expressions. 

-- 
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 your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to