@@ 4,7 4,7 @@
## Description
-LAAL is a simple syntax for expressing programmes targeted at a variety of purposes. It provides a means to represent programmes both in memory and in text, means to convert between these representations, and means to translate programmes in memory into the data structures a language may use in memory.
+LAAL is a simple syntax for expressing programmes targeted at a variety of purposes. It provides a means to represent programmes both in memory and in text, means to convert between these representations, and means to translate programmes in memory into the data structures a language may use in memory. It is conceptually similar to the Racket, Rebol, and Red languages, but tries to attack the problem through modular and composable design rather than pure homoiconacy.
## Status: Pre-Alpha
@@ 67,7 67,7 @@ muon -C build install
## Contributing
-TODO: setup sr.ht project for contribution system
+LAAL is managed on Sourcehut. You can find the project page [here](https://sr.ht/~hutzdog/LAAL), where you can find the other projects, mailing lists, and ticket system. Patches are sent to the `~hutzdog/laal-devel@lists.sr.ht` mailing list (see [man.sr.ht](https://man.sr.ht/hg.sr.ht/email.md) for more info), the archive of which can be viewed [here](https://lists.sr.ht/~hutzdog/laal-devel).
## Licensing