From cc08977d1439a244c82517ed2193e304b91dfc69 Mon Sep 17 00:00:00 2001
From: Chris Lattner
Julia is a high-level, + high-performance dynamic language for technical + computing. It provides a sophisticated compiler, distributed parallel + execution, numerical accuracy, and an extensive mathematical function + library. The compiler uses type inference to generate fast code + without any type declarations, and uses LLVM's optimization passes and + JIT compiler. The language is designed around multiple dispatch, + giving programs a large degree of flexibility. It is ready for use on many + kinds of problems.
+