Julia Dynamic and Static Dispatch

a Julia package that provides macros for dynamic and static dispatch of function calls based on the types of the input arguments. – dmgcodevil/dispatch-jl… Read more

Similar

Running Julia on an Android Device

A few days ago I was bored. The only good cure I know of boredom is smashing things together to see if they can work together. This incidentally is also why I love Julia, composability is a stated primary goal. I’ve smashed julia packages together before,... (more…)

Read more »

A Review of the Julia Language

Here's a language that gives near-C performance that feels like Python or Ruby with optional type annotations (that you can feed to one of two static analysis tools) that has good support for macros plus decent-ish support for FP, plus a lot more. What's ... (more…)

Read more »

Benchmarking Arrow, Pandas, Julia, R, Spark

This page aims to benchmark various database-like tools popular in open-source data science. It runs regularly against very latest versions of these packages and automatically updates. We provide this as a service to both developers of these packages and ... (more…)

Read more »