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