5 ms·
Nim is the closest language to what you're describing that I've found so far https://nim-lang.org/ https://nim-lang.org/
by _raul 9y ago
Nim is the closest language to what you're describing that I've found so far https://nim-lang.org/ https://nim-lang.org/
- arc776 9y agoDefinitely fits the bill: * Python-like syntax * Compiles to C/C++/JS/Object-C * Supports Windows, Linux and Mac. * Multithreading * Extensive metaprogramming * VERY fast compiler * Dead code elimination * Very strongly typed, with related features (eg distinct types) * Type inference * Excellent structural generics, type classes, and compile-time concepts Basically looks like python, runs like C. Because it compiles to C, you can run it anywhere you have a C compiler (which is almost anywhere).
- sbarre 9y agoNim looks super cool! There goes my holiday free time..