Julia 0.4 Released
Written by Alex Armstrong   
Friday, 16 October 2015

The Julia community has released Julia 0.4.0 with major language refinements and numerous standard library improvements. Julia 0.5.0 is now in preview with nightly builds. It will bring further, and breaking, improvements to core array functionality.

 

Julia is a dynamic language for technical computing that is especially good at running MATLAB and R-style programs. An open source language, Julia was first publicized in 2012 although development began on it in 2009 by MIT professor of Computer Science Alan Edelman with Jeff Bezanson, Stefan Karpinski, Viral B. Shah.

Back in 2012 its creators explained Why We Created Julia, saying: 

We want a language that’s open source, with a liberal license. We want the speed of C with the dynamism of Ruby. We want a language that’s homoiconic, with true macros like Lisp, but with obvious, familiar mathematical notation like Matlab. We want something as usable for general programming as Python, as easy for statistics as R, as natural for string processing as Perl, as powerful for linear algebra as Matlab, as good at gluing programs together as the shell. Something that is dirt simple to learn, yet keeps the most serious hackers happy. We want it interactive and we want it compiled.

Julia has built a strong community and there are now over 700 registered packages including: 

  • JuliaStats - for statistics and machine learning 
  • JuliaOpt - optimization packages
  • JuliaQuantum -  libraries for quantum-science and technology
  • JuliaGPU - GPU libraries and tooling
  • IJulia - notebook interface built on IPython
  • Gadfly - Grammar of Graphics-inspired statistical plotting

There is also a free open source IDE, Julio Studio, from Forio, a company that creates software for simulations, data explorations, and predictive analytics and promotes Julia.

One of the features of the new stable release, Julia 0.0.4 is Generated functions, also referred to as "staged functions" which introduce finer control over compile-time specialization. This innovation is the subject of this talk from JulaiCon 2015 presented by Jake Bolewski:

  

 

Other compiler and languages features listed on the release announcement as "notable are:

 

Attention is now focused on an issue referred to Arraypocalype Now which will bring new functionality but involves some breaking changes. Matt Bauman who authored this issue says on its GitHub page that "There is definitely more than enough work to go around!" and that "Anyone is welcome to dig in!"

 


More Information

Julia

Julia 0.4 Release Announcement

JuliaLang on GitHub

Related Articles

Julia Studio - An IDE For Julia

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on, Twitter, FacebookGoogle+ or Linkedin.

 

Banner


Azure AI And Pgvector Run Generative AI Directly On Postgres
26/03/2024

It's a match made in heaven. The Azure AI extension enables the database to call into various Azure AI services like Azure OpenAI. Combined with pgvector you can go far beyond full text search. Let's  [ ... ]



Opaque Systems Introduces Gateway GenAI Solution
14/03/2024

Opaque Systems has announced an early access program for Opaque Gateway, software designed to address data privacy, security, and sovereignty concerns in managing GenAI implementations.


More News

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Friday, 16 October 2015 )