diff --git a/CLISP/README.md b/CLISP/README.md index dd2ee92..65f5d13 100644 --- a/CLISP/README.md +++ b/CLISP/README.md @@ -1 +1,6 @@ # CLISP + +Clisp is a implementation of the Common Lisp Programming language. It was originally created by Bruno Haible and Micheal Stoll. + +## References +- [Wikipedia](https://en.wikipedia.org/wiki/CLISP) diff --git a/CLISP/info.json b/CLISP/info.json new file mode 100644 index 0000000..81812b9 --- /dev/null +++ b/CLISP/info.json @@ -0,0 +1,6 @@ +{ + "creators": { + "title": "Rishi Chitnis", + "link": "https://github.com/thegreatsourcerer" + } +}