Category:Keg

From Rosetta Code
(Redirected from Keg)
This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
Keg
This programming language may be used to instruct a computer to perform a task.
Execution method: Interpreted
Garbage collected: No
Parameter passing methods: By reference
Type safety: Unsafe
Type strength: Weak
Type compatibility: Nominative
Type expression: Explicit
Type checking: Dynamic
Lang tag(s): keg
See Also:
Listed below are all of the tasks on Rosetta Code which have been solved using Keg.
Try this language on Codepad.

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 esowiki.

Todo

Reports:Tasks_not_implemented_in_Keg

Pages in category "Keg"

The following 4 pages are in this category, out of 4 total.