From 9689ebf1fd897697d560058bdd185fda5b57e02e Mon Sep 17 00:00:00 2001 From: "Jason E. Aten" Date: Sat, 19 Mar 2016 16:03:11 -0700 Subject: [PATCH] atg. infix at the REPL by default, readme++ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59dcbb2..5a4ab60 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ $ go get github.com/glycerine/zygomys/cmd/zygo * [x] Easy to extend. See the `repl/random.go`, `repl/regexp.go`, and `repl/time.go` files for examples. * [x] Clojure-like threading `(-> hash field1: field2:)` and `(:field hash)` selection. * [x] Lisp-style macros for your DSL. - * [x] optional infix notation within `{}` curly braces. Expressions typed at the REPL as assumed to be infix (wrapped in implicity {}), enhancing the REPL experience for dealing with math. + * [x] optional infix notation within `{}` curly braces. Expressions typed at the REPL are assumed to be infix (wrapped in implicity {}), enhancing the REPL experience for dealing with math. ### obligatory XKCD