Wednesday, August 24, 2016

Julia

Julia is a high-level, high-performance dynamic programming language for technical computing, with syntax that is familiar to users of other technical computing environments. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library. Julia’s Base library, largely written in Julia itself, also integrates mature, best-of-breed open source C and Fortran libraries for linear algebrarandom number generationsignal processing, and string processing.

http://julialang.org/

https://github.com/JuliaLang/julia

Registered Julia Packages - http://pkg.julialang.org/

Curated Julia Language Links - https://github.com/svaksha/Julia.jl

Vectorization and Metaprogramming - http://www.juliabloggers.com/optimizing-details-of-vectorization-and-metaprogramming/

Creating domain-specific languages in Julia using macros - https://julialang.org/blog/2017/08/dsl

No comments:

Post a Comment