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
/
data
/
number.lux
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Improvements to import syntax [part 2].
Eduardo Julian
2018-07-11
1
-12
/
+14
*
- Improvements to import syntax [part 0].
Eduardo Julian
2018-07-10
1
-3
/
+3
*
- Re-named "struct:" to "structure:".
Eduardo Julian
2018-07-10
1
-19
/
+19
*
- Re-named "equality" to "equivalence".
Eduardo Julian
2018-07-05
1
-10
/
+10
*
- Re-named "degree" to "revolution".
Eduardo Julian
2018-07-04
1
-40
/
+40
*
- Implemented not-a-number and both infinities in pure Lux.
Eduardo Julian
2018-07-04
1
-5
/
+5
*
- Re-named ":!" to ":coerce".
Eduardo Julian
2018-07-03
1
-16
/
+16
*
- Migrated Scheme back-end to stdlib.
Eduardo Julian
2018-06-17
1
-3
/
+3
*
- Re-named "Top" to "Any", and "Bottom" to "Nothing".
Eduardo Julian
2018-05-20
1
-3
/
+3
*
- Re-named ".../eq" modules to ".../equality".
Eduardo Julian
2018-05-13
1
-1
/
+1
*
- Added new #I64 type as foundation for types based on 64-bit integers.
Eduardo Julian
2018-05-13
1
-79
/
+79
*
- Implemented Deg functionality in pure Lux.
Eduardo Julian
2018-05-07
1
-5
/
+5
*
- Implemented Nat functionality in pure Lux.
Eduardo Julian
2018-05-06
1
-1
/
+1
*
- Re-named shift-left -> left-shift, shift-right -> logical-right-shift, sign...
Eduardo Julian
2018-05-06
1
-5
/
+5
*
- Removed "lux text upper" and "lux text lower" procedures.
Eduardo Julian
2018-05-06
1
-40
/
+149
*
- Allow underscore separators in the hex, octal and binary encoding macros fo...
Eduardo Julian
2018-05-01
1
-29
/
+60
*
- Changed the identifier separator, from the semi-colon (;) to the period/dot...
Eduardo Julian
2017-11-29
1
-109
/
+109
*
- Re-named the "." function to "compose" and moved it to lux/function.
Eduardo Julian
2017-11-28
1
-1
/
+1
*
- Got rid of even more dots.
Eduardo Julian
2017-11-27
1
-1
/
+1
*
- Changed the prefixes of numeric functions.
Eduardo Julian
2017-11-27
1
-168
/
+168
*
- Fixed some bugs.
Eduardo Julian
2017-11-22
1
-39
/
+39
*
- Fixed some bugs.
Eduardo Julian
2017-11-21
1
-11
/
+10
*
- Made "lux text clip" work like it used to.
Eduardo Julian
2017-11-14
1
-31
/
+35
*
- Removed "lux text last-index" procedure.
Eduardo Julian
2017-11-14
1
-35
/
+31
*
- Type-vars no longer get deleted.
Eduardo Julian
2017-11-13
1
-36
/
+36
*
- Changed how Lux procedures work on the old compiler and the stdlib.
Eduardo Julian
2017-11-06
1
-103
/
+97
*
- Re-named "Result" type back to "Error".
Eduardo Julian
2017-10-16
1
-37
/
+37
*
- Moved Array type to lux.lux.
Eduardo Julian
2017-10-16
1
-1
/
+1
*
- Added monoid composition.
Eduardo Julian
2017-10-11
1
-1
/
+1
*
- Changed the terminology of monoids ("append" -> "compose", "unit" -> "ident...
Eduardo Julian
2017-09-19
1
-3
/
+3
*
- Some refactoring.
Eduardo Julian
2017-09-19
1
-21
/
+22
*
- Renamed bitwise right-shifting functions.
Eduardo Julian
2017-09-05
1
-1
/
+1
*
- Re-named "real" numbers to "frac"(tions).
Eduardo Julian
2017-09-04
1
-78
/
+78
*
- Can now generate Eq instances for #rec-style recursive types.
Eduardo Julian
2017-07-15
1
-1
/
+1
*
- Lux no longer has a Char primitive data-type.
Eduardo Julian
2017-07-02
1
-32
/
+22
*
- Codecs no longer take into account underscore "_" separators for digits..
Eduardo Julian
2017-06-19
1
-5
/
+0
*
- Renamed ^=> to ^multi.
Eduardo Julian
2017-05-24
1
-11
/
+11
*
- Implemented Real<->Bits conversion (and used it to implement Hash<Real>).
Eduardo Julian
2017-05-23
1
-52
/
+126
*
- Renamed "Error" to "Result".
Eduardo Julian
2017-05-17
1
-38
/
+38
*
- Fixed bugs with octal and hexadecimal encodings for reals.
Eduardo Julian
2017-05-11
1
-11
/
+19
*
- Fixed some tests for lux/math/logic/fuzzy.
Eduardo Julian
2017-05-09
1
-0
/
+4
*
- Removed "T" suffix from Type's tags.
Eduardo Julian
2017-05-07
1
-1
/
+1
*
- Fully implemented Deg encoding/decoding in pure Lux.
Eduardo Julian
2017-05-07
1
-37
/
+91
*
- Implemented Deg encoding.
Eduardo Julian
2017-05-05
1
-9
/
+170
*
- Removed the "S" suffix from AST tags.
Eduardo Julian
2017-05-03
1
-5
/
+5
*
- Simplified some of the documentation and error messages.
Eduardo Julian
2017-04-12
1
-2
/
+2
*
- Added binary, octal and hexadecimal codecs for reals.
Eduardo Julian
2017-04-06
1
-15
/
+258
*
- Added binary and hexadecimal syntax for degs.
Eduardo Julian
2017-04-05
1
-3
/
+39
*
- Added binary, octal and hexadecimal codecs for ints.
Eduardo Julian
2017-04-05
1
-132
/
+110
*
- Implemented Int encoding/decoding in the standard library.
Eduardo Julian
2017-04-03
1
-14
/
+52
[next]