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
/
library
/
lux
/
math.lux
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-08-23
The Python compiler can now be compiled by the new JVM compiler.
Eduardo Julian
1
-35
/
+34
2021-08-18
Some bug fixes.
Eduardo Julian
1
-1
/
+1
2021-08-09
Improved single-line comment syntax (from "##" to "...").
Eduardo Julian
1
-8
/
+8
2021-08-08
No more #export magic syntax.
Eduardo Julian
1
-40
/
+42
2021-07-15
Re-named "spec" hierarchy to "specification".
Eduardo Julian
1
-0
/
+3
2021-07-14
Normalized the hierarchy of the standard library modules.
Eduardo Julian
1
-6
/
+7
2021-07-11
Re-named ":coerce" to ":as" since it technically doesn't do coercions.
Eduardo Julian
1
-14
/
+14
2021-06-24
Added a macro for type-casting JVM objects.
Eduardo Julian
1
-19
/
+20
2021-05-24
Almost done with Scheme.
Eduardo Julian
1
-0
/
+32
2021-03-12
Almost done with PHP.
Eduardo Julian
1
-0
/
+32
2021-03-01
Done with Ruby.
Eduardo Julian
1
-1
/
+39
2021-02-10
Continuing with Lua
Eduardo Julian
1
-0
/
+32
2021-01-26
Made the Python being generated more compatible with both P2.7 and P3.
Eduardo Julian
1
-5
/
+49
2020-12-29
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
1
-1
/
+1
2020-12-25
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
1
-3
/
+3
2020-12-01
Added specialized root/2 and root/3 functions in lux/math.
Eduardo Julian
1
-0
/
+6
2020-06-28
The "for" macro can now work directly with definitions. No text literals nece...
Eduardo Julian
1
-78
/
+78
2019-09-14
More fixes.
Eduardo Julian
1
-2
/
+2
2019-07-26
No more "n/"-prefixed functions.
Eduardo Julian
1
-25
/
+3
2019-07-25
No more "i/"-prefixed functions.
Eduardo Julian
1
-2
/
+1
2019-07-24
No more "f/"-prefixed functions.
Eduardo Julian
1
-45
/
+50
2019-06-15
Array machinery for the JavaScript compiler.
Eduardo Julian
1
-1
/
+25
2019-05-13
More fiddling with types for JVM interop.
Eduardo Julian
1
-2
/
+2
2019-04-27
Re-named "lux/tool/compiler/host" to "lux/target".
Eduardo Julian
1
-5
/
+3
2019-04-17
Some adjustments of the stdlib for the new JVM compiler.
Eduardo Julian
1
-25
/
+58
2019-03-30
Re-named "do-template" to "template".
Eduardo Julian
1
-8
/
+8
2018-07-30
Now implementing math functionality in stdlib instead of the compiler.
Eduardo Julian
1
-102
/
+13
2018-07-28
Removed temporary "|" prefix on Nat.
Eduardo Julian
1
-4
/
+4
2018-07-28
Added "+" sign to positive Int.
Eduardo Julian
1
-25
/
+25
2018-07-28
Temporary commit to get rid of "+" signs for Nat.
Eduardo Julian
1
-4
/
+4
2018-07-21
Re-named "seq" to "and" and "alt" to "or".
Eduardo Julian
1
-4
/
+4
2018-07-21
Re-named "Symbol" to "Identifier".
Eduardo Julian
1
-1
/
+1
2018-07-20
"^open" and "open:" now use aliases instead of prefixes, the same way as modu...
Eduardo Julian
1
-2
/
+2
2018-07-20
No longer giving default aliases to un-prefixed imports.
Eduardo Julian
1
-4
/
+5
2018-07-13
Re-named "Bool" type to "Bit".
Eduardo Julian
1
-1
/
+1
2018-07-11
- Improvements to import syntax [part 2].
Eduardo Julian
1
-9
/
+11
2018-07-11
- Improvements to import syntax [part 1].
Eduardo Julian
1
-20
/
+20
2018-07-10
- Improvements to import syntax [part 0].
Eduardo Julian
1
-1
/
+1
2018-07-10
- Re-named path "lux/data/coll/*" to "lux/data/collection/*".
Eduardo Julian
1
-1
/
+1
2018-07-04
- Re-named "degree" to "revolution".
Eduardo Julian
1
-1
/
+1
2018-05-13
- Added new #I64 type as foundation for types based on 64-bit integers.
Eduardo Julian
1
-1
/
+1
2018-05-02
- Changed the syntax for the parameters of "syntax:".
Eduardo Julian
1
-1
/
+1
2018-04-05
- Improved the syntax for the "lux.function" macro.
Eduardo Julian
1
-3
/
+3
2018-04-05
- Implemented some math functions in pure Lux, to reduce the needs of the com...
Eduardo Julian
1
-14
/
+97
2018-02-24
- Removed the "root2" and "root3" host procedures (their functionality is red...
Eduardo Julian
1
-5
/
+2
2017-12-31
- Added bit-sets.
Eduardo Julian
1
-6
/
+2
2017-12-24
- Minor refactorings and bug fixes.
Eduardo Julian
1
-17
/
+27
2017-11-29
- Changed the identifier separator, from the semi-colon (;) to the period/dot...
Eduardo Julian
1
-28
/
+28
2017-11-27
- Changed the prefixes of numeric functions.
Eduardo Julian
1
-12
/
+12
2017-11-22
- Fixed some bugs.
Eduardo Julian
1
-9
/
+6
[prev]
[next]