Julia
MATLAB
Python
GNU Octave
Rust
Wolfram Mathematica
Clojure
Scilab
Zig
Nim (programming language)
V (programming language)
Crystal (programming language)
D (Programming Language)
Rust
Bun.sh
Go Programming Language
Julia
Zig{"data_science" => "Data scientists who require a fast and flexible language for data manipulation and analysis.", "machine_learning" => "Developers looking to implement machine learning models that benefit from Julia's performance.", "numerical_analysis" => "Engineers and analysts conducting numerical analysis that demands high computational efficiency.", "scientific_computing" => "Researchers and scientists working on mathematical, statistical, and computational problems."}
Zig might be a bit more popular than Julia. We know about 163 links to it since March 2021 and only 130 links to Julia. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
If you're looking for a language that aims to solve the "two-language problem" like Mojo, but want something more open, more mature and less influenced by VC funding, check out Julia: https://julialang.org/. - Source: Hacker News / 2 months ago
The problem with MATLAB is that idiomatic MATLAB style (every operation returns a fresh matrix) can easily become very inefficient: it leads to countless heap memory allocations of new matrices, resulting in low data-access locality, i.e. Your data is needlessly copied around in slow DRAM all the time, rather than being kept in the fastest CPU cache. Julia's MATLAB-inspired syntax is at least as nice, but the... - Source: Hacker News / 7 months ago
In this post, We will learn how to simulate MRI physics In the Julia programming language, a free and open source programming language That excels especially in scientific computing. - Source: dev.to / 9 months ago
Mine is Julia, although I don't use diary. Nowadays I like SuperCollider. https://julialang.org. - Source: Hacker News / 12 months ago
> I was active in the Python community in the 200x timeframe, and I daresay the common consensus is that language didn't matter and a sufficiently smart compiler/JIT/whatever would eventually make dynamic scripting languages as fast as C, so there was no reason to learn static languages rather than just waiting for this to happen. To be very pedantic, the problem is not that these are dynamic languages _per se_,... - Source: Hacker News / about 1 year ago
I just open-sourced a collection of 38+ cryptographic algorithms written entirely in pure Zig -- zero external dependencies, zero std library imports, zero dynamic allocation. - Source: dev.to / 10 days ago
I chose the Zig programming language for this. Why Zig? - Source: dev.to / 4 months ago
(2020) latest release is 0.15.2 https://ziglang.org. - Source: Hacker News / 6 months ago
It was originally written in OCaml and recently it was rewritten in zig for better SIMD support. - Source: dev.to / 8 months ago
> What kind of code snippets could you suggest? Anything really! Some websites that do this currently: https://ziglang.org, https://crystal-lang.org and https://www.ruby-lang.org/en > I have a comparison table mentioning features Yes - I did see this in the README. Maybe worth adding it, or something similar to the website. - Source: Hacker News / 8 months ago
MATLAB - A high-level language and interactive environment for numerical computation, visualization, and programming
Nim (programming language) - The Nim programming language is a concise, fast programming language that compiles to C, C++ and JavaScript.
Python - Python is a clear and powerful object-oriented programming language, comparable to Perl, Ruby, Scheme, or Java.
V (programming language) - Simple, fast, safe, compiled language for developing maintainable software.
GNU Octave - GNU Octave is a programming language for scientific computing.
Crystal (programming language) - Programming language with Ruby-like syntax that compiles to efficient native code.