udem-dlteam / libs

Repo to develop new libraries for Gambit
5 stars 1 forks source link

SRFI 178: Bitvector library #18

Open lassik opened 4 years ago

lassik commented 4 years ago

I didn't find an existing bitvector implementation with a quick grep of the Gambit source. Aren't bitvectors basically implemented the same way as bignums under the hood, just exposed to Scheme as an opaque object?