API Reference
This section provides detailed low-level information about the various APIs that are available within Enso.
Enso is divided into a set of libraries, each of which provides some functionaliy when working with the Enso programming language. The libraries are:
Standard.Base
This provides the core types and functions such as Number
, Boolean
, Text
, List
, Map
, Function
. Additionally, covers interacting with files, the system, and the internet.
Key Types
Number
,Boolean
,Text
Vector
andMap
JSON