Skip to content

Commit

Permalink
atg. infix at the REPL by default, readme++
Browse files Browse the repository at this point in the history
  • Loading branch information
glycerine committed Mar 19, 2016
1 parent f330a7f commit 9689ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9689ebf

Please sign in to comment.