Live data from Hacker News

Julia 1.0

julialang.org

1–10 of 446 posts

Re: Julia 1.0

#3
Wonderful! The one untold story is the more I use it the better the programmer I become. It is so easy to benchmark and profile code. It has a great community that will help you how to write high performance code. Congrats!

Re: Julia 1.0

#4
post #3

Wonderful! The one untold story is the more I use it the better the programmer I become. It is so easy to benchmark and profile code. It has a great community that will help you how to write high performance code. Congrats!

I really hope for Julia to become mainstream and maybe replace Python as the defacto lang for data science. Julia is an incredible language. Kudos to the team developing it.

Re: Julia 1.0

#7
Julia is such a delightful language! It allows rapid prototyping and at the same time it runs fast. It has a great REPL, package manager and workflow with Revise.jl.

Re: Julia 1.0

#8

Apart from the library ecosystem, what attracts you to Julia?

Raw speed. Although julia has several nice features (multiple dynamic dispatch, macros), the raw speed obtained by annotating code with types is mind blowing. You can for the most part write like python, then annotate the slowest parts with types. It works really well.

Re: Julia 1.0

#9
It may be a tiny thing, but I'm still amazed at how fast the new REPL starts up, and how quick the package manager is, compared to what was there before. Congrats!

Re: Julia 1.0

#10
It's a simple and extremely powerful language.

Very few pieces of software combine simplicity and power. I'm very excited.

It'd be great if Julia devs could help deploying Julia Pkgs on Nix, now that Julia is getting ready for prime time and Nix is steadily gaining more and more users: https://github.com/NixOS/nixpkgs/issues/20649

Post reply on HN