Skip to content

Commit

Permalink
Clarified the readme again
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonhansel committed Aug 4, 2015
1 parent 4657bb5 commit 4510921
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ In particular, it provides the following features:
* Simple partial application (currying)
* This makes it easy to make simple procedures from more complex ones
* `car`, `cdr`, and `cons` from LISP
* A pair of values can be stored in a single variable
* This allows for the creation of more complicated data types (especially linked lists)
* Conversion between REXX stem variables and LISP-style linked lists
* This provides somewhat greater interoperability
Expand Down

0 comments on commit 4510921

Please sign in to comment.