From 6eab6a22ce54f922bdb2052e5f22b9686ff8eb1f Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 5 Jun 2018 22:19:57 +0300 Subject: [PATCH] added a bit more info in the readme... Signed-off-by: Alex A. Naanou --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc742e9..0fa9357 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,13 @@ # Slang -For and interactive version of Slang interpreter go here: +[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