aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian1-314/+314
2021-08-21Can now produce arbitrary code fragments statically by evaluating arbitrary e...Eduardo Julian1-1/+1
2021-08-20More fixes.Eduardo Julian1-10/+20
2021-08-19Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian1-73/+95
2021-08-18Some bug fixes.Eduardo Julian1-45/+45
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian1-43/+33
2021-08-14Moved documentation-generation machinery to its own module.Eduardo Julian1-26/+18
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian1-138/+190
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian1-13/+0
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian1-210/+210
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian1-360/+360
2021-08-08No more #export magic syntax.Eduardo Julian1-644/+792
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian1-529/+514
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian1-125/+124
2021-08-01Even more renamings.Eduardo Julian1-29/+39
2021-07-31Yet more renamings.Eduardo Julian1-68/+73
2021-07-30More renamings.Eduardo Julian1-20/+22
2021-07-29Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian1-74/+79
2021-07-28Re-named List's tags: Nil => End && Cons => ItemEduardo Julian1-581/+581
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian1-233/+233
2021-07-26Re-named Promise to Async.Eduardo Julian1-153/+153
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian1-105/+108
2021-07-17Now properly loading cached modules.Eduardo Julian1-7/+6
2021-07-16Fixed some inconsistent naming.Eduardo Julian1-23/+11
2021-07-14Constant inlining.Eduardo Julian1-182/+182
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-187/+192
2021-07-12Better syntax for parallel-hierarchy imports.Eduardo Julian1-41/+63
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian1-121/+125
2021-07-10Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian1-0/+18
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian1-19/+19
2021-06-29Some updates for the new compilers.Eduardo Julian1-17/+12
2021-05-30More adjustments for Common Lisp.Eduardo Julian1-246/+268
2021-05-24Using offset+distance instead of from+to for text clipping.Eduardo Julian1-2/+2
2021-03-10Wrestling with JPHP.Eduardo Julian1-5/+16
2021-03-01Done with Ruby.Eduardo Julian1-0/+2
2021-02-10Continuing with LuaEduardo Julian1-9/+16
2021-02-07Mo' updates, less problems.Eduardo Julian1-1/+1
2021-01-28Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian1-2/+2
2021-01-08Moved "log!" function under "lux/debug".Eduardo Julian1-8/+0
2020-12-29Unified repository abstraction for Aedifex.Eduardo Julian1-1/+1
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-45/+45
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-1367/+1367
2020-12-22Properly naming unicode Block type.Eduardo Julian1-1/+1
2020-12-04Re-named old luxc-jvm to lux-bootstrapper.Eduardo Julian1-2/+2
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-10/+10
2020-12-01Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian1-387/+387
2020-11-24Better error messages when re-using a name when making a definition.Eduardo Julian1-2/+2
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian1-73/+75
2020-11-05Lightweight machinery for agent-oriented programming.Eduardo Julian1-12/+9
2020-10-24Re-named some list functions.Eduardo Julian1-14/+14