Hacker News new | ask | show | jobs
by nravic 2424 days ago
pleasantly surprised to see julia used in this
1 comments

Julia is the first language I've worked with that really tries to eliminate all abstractions between math formulas and code AND keep things efficient. LISP and Haskell also have great looking numeric code but I have a hard time figuring out what's efficient and what isn't.