Skip to content

Commit

Permalink
Reorganizes the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Hubinger committed Mar 5, 2015
1 parent d1b23dc commit cfb1039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ Syntax
Coconut is based on Python 3 syntax and compiles to Python 3 code. Coconut makes significant changes from Python 3 syntax, however:

- New operators:
- lambda: ``->``
- compose: ``..`` (in-place: ``..=``)
- partial/islice: ``$``
- pipeline: ``|>`` (in-place: ``|>=``)
- lambda: ``->``
- chain: ``::`` (in-place: ``::=``)
- partial/islice: ``$``
- New syntax:
- infix function calling: new ``6 `mod` 3`` syntax
- operator functions: new ``(+)`` syntax
Expand Down

0 comments on commit cfb1039

Please sign in to comment.