From a8e88e28712206896d42caa9314115e9ed9e4096 Mon Sep 17 00:00:00 2001 From: Rishi Chitnis Date: Fri, 21 Feb 2025 09:23:26 -0500 Subject: [PATCH 1/2] feat(add): Add info file --- CLISP/info.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CLISP/info.json 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" + } +} From f3a32896603ca65be35de0470012cf5401c53d72 Mon Sep 17 00:00:00 2001 From: Rishi Chitnis Date: Fri, 21 Feb 2025 09:32:14 -0500 Subject: [PATCH 2/2] feat(update): Update README --- CLISP/README.md | 5 +++++ 1 file changed, 5 insertions(+) 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)