Book Review: Practical Julia
(lwn.net)
A recent book by LWN guest author Lee Phillips provides a nice introduction to the Julia programming language.
A recent book by LWN guest author Lee Phillips provides a nice introduction to the Julia programming language.
Numerical Linear Algebra Class in Julia TUM
(venkovic.github.io)
The course is organized into 18 lectures. All lectures consist of a theoretical presentation followed by homework problems [pdf]. Most lectures are also followed by Julia coding assignments.
The course is organized into 18 lectures. All lectures consist of a theoretical presentation followed by homework problems [pdf]. Most lectures are also followed by Julia coding assignments.
Google Collab now provides native support for Julia
(github.com/googlecolab)
Julia is now available as a language in runtimes!
Julia is now available as a language in runtimes!
Solving First Order Differential Equations with Julia
(ritog.github.io)
In this tutorial, we will learn about solving Differential Equations with Julia.
In this tutorial, we will learn about solving Differential Equations with Julia.
New horizons for Julia
(lwn.net)
Julia, a free, general-purpose programming language aimed at science, engineering, and related arenas of technical computing, has steadily improved and widened its scope of application since its initial public release in 2012.
Julia, a free, general-purpose programming language aimed at science, engineering, and related arenas of technical computing, has steadily improved and widened its scope of application since its initial public release in 2012.
Julia: C codegen considered unnecessary: go directly to binary, do not pass C
(arxiv.org)
Since time immemorial an old adage has always seemed to ring true: you cannot use a high-level productive programming language like Python or R for real-time control and embedded-systems programming, you must rewrite your program in C.
Since time immemorial an old adage has always seemed to ring true: you cannot use a high-level productive programming language like Python or R for real-time control and embedded-systems programming, you must rewrite your program in C.
Bloodflowtrixi.jl – 1D and 2D blood flow models for arterial circulation
(github.com/yolhan83)
BloodFlowTrixi.jl is a Julia package that implements one-dimensional (1D) and two-dimensional (2D) blood flow models for arterial circulation.
BloodFlowTrixi.jl is a Julia package that implements one-dimensional (1D) and two-dimensional (2D) blood flow models for arterial circulation.
New Horizons for Julia
(lwn.net)
Julia, a free, general-purpose programming language aimed at science, engineering, and related arenas of technical computing, has steadily improved and widened its scope of application since its initial public release in 2012.
Julia, a free, general-purpose programming language aimed at science, engineering, and related arenas of technical computing, has steadily improved and widened its scope of application since its initial public release in 2012.
Borrowchecker.jl – Designing a borrow checker for Julia
(github.com/MilesCranmer)
This package demonstrates Rust-like ownership and borrowing semantics in Julia through a macro-based system that performs runtime checks. This tool is mainly to be used in development and testing to flag memory safety issues, and help you design safer code.
This package demonstrates Rust-like ownership and borrowing semantics in Julia through a macro-based system that performs runtime checks. This tool is mainly to be used in development and testing to flag memory safety issues, and help you design safer code.
Jet.jl: static type checker with type inference for Julia
(github.com/aviatesk)
JET employs Julia's type inference system to detect potential bugs and type instabilities.
JET employs Julia's type inference system to detect potential bugs and type instabilities.
Julia 1.11 Highlights
(julialang.org)
After two alphas, two betas, and four release candidates, Julia version 1.11 has finally(!!!) been released.
After two alphas, two betas, and four release candidates, Julia version 1.11 has finally(!!!) been released.
Julia 1.11 Highlights
(julialang.org)
After two alphas, two betas, and four release candidates, Julia version 1.11 has finally(!!!) been released.
After two alphas, two betas, and four release candidates, Julia version 1.11 has finally(!!!) been released.
A plucked string simulator using Julia
(lee-phillips.org)
Adjust the position of the pluck position using the slider, then pluck the string by clicking the pluck button.
Adjust the position of the pluck position using the slider, then pluck the string by clicking the pluck button.