https://github.com/brudgers/cl-search
This project explores Norvig's modular approach to graph search using literate programming
https://github.com/brudgers/cl-search
common-lisp literate-programming search-algorithm
Last synced: 4 months ago
JSON representation
This project explores Norvig's modular approach to graph search using literate programming
- Host: GitHub
- URL: https://github.com/brudgers/cl-search
- Owner: brudgers
- Created: 2017-05-23T02:19:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-13T20:20:54.000Z (almost 8 years ago)
- Last Synced: 2025-01-08T08:17:04.901Z (6 months ago)
- Topics: common-lisp, literate-programming, search-algorithm
- Language: HTML
- Homepage: https://brudgers.github.io/cl-search/
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Literate progamming
This repository uses literate programming. The ultimate source for all documents including this *readme* is an [emacs](https://www.gnu.org/software/emacs/) [org-mode](http://orgmode.org/) file in the root directory. It utilizes the [babel](http://orgmode.org/worg/org-contrib/babel/) tooling.
## Text presentation of source code
The literate presentation of this project is available as a *Github page* at https://brudgers.github.io/cl-search/.