Update README

This commit is contained in:
Přemysl Eric Janouch 2017-05-18 18:13:33 +02:00
parent 329f604204
commit c47581a922
Signed by: p
GPG Key ID: B715679E3A361BE6
1 changed files with 7 additions and 1 deletions

View File

@ -66,7 +66,7 @@ Returns the first argument.
Reassigns arguments to the current call in order to given names. This must be a
special form because of the lack of variable scoping. It needs to see arguments
from the other scope.
from the outer scope.
Standard library
----------------
@ -78,12 +78,18 @@ Conditional evaluation, strings evaluate to themselves.
Returns arguments to the current evaluation context as a list.
`list`
Returns a list of parameters. The syntax sugar for lists is `[]`.
Contributing and Support
------------------------
Use this project's GitHub to report any bugs, request features, or submit pull
requests. If you want to discuss this project, or maybe just hang out with
the developer, feel free to join me at irc://irc.janouch.name, channel #dev.
Bitcoin donations: 12r5uEWEgcHC46xd64tt3hHt9EUvYYDHe9
License
-------
'ell' is written by Přemysl Janouch <p.janouch@gmail.com>.