{{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}}