Author Archives: JuliaLang - The Julia programming language

Creating domain-specific languages in Julia using macros

By: JuliaLang - The Julia programming language

Re-posted from: https://julialang.org/blog/2017/08/dsl/

Creating domain-specific languages in Julia using macros | Since the beginning of Julia, it has been tempting to use macros to write domain-specific languages (DSLs), i.e. to extend Julia syntax to provide a simpler interface to create Julia objects with complicated behaviour. The first, and still most extensive, example is JuMP (https://github.com/Ju…

Read more

Julia available in Raspbian on the Raspberry Pi

By: JuliaLang - The Julia programming language

Re-posted from: https://julialang.org/blog/2017/05/raspberry-pi-julia/

Julia available in Raspbian on the Raspberry Pi | Recently, Julia was accepted into the Raspbian (https://www.raspberrypi.org/downloads/raspbian/) distribution for the Raspberry Pi (https://raspberrypi.org). If you are running the latest Raspbian, all you need to do is apt-get install julia. Most of the common packages can be installed with Pkg,…

Read more