Block a user
WASM: wire it up!
Just to document here where I am and what I've done:
- Current strategy has been to use Zig as the host language for WASM; Zig can compile C and has WASM as a first-class target.
- Compiling a…
Good-enough validator
Called keywords/single arg: 94adf5e9d5
Dict pattern validation: https://alea.ludus.dev/twc/ludus/commit/d249ee0b21714d695664…
1120f21df2
dict pattern matching
d249ee0b21
validate dict patterns, by validating pairs
e767c319b1
fix dict parsing
010b584ef1
partial function application!
ba1aa8ed03
comment out repl cruft
Give partially applied functions better names
Base
in Janet
Most base is complete in e468add325
Left to do:
into/2
doc
to_dict
All of these have some decisions left…
24bbef74aa
add janet functions
a06014270f
validate with passed context; don't die on builtin functions