https://github.com/dcavar/common_lisp_tutorial
This is a common lisp tutorial repo (aiming at a CL interest group at Indiana University)
https://github.com/dcavar/common_lisp_tutorial
Last synced: 6 months ago
JSON representation
This is a common lisp tutorial repo (aiming at a CL interest group at Indiana University)
- Host: GitHub
- URL: https://github.com/dcavar/common_lisp_tutorial
- Owner: dcavar
- License: apache-2.0
- Created: 2020-01-25T13:01:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-25T19:33:52.000Z (over 6 years ago)
- Last Synced: 2024-12-29T00:55:19.440Z (over 1 year ago)
- Size: 13.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Common Lisp Meetings
(C) 2020 by [Damir Cavar], ...
This is a [Common Lisp] language proficiency improvement and tutorial repo aiming at a [CL] interest group at [Indiana University at Bloomington]. Feel free to use the code examples in a way compatible with the [Apache License Version 2.0] as specified in the accompanied LICENSE file.
## Tutorials
See for some tutorials:
- [Learn Common Lisp](https://lisp-lang.org/learn/)
- [The Franz Inc. tutorials](https://franz.com/support/tutorials/)
- [Steel Bank Common Lisp documentation](http://www.sbcl.org/manual/index.html)
## Resources
You can use some of these [Common Lisp] environments:
- [Common Lisp]
- [Allegro Common Lisp (Express)](https://franz.com/products/packages/)
- [Steel Bank Common Lisp]
- [Portacle](https://portacle.github.io/)
- [Emacs] and [Slime]
### Jupyter Notebook
To use the [Jupyter] Notebooks you might have to install [Python] and [Jupyter], and in addition a Lisp kernel:
- [Common Lisp Jupyter kernel](https://github.com/yitzchak/common-lisp-jupyter)
## Literature
You will find this book on [IUCAT](https://iucat.iu.edu/) (or elsewhere):
- Peter Norvig (1992) [Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp](https://www.elsevier.com/books/paradigms-of-artificial-intelligence-programming/norvig/978-0-08-057115-7). Elsevier. ([GitHub repo with code](https://github.com/norvig/paip-lisp))
- Seibel, Peter (2005) [Practical Common Lisp](https://www.apress.com/us/book/9781590592397). Apress.
[Apache License Version 2.0]: https://www.apache.org/licenses/LICENSE-2.0 "Apache License Version 2.0"
[Python]: https://www.python.org/ "Python"
[Jupyter]: https://jupyter.org/ "Jupyter"
[Common Lisp]: https://lisp-lang.org/ "Common Lisp"
[CL]: https://lisp-lang.org/ "Common Lisp"
[Steel Bank Common Lisp]: http://www.sbcl.org/ "Steel Bank Common Lisp"
[SBCL]: http://www.sbcl.org/ "Steel Bank Common Lisp"
[Emacs]: https://www.gnu.org/software/emacs/ "Emacs"
[Slime]: https://common-lisp.net/project/slime/ "Slime"
[Damir Cavar]: http://damir.cavar.me/ "Damir Cavar"
[Indiana University at Bloomington]: https://www.indiana.edu/ "Indiana University at Bloomington"