Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yurrriq/lp
- Owner: yurrriq
- Created: 2017-01-07T01:52:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-05T22:17:15.000Z (about 7 years ago)
- Last Synced: 2024-11-17T07:29:20.658Z (3 months ago)
- Topics: abstract-algebra, artificial-intelligence, common-lisp, erlang, gap, haskell, idris, learning-by-doing, literate-programming, noweb
- Language: Common Lisp
- Homepage: http://yurrriq.codes/lp/
- Size: 3.76 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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