You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`benchmark.ecs` is a program that can be translated into other languages and used to compare runtime performance.
4
+
`hello.ecs` is everybody's first program.
5
5
6
6
`fizzbuzz.ecs` is often set as a rather trivial programming challenge at job interviews.
7
7
8
-
`hello.ecs` is everybody's first program.
9
-
10
-
`points.ecs` shows how to use a plugin module, in this case one that manages points (pairs of values).
8
+
`benchmark.ecs` is a program that can be translated into other languages and used to compare runtime performance.
11
9
12
10
`tests.ecs` is a selection of tests to verify the various language features. It could do with a major expansion to cover more of the language.
13
11
12
+
`points.ecs` shows how to use a plugin module, in this case one that manages points (pairs of values). This one is aimed at Python programmers wishing to extend the language.
13
+
14
14
`graphics-demo.ecg` demonstrates various features of the **_EasyCoder_** graphics system. Note that the filename extension is `.ecg` instead of `.ecs`, this being to signal to **_EasyCoder_** that it needs to call in the graphics module.
0 commit comments