Category:Dyalect
Appearance
Dyalect
This programming language may be used to instruct a computer to perform a task.
Listed below are all of the tasks on Rosetta Code which have been solved using Dyalect.
This programming language may be used to instruct a computer to perform a task.
Official website |
---|
Execution method: | Interpreted |
---|---|
Garbage collected: | Yes |
Parameter passing methods: | By object reference |
Type safety: | Safe |
Type strength: | Strong |
Type expression: | Implicit |
Type checking: | Dynamic |
See Also: |
|
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.
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
Pages in category "Dyalect"
The following 136 pages are in this category, out of 136 total.
A
C
E
F
L
- Lah numbers
- Langton's ant
- Leap year
- Levenshtein distance
- Literals/Floating point
- Literals/Integer
- Literals/String
- Logical operations
- Longest common prefix
- Longest common substring
- Loops/Continue
- Loops/Do-while
- Loops/For
- Loops/For with a specified step
- Loops/Foreach
- Loops/Increment loop index within loop body
- Loops/Infinite
- Loops/Nested
- Loops/While
P
R
S
- Sequence: smallest number greater than previous term with exactly n divisors
- Short-circuit evaluation
- Singly-linked list/Traversal
- Sleeping Beauty problem
- Sorting algorithms/Bubble sort
- Special variables
- Split a character string based on change of character
- Stack
- String append
- String case
- String comparison
- String concatenation
- String interpolation (included)
- String length
- String matching
- String prepend
- Substring
- Sum digits of an integer
- Sum of a series