ryansuchocki / microscheme

A Scheme subset for Atmel microcontrollers.
http://ryansuchocki.github.io/microscheme/
MIT License
300 stars 20 forks source link

Add SRFI-43-compliant vector-copy!. #31

Closed technomancy closed 5 years ago

technomancy commented 5 years ago

This lets me load microscheme code into racket for testing, which is super handy! (The SRFI version allows some of the args to be optional, which we don't support, but I think it's still worth adding.)

I kept the old vector-copy with the non-standard argument order for backwards-compatibility reasons.