One of the most impressive features of Julia is that it lets you write generic code. Julia’s powerful LLVM-based compiler can automatically generate highly efficient machine code…
Author Archives: n The Julia Computing Blogn
Analyzing LendingClub Data Using JuliaDB
JuliaDB is our take on a package for writing succinct, expressive and fast data processing pipelines. It includes tools to load data from CSV files, index them,…
Algorithmic Trading with Julia
A detailed version of this article appeared in the Automated Trader magazine. What makes algorithmic trading particularly challenging is that it needs to be a polymath to…