Calling R from Julia

Since Julia has a younger ecosystem, you won’t always find the functionality you need for every task.  In those cases, you’re left with the choice to either: Implement it yourself. This is great for the Julia community in the long run (especially if you … Read more

Similar

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 »