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
/
bookmark
/
floating_point.md
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Can now add type-vars to imported procedures from scripting languages.
Eduardo Julian
2022-03-14
1
-0
/
+1
|
*
Keeping the JVM interop fixes coming...
Eduardo Julian
2022-03-04
1
-0
/
+5
|
*
Optimizations for the pure-Lux JVM compiler. [Part 4]
Eduardo Julian
2022-02-28
1
-13
/
+14
|
*
Fixed packaging issue.
Eduardo Julian
2021-10-09
1
-1
/
+2
|
*
Clearing the local scope during eval analysis to avoid accidentally seeing ↵
Eduardo Julian
2021-09-05
1
-0
/
+1
|
|
|
|
variables outside of eval's scope.
*
Enabled compile-time code evaluation (i.e. "eval" function).
Eduardo Julian
2021-08-19
1
-0
/
+1
|
*
Made the be/de macros for (co)monadic expression extensible.
Eduardo Julian
2021-08-07
1
-0
/
+4
|
*
Switched from the "from to" convention to the "minimum additional" convention.
Eduardo Julian
2021-07-29
1
-0
/
+4
|
*
Re-named Promise to Async.
Eduardo Julian
2021-07-26
1
-0
/
+1
|
*
Re-named "spec" hierarchy to "specification".
Eduardo Julian
2021-07-15
1
-0
/
+5
|
*
Made the "try" macro into a common one, instead of a host-specific one.
Eduardo Julian
2021-07-10
1
-0
/
+20