Crow Language - A Programming Language!
Crow Language, a language like any other. It has the basics that you need to kickstart programming.
Team: https://repl.it/@CrowLanguage
Repl: https://repl.it/@CrowLanguage/Crow-Programming-Language
There are some examples if you press the run button. It will ask you whether you want to run examples or just start the shell. I recommend trying the functions example...
The language has many built in functions, a few are:
- log
- sleep
- input
- convert
- clear_screen
- is_number
- is_string
- is_list
- is_function
- append
- pop
- extend
- power
- modulo
- lengthof
- run
- run_file
(Before you ask what the difference between run and run_file is, run runs a string, whereas run_file runs a file.)
You can find the syntax for the language here
This programming language was made by @cdCreepArghhh and @ComradeOck.
Voters
might want to check your grammar there lol
lol that was probably what Grammarly was complaining about
nevermind I fixed that
@cdCreepArghhh
you mean functions?
Yes, that's what I meant. I guess I didn't spot that mistake.