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
/
documentation
/
research
/
math.md
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2020-10-31
Re-named the directory for my bookmarks to better reflect what they are.
Eduardo Julian
1
-395
/
+0
2020-10-31
Easy to use Rev constants.
Eduardo Julian
1
-0
/
+1
2020-10-12
Type-checking macros via the Macro' type from the standard library.
Eduardo Julian
1
-0
/
+1
2020-10-09
Also using BIPUSH and SIPUSH during JVM generation.
Eduardo Julian
1
-0
/
+1
2020-10-03
Added deployment code to Aedifex.
Eduardo Julian
1
-0
/
+4
2020-06-09
Basic pattern-matching optimizations.
Eduardo Julian
1
-0
/
+5
2020-06-01
Implemented an optimization for getting fields/slots from records in the new ↵
Eduardo Julian
1
-0
/
+5
compiler.
2020-05-30
Split new-luxc into lux-jvm and lux-r.
Eduardo Julian
1
-0
/
+1
2020-05-28
Can now parse TAR files.
Eduardo Julian
1
-0
/
+2
2020-03-05
Beginning to cache artifacts.
Eduardo Julian
1
-0
/
+1
2020-03-04
Test for codec composition + adjustments to JS-generation code.
Eduardo Julian
1
-0
/
+2
2019-12-26
Bug fixes.
Eduardo Julian
1
-0
/
+2
2019-12-24
Ported program generation, host environment and packaging machinery to stdlib.
Eduardo Julian
1
-0
/
+1
2019-11-21
Ported JVM host extension generation to the new JVM bytecode machinery.
Eduardo Julian
1
-0
/
+17
2019-11-07
WIP: Major refactoring of JVM bytecode machinery.
Eduardo Julian
1
-0
/
+6
2019-09-17
Fixed some bugs related to JVM types.
Eduardo Julian
1
-0
/
+1
2019-09-07
Got rid of a useless parameter to the INVOKE instructions.
Eduardo Julian
1
-0
/
+2
2019-09-07
Modified compiler's machinery to use the new abstractions for descriptors ↵
Eduardo Julian
1
-0
/
+4
and signatures.
2019-08-12
Implemented TABLESWITCH and LOOKUPSWITCH instructions.
Eduardo Julian
1
-0
/
+1
2019-07-31
Ported JVM reference generation to the new JVM bytecode machinery.
Eduardo Julian
1
-0
/
+5
2019-07-24
Small improvements here and there.
Eduardo Julian
1
-0
/
+8
2019-07-02
Re-name "lux/data/error" to "lux/control/try".
Eduardo Julian
1
-0
/
+6
2019-06-25
WIP: Label resolution support for JVM instructions.
Eduardo Julian
1
-0
/
+1
2019-06-22
Implemented several different bytecode instructions.
Eduardo Julian
1
-0
/
+2
2019-06-18
Implemented "hole" typing.
Eduardo Julian
1
-0
/
+1
2019-06-14
Some fixes for the scripting languages.
Eduardo Julian
1
-0
/
+1
+ Small optimizations for pattern-matching generation.
2019-06-06
WIP: Class definition.
Eduardo Julian
1
-0
/
+1
2019-06-01
Removed the (magical) "alias" annotations tag.
Eduardo Julian
1
-0
/
+6
2019-05-29
Various fixes and tweaks.
Eduardo Julian
1
-0
/
+6
2019-05-28
Moved my research notes from Trello to the repo:
Eduardo Julian
1
-1
/
+4
+ Browser. + Machine learning. + Logic programming. + Transducer | stream | pipe.
2019-05-18
Moved my research notes from Trello to the repo.
Eduardo Julian
1
-0
/
+298
* On math. * On operating systems.