Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yurrriq/lp

:book: :computer: Literate programming :umbrella: repo
https://github.com/yurrriq/lp

abstract-algebra artificial-intelligence common-lisp erlang gap haskell idris learning-by-doing literate-programming noweb

Last synced: 17 days ago
JSON representation

:book: :computer: Literate programming :umbrella: repo

Awesome Lists containing this project

README

        

# Literate Programming

- `aaig`: :book: [Abstract Algebra in GAP][aaig] ([repo][aaig/repo])
- `eunix`: [Reimplementations of UNIX tools][eunix/repo]
- [`echo`][eunix/echo.pdf]
- `lol`: :book: [Land of Lisp][lol/repo] ([repo][lol/repo])
- Chapter 2: [The Guess-My-Number Game][lol/guess.pdf]
- Chapter 4: [Pudding Eater][lol/pudding.pdf]
- Chapter 5: [The Wizard's Adventure Game][lol/wizard5.pdf]
- Chapter 6: [The Wizard's Adventure Game REPL][lol/wizard6.pdf]
- `pandoc-minted`: [A pandoc filter to render LaTeX code blocks using minted][pandoc-minted] ([repo][pandoc-minted/repo])
- `paip`: :book: [Paradigms of Artificial Intelligence Programming][paip]
- `src/erlang`: [Joe Armstrong's Favorite Erlang Program][fav1]
- `src/idris`: [Hello, noweb!][hello]

[aaig]: https://yurrriq.github.io/lp/aaig.pdf
[aaig/repo]: https://github.com/yurrriq/abstract-algebra-in-gap
[eunix/repo]: https://github.com/yurrriq/eunix
[eunix/echo.pdf]: https://yurrriq.github.io/lp/eunix/echo.pdf
[lol/repo]: https://github.com/yurrriq/land-of-lisp
[lol/guess.pdf]: https://yurrriq.github.io/lp/lol/guess.pdf
[lol/pudding.pdf]: https://yurrriq.github.io/lp/lol/pudding.pdf
[lol/wizard5.pdf]: https://yurrriq.github.io/lp/lol/wizard5.pdf
[lol/wizard6.pdf]: https://yurrriq.github.io/lp/lol/wizard6.pdf
[paip]: https://yurrriq.github.io/lp/paip.pdf
[pandoc-minted]: https://yurrriq.github.io/lp/pandoc-minted.pdf
[pandoc-minted/repo]: https://github.com/yurrriq/pandoc-minted
[fav1]: https://yurrriq.github.io/lp/erlang/fav1.pdf
[hello]: https://yurrriq.github.io/lp/idris/hello.pdf