-
-
-
-
19 Like
Nim (programming language)
Nim is a statically typed, imperative programming language with a powerful macro system that tries to give the programmer ultimate power without compromises on runtime efficiency.
Perl 6 unifies many great ideas that aren't usually found in other programming languages. While several other languages offer some of these features, none of them...
perl 6 unifies many great ideas that aren't usually found in other programming languages. while several other languages offer some of these features, none of them offer all.
features: objectoriented programming including generics, roles and multiple dispatch functional programming primitives, lazy and eager list evaluation, junctions, autothreading and hyperoperators (vector operators) parallelism, concurrency, and asynchrony including multicore support definable grammars for pattern matching and generalized string processing optional and gradual typing
note: perl 6 is not a new version of perl and it's not going to replace perl 5. the development of perl 5 will continue independently.
Object oriented Language Functional Language
development programming object-oriented-language programming-language concurrent functional-language