An open API service indexing awesome lists of open source software.

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

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/.