Category:Dyalect: Difference between revisions

m
no edit summary
(Created page with "Dyalect is an open source dynamic programming language for .NET Core. https://github.com/vorov2/dyalect The language is currently in an active development.")
 
mNo edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1:
{{language
Dyalect is an open source dynamic programming language for .NET Core.
|exec=interpreted
https://github.com/vorov2/dyalect
|site=https://vorov2.github.io/dyalect/
|strength=strong
|safety=safe
|express=implicit
|checking=dynamic
|parampass=object reference
|gc=yes}}{{language programming paradigm|Dynamic}}
Dyalect is a dynamic programming language for .NET platform. It is lightweight, fast and modern. Dyalect (or Dy for short) supports Windows, MacOS and Linux.
 
Dy runs on the top of its own high performance virtual machine. It compiles fast and can be used as an embeddable language or as a scripting language of your choice. It is also a good language to learn programming.
The language is currently in an active development.
 
Dyalect offers modern syntax, inspired by such languages as C#, Swift, Go and Rust, first class functions, coroutines, expressive modules, a dynamic type system with an ability to extend existing types with new methods and much more.
 
==See Also==
* Dyalect at Github: [https://github.com/vorov2/dyalect]
* Dyalect at Sourceforge: [https://sourceforge.net/projects/dyalect/]
Anonymous user