aboutsummaryrefslogtreecommitdiff
path: root/stdlib (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-09Shortened normalization codes.Eduardo Julian1-23/+23
2019-01-09Added more services.Eduardo Julian4-19/+99
2019-01-09Adding machinery for processing HTTP requests.Eduardo Julian5-41/+264
2019-01-09Expanded HTML machinery.Eduardo Julian3-41/+293
2019-01-09Added routing.Eduardo Julian1-0/+82
2019-01-09Added cookie support.Eduardo Julian1-0/+55
2019-01-09Improved header addition.Eduardo Julian1-3/+15
2019-01-08Added some service capabilities.Eduardo Julian2-0/+70
2019-01-08Small adjustments.Eduardo Julian4-9/+24
2019-01-06Can now define nested abstract types.Eduardo Julian3-142/+169
2019-01-02Some minor refactoring.Eduardo Julian3-4/+13
2019-01-02Added macros for remembering things to the programmer based on deadlines.Eduardo Julian2-34/+108
2018-12-31Re-named "lux/world/database" to "lux/world/db".Eduardo Julian4-3/+3
2018-12-30Added HTTP abstractions.Eduardo Julian6-0/+324
2018-12-30Added library for handling identities for values in foreign data-stores.Eduardo Julian1-0/+53
2018-12-30WIP: Added JDBC library.Eduardo Julian3-0/+468
2018-12-30WIP: Added SQL library.Eduardo Julian1-0/+475
2018-12-29Expanded the number of constants that can be created (; but still missing some).Eduardo Julian2-18/+99
2018-12-28Added equivalences.Eduardo Julian9-35/+130
2018-12-28Fixed bug when parsing blobs.Eduardo Julian1-1/+1
2018-12-28Re-organized the class machinery.Eduardo Julian4-127/+118
2018-12-28Added machinery for methods.Eduardo Julian4-59/+87
2018-12-28The (class)loader machinery is now JVM-only.Eduardo Julian1-0/+0
2018-12-28Added machinery for fields.Eduardo Julian7-65/+178
2018-12-28Added machinery for descriptors.Eduardo Julian2-1/+94
2018-12-27- Some improvements to Index.Eduardo Julian5-96/+149
2018-12-27Improved machinery for working with constant pools.Eduardo Julian1-0/+68
2018-12-26Small refactoring for JVM names.Eduardo Julian2-8/+10
2018-12-26Tests for bytecode generation.Eduardo Julian1-0/+79
2018-12-26ClassLoader machinery.Eduardo Julian1-0/+124
2018-12-26Expanded the set of available modifiers.Eduardo Julian7-61/+190
2018-12-26Added support for interfaces in classes.Eduardo Julian2-21/+47
2018-12-26Utility functions for getting files and directories.Eduardo Julian1-0/+18
2018-12-26WIP: JVM bytecode generation in pure Lux.Eduardo Julian10-27/+406
2018-12-26Expansion for binary format.Eduardo Julian1-124/+220
2018-12-26Some refactoring & minor additions.Eduardo Julian10-90/+118
2018-12-25Added contravariant functors.Eduardo Julian6-16/+57
2018-12-24Some refactoring.Eduardo Julian3-47/+52
2018-12-16Improved how the "Source" type works.Eduardo Julian2-75/+49
2018-12-15Reverted "lux/control/concurrency/frp" to the previous style of doing FRP.Eduardo Julian4-192/+264
2018-12-15Separated reading promises and writing to promises.Eduardo Julian5-135/+165
2018-12-15Changed the "instance?" macro in "lux/host.jvm.lux" into the "check" macro.Eduardo Julian2-20/+29
2018-12-15No longer relying on "signature:"'s and "structure:"'s internal macro-expansi...Eduardo Julian12-154/+150
2018-12-15Re-named the "Error" tag to "Failure".Eduardo Julian65-640/+681
2018-12-15Changed the licenses in the project.clj files.Eduardo Julian1-2/+2
2018-12-15Moved the "lux/concurrency" modules under "lux/control".Eduardo Julian21-223/+223
2018-12-15Small improvements.Eduardo Julian8-101/+122
2018-12-15Removed sessions for the moment.Eduardo Julian2-367/+0
2018-12-10Slight improvement.Eduardo Julian1-10/+10
2018-12-10Slight improvement to tests.Eduardo Julian1-15/+15