Julia is a new language. It’s simple to learn, and extremely fast. (Almost as fast as C.) Many people believe that Julia will become a dominant programming language, especially for machine learning… (more…)
Read more »
This is a wonderful development! Micah Halter and Evan Patterson have taken my work on structured cospans with Kenny Courser and open Petri nets with Jade Master, together with Joachim Kock’s… (more…)
Read more »
Simple Traveling Salesman Problem implementation in Julia - GitHub - PiotrZakrzewski/julia-tsp: Simple Traveling Salesman Problem implementation in Julia... (more…)
Read more »
One of the most annoying tasks for me is debugging code on Windows. I have been using Linux as my primary system for a long time now, and no of my customary tools (most notably rr) work or work reliably. (more…)
Read more »
Enabling StaticCompiler.jl-based compilation of (some) Julia code to standalone native binaries by avoiding GC allocations and llvmcall-ing all the things! - GitHub - brenhinkeller/StaticTools.jl: ... (more…)
Read more »