From 2bfb94e2804b2ac7867519469ce5c332eaaa0e1c Mon Sep 17 00:00:00 2001 From: Jeremy Schlatter Date: Wed, 29 Apr 2020 09:40:45 -0700 Subject: [PATCH] clearer wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74181ab..77e4213 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Good enough for learning and playing with Bel, not yet good enough to use [in an Everything in the spec is implemented except for threads and syscalls. -Every REPL example in the spec works as shown except for a few cases where the example output is slightly incorrect in the spec (eg the spec shows a truthy value as `t` when actually the value contains more info than that). +Every REPL example in the spec works as shown except for a few cases where the spec is slightly inconsistent (eg [the text](https://sep.yimg.com/ty/cdn/paulgraham/bellanguage.txt?t=1570993483&) shows a function returning a truthy value as `t` but the [bel.bel implementation](https://sep.yimg.com/ty/cdn/paulgraham/bel.bel?t=1570993483&) returns more info than that). In those cases Chime follows the behavior of bel.bel. Some optimization work has been done, but code still runs very slowly.