rc #13

Merged
crumbtoo merged 196 commits from dev into main 2024-02-13 13:22:23 -07:00
Showing only changes of commit 357da25795 - Show all commits

View File

@@ -3,6 +3,10 @@
`rlp` (ruelang') will be a lazily-evaluated purely-functional language heavily `rlp` (ruelang') will be a lazily-evaluated purely-functional language heavily
imitating Haskell. imitating Haskell.
### Architecture
![rlpc architecture diagram](/rlpc.drawio.svg)
### Build Info ### Build Info
* rlp is built using [Cabal](https://www.haskell.org/ghcup/) * rlp is built using [Cabal](https://www.haskell.org/ghcup/)
* rlp's documentation is built using [Sphinx](https://www.sphinx-doc.org/en/master/) * rlp's documentation is built using [Sphinx](https://www.sphinx-doc.org/en/master/)