Add basic README
This commit is contained in:
parent
fc1ada97c1
commit
ce525ccce1
1 changed files with 9 additions and 0 deletions
9
README.md
Normal file
9
README.md
Normal file
|
|
@ -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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue