Category:EasyLang: Difference between revisions

From Rosetta Code
Content added Content deleted
mNo edit summary
No edit summary
Line 5: Line 5:
|express=explicit
|express=explicit
|strength=strong
|strength=strong
|tags=Beginner, Online
|tags=Beginner, Web application
|gc=no}}
|gc=no}}


'''[https://easylang.online/ easylang.online]''' is a (beginners) programming language with a simple syntax and built-in commands for graphics output.
'''[https://easylang.online/ 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.


'''[https://easylang.online/ide/ A browser IDE]''' with different tutorials, one for [https://easylang.online/beginner.html absolute beginners], makes programming and learning to program as easy as possible.
'''[https://easylang.online/ide/ A browser IDE]''' with different tutorials, one for [https://easylang.online/beginner.html beginners], makes programming and learning to program as easy as possible.


The finished programs can be easily integrated into a website.
The finished programs can be easily integrated into a [https://easylang.online/apps/ website].

Revision as of 13:38, 19 November 2019

Language
EasyLang
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Interpreted
Garbage collected: No
Type safety: Safe
Type strength: Strong
Type expression: Explicit
Lang tag(s): Beginner, Web application
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using 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.

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 200 pages are in this category, out of 676 total.

(previous page) (next page)

C

(previous page) (next page)