From ce525ccce12efe32a377c5fe94259be40666b19e Mon Sep 17 00:00:00 2001 From: Joscha Date: Mon, 27 Sep 2021 21:52:21 +0200 Subject: [PATCH] Add basic README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..11c5b0f --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Tada + +Tada is an interpreted language inspired by lisp and lua. It's name means +"tabular data" or "table data". + +I've wanted to learn a lisp for a while now, but have never come further than +the absolute basics. Also, I've never created a proper programming language +before. So I decided to make one - inspired by my rudimentary understanding of +lisp, combined with a bit of lua tables.