aboutsummaryrefslogtreecommitdiff
path: root/lux-cl (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian1-17/+17
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian1-5/+5
2021-09-12Made the "#" character great again!Eduardo Julian1-33/+34
2021-09-10Migrated variants to the new syntax.Eduardo Julian1-13/+13
2021-09-08De-bracing | part 2Eduardo Julian1-2/+2
2021-09-08De-bracing part 0Eduardo Julian1-3/+3
2021-09-08Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian1-1/+1
2021-09-07De-taggification | part 4Eduardo Julian1-45/+45
2021-09-04De-taggification | part 2Eduardo Julian1-22/+22
2021-09-03Unified tuple and record syntax.Eduardo Julian1-4/+4
2021-08-29De-taggification | part 0Eduardo Julian1-9/+9
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian1-2/+2
2021-08-18Some bug fixes.Eduardo Julian1-1/+1
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian1-2/+2
2021-08-14Moved documentation-generation machinery to its own module.Eduardo Julian1-2/+2
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian1-3/+3
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian1-1/+1
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian1-7/+7
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian1-23/+23
2021-05-30More adjustments for Common Lisp.Eduardo Julian1-12/+11
2021-05-25Fix for pattern-matching register binding.Eduardo Julian2-2/+5
2021-05-25Updates for Common-Lisp compiler.Eduardo Julian2-185/+314
2021-02-24Done with Python.Eduardo Julian1-1/+1
2019-05-28Both the old JVM interop and the new JVM interop use the same syntax for arra...Eduardo Julian1-1/+1
2019-05-01Added support for ECL.Eduardo Julian1-0/+9
2019-05-01The Common Lisp compiler is alive.Eduardo Julian2-0/+352