Skip to content

Commit 726f294

Browse files
committed
doc
1 parent 6b7ffa4 commit 726f294

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# EasyCoder example scripts
22
The scripts in this folder are as follows:
33

4-
`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.
55

66
`fizzbuzz.ecs` is often set as a rather trivial programming challenge at job interviews.
77

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.
119

1210
`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.
1311

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+
1414
`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.
1515

1616
`wave.ecg` is a simulation of the "Mexican Wave".

0 commit comments

Comments
 (0)