index
:
lux
master
fork of https://github.com/LuxLang/lux for my bookshelf
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stdlib
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2019-01-09
Adding machinery for processing HTTP requests.
Eduardo Julian
5
-41
/
+264
2019-01-09
Expanded HTML machinery.
Eduardo Julian
3
-41
/
+293
2019-01-09
Added routing.
Eduardo Julian
1
-0
/
+82
2019-01-09
Added cookie support.
Eduardo Julian
1
-0
/
+55
2019-01-09
Improved header addition.
Eduardo Julian
1
-3
/
+15
2019-01-08
Added some service capabilities.
Eduardo Julian
2
-0
/
+70
2019-01-08
Small adjustments.
Eduardo Julian
4
-9
/
+24
2019-01-06
Can now define nested abstract types.
Eduardo Julian
3
-142
/
+169
2019-01-02
Some minor refactoring.
Eduardo Julian
3
-4
/
+13
2019-01-02
Added macros for remembering things to the programmer based on deadlines.
Eduardo Julian
2
-34
/
+108
2018-12-31
Re-named "lux/world/database" to "lux/world/db".
Eduardo Julian
4
-3
/
+3
2018-12-30
Added HTTP abstractions.
Eduardo Julian
6
-0
/
+324
2018-12-30
Added library for handling identities for values in foreign data-stores.
Eduardo Julian
1
-0
/
+53
2018-12-30
WIP: Added JDBC library.
Eduardo Julian
3
-0
/
+468
2018-12-30
WIP: Added SQL library.
Eduardo Julian
1
-0
/
+475
2018-12-29
Expanded the number of constants that can be created (; but still missing some).
Eduardo Julian
2
-18
/
+99
2018-12-28
Added equivalences.
Eduardo Julian
9
-35
/
+130
2018-12-28
Fixed bug when parsing blobs.
Eduardo Julian
1
-1
/
+1
2018-12-28
Re-organized the class machinery.
Eduardo Julian
4
-127
/
+118
2018-12-28
Added machinery for methods.
Eduardo Julian
4
-59
/
+87
2018-12-28
The (class)loader machinery is now JVM-only.
Eduardo Julian
1
-0
/
+0
2018-12-28
Added machinery for fields.
Eduardo Julian
7
-65
/
+178
2018-12-28
Added machinery for descriptors.
Eduardo Julian
2
-1
/
+94
2018-12-27
- Some improvements to Index.
Eduardo Julian
5
-96
/
+149
- Some improvements to Constant. - Some improvements to Pool. - WIP: Attribute
2018-12-27
Improved machinery for working with constant pools.
Eduardo Julian
1
-0
/
+68
2018-12-26
Small refactoring for JVM names.
Eduardo Julian
2
-8
/
+10
2018-12-26
Tests for bytecode generation.
Eduardo Julian
1
-0
/
+79
2018-12-26
ClassLoader machinery.
Eduardo Julian
1
-0
/
+124
2018-12-26
Expanded the set of available modifiers.
Eduardo Julian
7
-61
/
+190
2018-12-26
Added support for interfaces in classes.
Eduardo Julian
2
-21
/
+47
2018-12-26
Utility functions for getting files and directories.
Eduardo Julian
1
-0
/
+18
2018-12-26
WIP: JVM bytecode generation in pure Lux.
Eduardo Julian
10
-27
/
+406
2018-12-26
Expansion for binary format.
Eduardo Julian
1
-124
/
+220
2018-12-26
Some refactoring & minor additions.
Eduardo Julian
10
-90
/
+118
2018-12-25
Added contravariant functors.
Eduardo Julian
6
-16
/
+57
2018-12-24
Some refactoring.
Eduardo Julian
3
-47
/
+52
2018-12-16
Improved how the "Source" type works.
Eduardo Julian
2
-75
/
+49
2018-12-15
Reverted "lux/control/concurrency/frp" to the previous style of doing FRP.
Eduardo Julian
4
-192
/
+264
2018-12-15
Separated reading promises and writing to promises.
Eduardo Julian
5
-135
/
+165
2018-12-15
Changed the "instance?" macro in "lux/host.jvm.lux" into the "check" macro.
Eduardo Julian
2
-20
/
+29
2018-12-15
No longer relying on "signature:"'s and "structure:"'s internal ↵
Eduardo Julian
12
-154
/
+150
macro-expansion to handle the "do-template"s inside.
2018-12-15
Re-named the "Error" tag to "Failure".
Eduardo Julian
65
-640
/
+681
2018-12-15
Changed the licenses in the project.clj files.
Eduardo Julian
1
-2
/
+2
2018-12-15
Moved the "lux/concurrency" modules under "lux/control".
Eduardo Julian
21
-223
/
+223
2018-12-15
Small improvements.
Eduardo Julian
8
-101
/
+122
2018-12-15
Removed sessions for the moment.
Eduardo Julian
2
-367
/
+0
They will be revisited in future work.
2018-12-10
Slight improvement.
Eduardo Julian
1
-10
/
+10
2018-12-10
Slight improvement to tests.
Eduardo Julian
1
-15
/
+15
2018-12-10
Fixed a bug in recursive sessions.
Eduardo Julian
1
-3
/
+5
2018-12-09
Improved test for recursion in complex sessions.
Eduardo Julian
1
-27
/
+38
[next]