1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-25 22:53:16 +00:00
janet/src
Calvin Rose 022be217a2 Remove ==, not==, and order[<,<=,>,>=].
This unifies equality and comparison checking. Before, we had
separate functions and vm opcodes for comparing general values vs.
for comparing numbers, where the numberic functions were polymorphic and
had special cases for handling NaNs. By unfiying them, abstract types
can now better integrate with other number types and behave as keys.

For now, the old functions are aliased but will eventually be removed.
2019-12-28 16:04:15 -05:00
..
boot Remove ==, not==, and order[<,<=,>,>=]. 2019-12-28 16:04:15 -05:00
conf Version bump to dev version. 2019-12-28 11:58:40 -05:00
core Remove ==, not==, and order[<,<=,>,>=]. 2019-12-28 16:04:15 -05:00
include Remove ==, not==, and order[<,<=,>,>=]. 2019-12-28 16:04:15 -05:00
mainclient First work on threading. 2019-11-26 23:13:53 -06:00
webclient Fix webclient. 2019-10-14 20:55:04 -05:00