Category:Astro: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1:
{{stub}}{{language|Astro}}
Astro is a fun safe language for rapid prototyping and high performance applications.
Astro is a high-performance statically-typed programming language that compiles to [[WebAssembly]], with syntax similar 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 andbut borrows well from several other paradigms. Itas supports first-class types, functions and hygenic macroswell.
Anonymous user