Category:Astro: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 2:
Astro is a high-performance statically-typed programming language that compiles to webassembly, with syntax silimar to Python and numerical-computing orientation similar to Julia.
Astro provides a sophisticated compiler with full type inference, compile-time garbage collection, and an extensive mathematical function library.
It pushes multiple dispatch as its primary paradigm and borrows heavilywell from the several other paradigms. It supports first-class types, functions and hygenic macros.
Anonymous user