diff --git a/README.md b/README.md index eeb4739..04ac7ce 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,18 @@ ## Introduction -tricu (pronounced "tree-shoe") is a purely functional interpreted language implemented in Haskell. It is fundamentally based on the application of [Tree Calculus](https://github.com/barry-jay-personal/typed_tree_calculus/blob/main/typed_program_analysis.pdf) terms, but minimal syntax sugar is included to provide a useful programming tool. +tricu (pronounced "tree-shoe") is a purely functional interpreted language implemented in Haskell. It is fundamentally based on the application of [Tree Calculus](https://github.com/barry-jay-personal/typed_tree_calculus/blob/main/typed_program_analysis.pdf) terms, but minimal syntax sugar is included. -*tricu is under active development and you should expect breaking changes with every commit.* +*This experiment has concluded. tricu will see no further development or bugfixes.* tricu is the word for "tree" in Lojban: `(x1) is a tree of species/cultivar (x2)`. +## Acknowledgements + +Tree Calculus was discovered by [Barry Jay](https://github.com/barry-jay-personal/blog). + +[treecalcul.us](https://treecalcul.us) is an excellent website with an intuitive Tree Calculus code playground created by [Johannes Bader](https://johannes-bader.com/) that introduced me to Tree Calculus. + ## Features - Tree Calculus **operator**: `t` @@ -105,15 +111,3 @@ tricu decode [OPTIONS] -f --file=FILE Optional input file path to attempt decoding. Defaults to stdin. ``` - -## Collaborating - -I am happy to accept issue reports, pull requests, or questions about tricu [via email](mailto:james@eversole.co). - -If you want to collaborate but don't want to email back-and-forth, please reach out via email once to let me know and I will provision a git.eversole.co account for you. - -## Acknowledgements - -Tree Calculus was discovered by [Barry Jay](https://github.com/barry-jay-personal/blog). - -[treecalcul.us](https://treecalcul.us) is an excellent website with an intuitive Tree Calculus code playground created by [Johannes Bader](https://johannes-bader.com/) that introduced me to Tree Calculus. diff --git a/tricu.cabal b/tricu.cabal index 5bfe9ff..992e9f8 100644 --- a/tricu.cabal +++ b/tricu.cabal @@ -1,7 +1,7 @@ cabal-version: 1.12 name: tricu -version: 0.20.0 +version: 1.0.0 description: A micro-language for exploring Tree Calculus author: James Eversole maintainer: james@eversole.co