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
/
source
/
program
/
aedifex
/
hash.lux
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2021-05-24
Re-named lux/host to lux/ffi.
Eduardo Julian
1
-1
/
+1
2020-12-29
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
1
-3
/
+4
2020-12-25
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
1
-22
/
+22
2020-12-02
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵
Eduardo Julian
1
-6
/
+6
convention that only macros that deal with types may start with a colon.
2020-11-26
Allow name formatting for JVM imports, similar to Lux module imports.
Eduardo Julian
1
-2
/
+3
2020-11-17
Made the syntax of ^template more consistent.
Eduardo Julian
1
-5
/
+5
2020-11-01
Improved the design of actors.
Eduardo Julian
1
-5
/
+5
2020-10-15
Re-named "to-text" functions to "format".
Eduardo Julian
1
-21
/
+143
2020-10-09
Mandatory long names for JVM imports, instead of having "long" be optional ↵
Eduardo Julian
1
-2
/
+2
and short be default.
2020-08-26
Download and catch dependencies in Aedifex.
Eduardo Julian
1
-1
/
+15
2020-08-18
Calculate SHA-1 and MD5 hashes.
Eduardo Julian
1
-0
/
+27