https://github.com/cleoold/lisp-list-implementation
cons list implemented in other languages
https://github.com/cleoold/lisp-list-implementation
lisp metaprogramming
Last synced: 3 months ago
JSON representation
cons list implemented in other languages
- Host: GitHub
- URL: https://github.com/cleoold/lisp-list-implementation
- Owner: cleoold
- License: gpl-3.0
- Created: 2019-08-12T13:49:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-19T20:20:00.000Z (about 5 years ago)
- Last Synced: 2025-01-22T20:51:35.927Z (4 months ago)
- Topics: lisp, metaprogramming
- Language: C++
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lisp-list-implementation
Implement cons cells in an useless way and see how they work. They are not useful, but this is a way to show cleverness of people!
With `cons`, there could be everything.