Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It compiles to native code via JIT on the standard implementation, no need to re-write code in C.

The object system is close to CLOS with support for multi-dispatch.



The object system is IMO the best feature of Julia. All functions are multiple dispatch, so the expression problem is more or less solved. This makes it easy to do things like allowing users to define custom sparse matrix types and use them seamlessly with other matrices and vectors. It makes it easy to abstract away implementation details in a much greater way than Python or R.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: