Skip to content

Standard Library Documentation

C272 edited this page Dec 18, 2019 · 3 revisions

Welcome to the Standard Library documentation for Algo. To view a specific library, click one of the links below.

  • core - Basic standard library for Algo.
  • io - Contains file write/read and console manipulation.
  • json - Allows for serialization/deserialization to and from JSON.
  • maths - Contains more advanced mathematical functions.
  • reflection - Allows you to manipulate scopes at runtime.
  • string - Basic string manipulation.
  • web - GET/PUT/POST and other HTTP methods.

If one of these pieces of documentation is out of date or incorrect, submit an issue through the issue tracker, here.