about summary refs log tree commit diff
path: root/tvix/eval/README.md
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-09-11T12·35+0300
committerclbot <clbot@tvl.fyi>2022-09-11T19·58+0000
commit6ab73c48f66a09c917ab1d3d1fb4634a224bc46f (patch)
treec6b5c7a3eeb364fe32e008380dc6da3b22621398 /tvix/eval/README.md
parent3f1df1916feb3d7afd411894b14731570847f74d (diff)
docs(tvix/eval): remove the note on the private repo r/4819
... because we are basically caught up now!

Change-Id: Icdc06ff7ca5729c21301f009e94acfcd0f80879a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6503
Autosubmit: tazjin <tazjin@tvl.su>
Reviewed-by: flokli <flokli@flokli.de>
Reviewed-by: grfn <grfn@gws.fyi>
Reviewed-by: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
Diffstat (limited to 'tvix/eval/README.md')
-rw-r--r--tvix/eval/README.md14
1 files changed, 6 insertions, 8 deletions
diff --git a/tvix/eval/README.md b/tvix/eval/README.md
index 785c0a7664..dfd000e902 100644
--- a/tvix/eval/README.md
+++ b/tvix/eval/README.md
@@ -2,18 +2,15 @@ Tvix Evaluator
 ==============
 
 This project implements an interpreter for the Nix programming
-language.
+language. You can experiment with an online version of the evaluator:
+[tvixbolt][].
 
 The interpreter aims to be compatible with `nixpkgs`, on the
 foundation of Nix 2.3.
 
-<!-- TODO(tazjin): Remove this note when appropriate -->
-Work on this project is *extremely in-progress*, and the state of the
-project in the public repository may not necessarily reflect the state
-of the private codebase, as we are slowly working on publishing it.
-
-We expect this to have caught up in a handful of weeks (as of
-2022-08-12).
+**Important note:** The evaluator is not yet feature-complete, and
+while the core mechanisms (compiler, runtime, ...) have stabilised
+somewhat, a lot of components are still changing rapidly.
 
 Please contact [TVL](https://tvl.fyi) with any questions you might
 have.
@@ -65,3 +62,4 @@ parser is now maintained by Nix community members.
 
 [rnix-parser]: https://github.com/nix-community/rnix-parser
 [rip]: https://www.redox-os.org/news/open-source-mental-health/
+[tvixbolt]: https://tazj.in/blobs/tvixbolt/