Category:EasyLang
This programming language may be used to instruct a computer to perform a task.
Official website |
---|
Execution method: | Interpreted |
---|---|
Parameter passing methods: | By value, reference |
Type safety: | Safe |
Type expression: | Explicit |
Type checking: | Static |
Lang tag(s): | learning, web canvas |
See Also: |
|
Easylang is a (beginners) programming language with built-in commands for graphics output. The statically typed language has a reduced syntax and semantics. Variables do not have to be declared, the data type is encoded in the variable name - as was usual in the earlier home computer BASIC. The data types are strings and numbers (floating point), arrays of strings and numbers, and arrays of arrays. Arrays are 1-based and can grow. Programs compiled into an AST tree run in the browser or in the browser IDE.
A browser IDE with different tutorials, one for beginners, makes programming and learning to program as easy as possible.
The finished programs can be easily integrated into a website.
Pages in category "EasyLang"
The following 178 pages are in this category, out of 178 total.
2
A
B
C
- Calculating the value of e
- Call a function
- Case-sensitivity of identifiers
- Catalan numbers
- Chaos game
- Character codes
- Chebyshev coefficients
- Chinese remainder theorem
- Chowla numbers
- Code Golf: Code Golf
- Collections
- Colour bars/Display
- Combinations
- Combinations with repetitions
- Comments
- Compare length of two strings
- Conditional structures
- Convert seconds to compound duration
- Conway's Game of Life
- Copy a string
- Count in factors
- Count in octal
- Count the coins
D
F
G
H
I
L
M
P
R
S
- Sattolo cycle
- Sequence of primes by trial division
- Sierpinski arrowhead curve
- Sieve of Eratosthenes
- Solve triangle solitare puzzle
- Sorting algorithms/Bubble sort
- Sorting algorithms/Heapsort
- Sorting algorithms/Insertion sort
- Sorting algorithms/Merge sort
- Sorting algorithms/Quicksort
- Sorting algorithms/Radix sort
- Sorting algorithms/Selection sort
- Split a character string based on change of character
- String append
- String case
- String comparison
- String concatenation
- String length
- String prepend
- Substring
- Substring/Top and tail
- Sudoku
- Sum and product of an array
- Sum of squares
- System time