-
Notifications
You must be signed in to change notification settings - Fork 3
Home
A edited this page Aug 21, 2019
·
3 revisions
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
andwhile
loops - The number of functions to remember is small
- And much more