Category:Keg

From Rosetta Code
Revision as of 05:26, 1 January 2020 by rosettacode>A-ee
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 value
Type safety: Unsafe
Type strength: Weak
Type compatibility: Nominative
Type expression: Explicit
Type checking: Dynamtic
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.
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.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Keg.

Keg is a stack-based esolang with condensability as well as simplicity and readability in mind. It's 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

Todo

Reports:Tasks_not_implemented_in_Keg

Pages in category "Keg"

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