Category:EasyLang: Difference between revisions

no edit summary
No edit summary
No edit summary
(4 intermediate revisions by one other user not shown)
Line 1:
{{language
|exec=interpreted
|site=https://easylang.onlinedev/
|parampass=value, reference
|safety=safe
Line 8:
|tags=learning, web canvas}}
 
<big>[https://easylang.dev/ide/ '''Browser IDE''']</big>
'''Easylang easylang.online]''' 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.
 
'''Easylang easylang.online]''' 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.
'''[https://easylang.online/ide/ A browser IDE]''' with different tutorials, one for [https://easylang.online/ide/#tut=1 beginners], makes programming and learning to program as easy as possible.
 
'''[https://easylang.onlinedev/ide/ A browser IDE]''' with different tutorials, one for [https://easylang.online/ide/#tut=1 beginners], makes programming and learning to program as easy as possible.
The finished programs can be easily integrated into a [https://easylang.online/apps/ website].
 
The finished programs can be easily integrated into a [https://easylang.onlinedev/apps/ website].
 
==Todo==
[[Tasks not implemented in EasyLang]]
175

edits