Discuss Scratch
- Discussion Forums
- » Show and Tell
- » Claymore - a Programming Langauge
- skymover1239
-
Scratcher
500+ posts
Claymore - a Programming Langauge
Claymore is a language that is designed to have Bash's syntax simplicity and C's power.
The current version is 1.0.0.
functions:
Control Structures:
Project Link: https://scratch.mit.edu/projects/432421352/
Features:
The current version is 1.0.0.
functions:
ring - outputs to the console
label - defines a label to jump to
jump - jumps to a label and executes the program from that point
Control Structures:
if statement - checks if the statement is the true then runs some commands
Project Link: https://scratch.mit.edu/projects/432421352/
Features:
- very easy to learn
- parser ignores white space
- very fast
Last edited by skymover1239 (May 24, 2021 21:24:54)
- Discussion Forums
- » Show and Tell
-
» Claymore - a Programming Langauge