Modules index

gololang
gololang.Adapters

This module defines an AdapterFabric helper

gololang.AnsiCodes

This module provides helper functions to deal with ANSI escape codes for console outputs

gololang.Async

This module offers asynchronous programming helpers, especially execution context agnostic promises and futures

gololang.Control

This module contains utilities to control execution flow

gololang.Decorators

This module defines the set of standard decorators and utilites

gololang.Errors

Useful augmentations, decorators and function to deal with errors in Golo

gololang.Functions

This module contains several functions and higher order functions or decorators, mostly useful with HOF like map, reduce or in generators

gololang.ir
gololang.ir.DSL

This module provides some factory functions and augmentations on IR elements to improve fluent IR building

gololang.ir.Quote

This module provides the quote and unquote macros to ease the creation of IR node

gololang.JSON

A set of useful APIs for dealing with JSON documents from Golo

gololang.LazyLists

This module defines utility functions and augmentations to ease the use of the `gololang

gololang.macros

This module defines the set of predefined macros

gololang.macros.Utils

This module contains some functions to help writing macros

gololang.meta
gololang.meta.Annotations

Module to deal with java annotations

gololang.meta.Utils

Utilities to deal with meta-programming

gololang.StandardAugmentations

This module defines the set of standard augmentations imported by default