mirror of
https://github.com/flynx/Slang.git
synced 2025-10-28 10:10:07 +00:00
13 lines
419 B
Markdown
13 lines
419 B
Markdown
# Slang
|
|
|
|
_[S]lang is a [s]imple and complete [S]tack [lang]uage._
|
|
|
|
Slang was designed for three main reasons:
|
|
- a means to experiment with several aspects of language design,
|
|
- an educational tool, to illustrate several programming language concepts in a simple, hands-on manner,
|
|
- fun!
|
|
|
|
|
|
For and interactive version of Slang interpreter and more docs go here:
|
|
http://flynx.github.io/Slang/slang.html
|