aboutsummaryrefslogtreecommitdiff
path: root/lux-scheme (follow)
Commit message (Expand)AuthorAgeFilesLines
* Leaner syntax for library/lux/control/exception.reportEduardo Julian2022-03-151-4/+4
* De-sigil-ification: >Eduardo Julian2022-03-141-2/+2
* Made JVM "import:" syntax consistent with the other "import:"s.Eduardo Julian2022-03-141-38/+44
* Leaner syntax for the "for" macro.Eduardo Julian2022-03-141-94/+94
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
* Re-named "recur" to "again".Eduardo Julian2021-09-141-1/+1
* Re-named "Identifier" to "Symbol".Eduardo Julian2021-09-141-1/+1
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-131-17/+17
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-5/+5
* Made the "#" character great again!Eduardo Julian2021-09-121-42/+46
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-20/+20
* De-bracing | part 2Eduardo Julian2021-09-081-2/+2
* De-bracing part 0Eduardo Julian2021-09-081-11/+11
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-081-2/+2
* De-taggification | part 4Eduardo Julian2021-09-071-46/+46
* De-taggification | part 2Eduardo Julian2021-09-041-22/+22
* Unified tuple and record syntax.Eduardo Julian2021-09-031-4/+4
* De-taggification | part 0Eduardo Julian2021-08-291-6/+6
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-2/+2
* Some bug fixes.Eduardo Julian2021-08-181-1/+1
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-5/+5
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-141-5/+5
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-2/+2
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-1/+1
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-9/+9
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-111-31/+31
* Giving up on Kawa for now...Eduardo Julian2021-05-302-22/+9
* Updates for Common-Lisp compiler.Eduardo Julian2021-05-251-36/+34
* Almost done with Scheme.Eduardo Julian2021-05-242-15/+46
* Updates for Scheme compiler.Eduardo Julian2021-03-183-161/+293
* Done with Python.Eduardo Julian2021-02-241-1/+1
* Both the old JVM interop and the new JVM interop use the same syntax for arra...Eduardo Julian2019-05-281-2/+2
* WIP: Separate Scheme compiler.Eduardo Julian2019-05-212-0/+385