This repository has been archived by the owner on Jul 7, 2024. It is now read-only.
0.4.0
Pre-release
Pre-release
Libraries
- [@demhydraz] Add
even?
andodd?
- [@demhydraz] Add pattern matching for structures.
- [@demhydraz] Add some set-like operators for lists.
- [@demhydraz] Add
if-match
- acase
with a default_
branch. - [@demhydraz] Add
extend
for associated lists. This inserts at the beginning of the key rather than the end. - [@SquidDev] Allow
assert-type!
to work on any expression. - [@demhydraz] Add implication operator.
- [@CrazedProgrammer] Add
bit32
bindings and a software fallback. - [@demhydraz] Make
#
work for non-lists. - [@demhydraz] Make pattern qualifiers infix.
- [@demhydraz] Rename
#
ton
. - [@demhydraz] Add
eql?
-eq?
with a more strict type comparison. - [@incinirate] Improve
nub
implementation. - [@CrazedProgrammer] Add
extra/bignum
implementation.
Compiler
- [@SquidDev] Add a system for rewrite rules.
- [@SquidDev] Change hexadecimal and binary literals to use
#
instead of0
as their prefix.