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
/
lux
/
math
/
number
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Normalized the hierarchy of the standard library modules.
Eduardo Julian
2021-07-14
10
-2304
/
+0
|
*
Re-named ":coerce" to ":as" since it technically doesn't do coercions.
Eduardo Julian
2021-07-11
2
-13
/
+13
|
*
"signature:" -> "interface:" & "structure:" -> "implementation:"
Eduardo Julian
2021-06-30
7
-39
/
+39
|
|
|
"signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
*
Some updates for the new compilers.
Eduardo Julian
2021-06-29
1
-21
/
+9
|
*
Added a macro for type-casting JVM objects.
Eduardo Julian
2021-06-24
1
-2
/
+2
|
*
Added import name formatting to "import:" macros for other backends.
Eduardo Julian
2021-06-11
1
-12
/
+13
|
*
Got rid of the {}s in ":share" and made it pipe-able.
Eduardo Julian
2021-05-18
3
-12
/
+18
|
*
Frustrated with PHP's overflow/underflow logic.
Eduardo Julian
2021-03-14
1
-16
/
+9
|
*
Done with Python.
Eduardo Julian
2021-02-24
1
-32
/
+32
|
*
Almost done with Lua.
Eduardo Julian
2021-02-15
1
-64
/
+100
|
*
Continuing with Lua
Eduardo Julian
2021-02-10
3
-15
/
+20
|
*
Implemented arithmetic right-shift in terms of logic right-shift.
Eduardo Julian
2021-01-28
5
-34
/
+39
|
*
Made the Python being generated more compatible with both P2.7 and P3.
Eduardo Julian
2021-01-26
3
-57
/
+83
|
*
Place the "program:" macro of "lux/control/parser/cli" in its own module.
Eduardo Julian
2021-01-03
2
-8
/
+8
|
*
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
2020-12-29
10
-0
/
+2244