DivergentClouds / wise

An esolang based on an extension of bitwise operations for bases ≥ 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wise

See the esolangs wiki page for more details

Implementation Notes

This interpreter uses 256 bit unsigned integers instead of unbounded naturals. If you require a larger size, you can changed the definition of Nat to a different unsigned integer type.

About

An esolang based on an extension of bitwise operations for bases ≥ 2


Languages

Language:Zig 100.0%