Wednesday, October 21, 2020

Julia programming language

JuliaLang Logo

The Julia Programming Language

commercial support

Julia Computing

Julia (programming language) - Wikipedia


Julia is a high-level, high-performance, dynamic programming language. While it is a general purpose language and can be used to write any application, many of its features are well-suited for numerical analysis and computational science.

Julia's core is implemented in Julia and C, together with C++ for the LLVM dependency. The parsing and code-lowering are implemented in FemtoLisp, a Scheme dialect.[105] The LLVM compiler infrastructure project is used as the back end for generation of 64-bit or 32-bit optimized machine code depending on the platform Julia runs on"

podcast interview

A programming language for scientific machine learning and differentiable programming – The Data Exchange



Node.js v15.0.0 released

 Node.js v15.0.0 is here!. This blog was written by Bethany… | by Node.js | Oct, 2020 | Medium


"An upgrade to the V8 8.6 engine (from 8.4) adding various JS features like Promise.any(), logical assignment operators, and String.prototype.replaceAll()

Unhandled rejections are now raised as exceptions by default."