One programming problem – solutions in Julia, Ruby, Raku, Fortran, Nim [video]

A follow up video looking at improvements to 5 programming language solutions (Julia, Ruby, Raku [Perl 6], Fortran, Nim) to one problem.Original Video: https… Read more

Similar

Syntactic loop fusion in Julia

After a lengthy design process and preliminary foundations in Julia 0.5, Julia 0.6 includes new facilities for writing code in the “vectorized” style (familiar from Matlab, Numpy, R, etcetera) while avoiding the overhead that this style of programming...

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 »