RosettaCodeData/Lang/Keg/00-LANG.txt

28 lines
939 B
Plaintext

{{stub}}
{{language
|exec=interpreted
|gc=no
|parampass=reference
|safety=unsafe
|strength=weak
|compat=nominative
|express=explicit
|checking=dynamic
|tags=keg
|hopl=no
|LCT=no
|bnf=http://c.comsci.us/syntax/index.html
}}
{{Codepad}}
{{language programming paradigm|Imperative}}
{{language programming paradigm|Concatenative}}
Keg is a stack-based esolang with condensability as well as simplicity and readability in mind. Its main purpose is to be used for golfing, although it can be potentially used for other purposes. What makes this esolang different from others is that:
* Alphanumerical characters are automatically pushed (no need to wrap them in quotation marks)
* There are readable and intuitive if statements, for and while loops
* The number of functions to remember is small
* And much more
You might also want to read the page on [https://esolangs.org/wiki/Keg esowiki].
==Todo==
[[Reports:Tasks_not_implemented_in_Keg]]