RosettaCodeData/Lang/Calcscript/00-LANG.txt
2025-08-11 18:05:26 -07:00

10 lines
No EOL
392 B
Text

{{language
|site=https://gitee.com/jfiewo/calc/
}}
Calcscript is a small lisp-like language.
* It has 3 datatypes: <code>Int</code>, <code>Same</code>, and <code>Invalid</code>.
* The usual 4 arithmetic operations are supported.
See [https://gitee.com/jfiewo/calc/ the respository] for details.
{{language programming paradigm|Logic Programming}}
{{language programming paradigm|Functional}}