Calypso Documentation
Calypso has various "books" for learning about the language and its internals. Currently
there are only two, and they are very incomplete. Feel free to contribute to make these
better!
The Calypso Guide
The Calypso Guide or "The Guide" is the definitive guide for calypso. It will cover everything
you will need to make applications and libraries in Calypso.
Guide
The Calypso Reference
The Calypso Reference or "The Reference" is the definitive reference for Calypso. It will
be more of a specification of how the Calypso programming language works.
Reference
Compiler/VM Internals
There is also some documentation on the internals of Calypso. Currently, there is only the
rustdoc documentation for Calypso and SaturnVM, but in the future there will probably be an
internals guide for both Calypso and SaturnVM.
Rustdocs