aboutsummaryrefslogtreecommitdiff
path: root/README.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-10-01Tweaks to README.Eduardo Julian1-1/+3
2015-08-28Changed the license from EPL to MPL.Eduardo Julian1-1/+1
2015-07-31- Did some refactoring of the standard library.Eduardo Julian1-1/+1
- Introduced 2 new modules: lux/data/tuple & lux/codata/function - Now doing safe reading of files. - Took the "let", "lambda" & "def" macros to their ultimate form. - Added some macros for doing better JVM interop. - Fixed a bug when compiling comparisons for doubles. - Changed the order in which arguments are compiled for all arithmetic operations, as the order is reversed (from the conventional order) in the JVM bytecode.
2015-07-29Updated the README for v0.2Eduardo Julian1-655/+18
2015-05-05Changed the link to the updated place.Eduardo Julian1-1/+1
2015-05-05Fixed several errors in the README.Eduardo Julian1-33/+57
2015-05-04Fix small typo signaturs -> signaturesMichael O'Keefe1-1/+1
2015-05-04Update README.mdcvializ1-1/+1
Quick proofreading fix
2015-05-04Update README.mdNikola Kantar1-0/+1
Fixed spacing issue near `let` example
2015-05-04v0.1Eduardo Julian1-84/+459
2015-05-04ReadmeEduardo Julian1-0/+433