coda-std 0.1.0

the standard library for coda, an experimental scripting language
Documentation
  • Coverage
  • 0%
    0 out of 10 items documented0 out of 5 items with examples
  • Size
  • Source code size: 4.95 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.25 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 14s Average build duration of successful builds.
  • all releases: 14s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • playvoxel/coda
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Primiti-ve

coda-std

coda-std is the standard library for coda, an experimental scripting language.

you can see more information about coda in the github repository.

embedding

[!TIP] the coda standard library has one dependency, which is the coda runtime. this means you can use it almost anywhere.

contents

math

  • constants
    • pi
    • e
  • functions
    • sqrt - gets the square root of a number

io

  • functions
    • print - prints a string to the console