4 Basic Remix

 (require remix/base) package: remix

Exports the bindings defined elsewhere in this manual, unless otherwise noted. In accordance with the Standard Library Mores, also provides submodules such that (submod remix/base n) provides all modules at a version closest to but not greater than n. (For example, (submod remix/base 3) would provide (submod remix/list 2) if remix/list did not have a version 3.) In some cases, other modules are listed as starting at a version other than 1 to signify that they should not appear in earlier versions of remix/base.

TODO Make a macro to make this easy to do.

remix/base