Rulebook documentation

Concepts:

  • Language Tour
  • Interactive Inversion of control
  • Graphic engines and machine learning

Architecture

  • Tools
  • Building RLC from sources

Reinforcement Learning Docs:

  • Tutorial for RL people
  • RLC and GYM

UIs, Controllers, Gameplay:

  • UI, Controller and Gameplay
  • 4Hammer

References:

  • Rulebook Language
  • stdlib
    • algorithms
    • collections
    • math
    • serialization
      • key_equal.rl
      • print.rl
        • Free Functions
      • to_byte_vector.rl
      • to_hash.rl
    • action.rl
    • bounded_arg.rl
    • enum_utils.rl
    • learn.rl
    • machine_learning.rl
    • none.rl
    • python.rl
    • range.rl
    • string.rl
Rulebook documentation
  • stdlib
  • serialization
  • print.rl
  • View page source

print.rl

Free Functions

  • Function: print_string(String s)

  • Function: print_string_lit(StringLiteral s)

  • Function: print<T>(T to_print)

 print a arbitrary object to stdout
  • Function: print_indented<T>(T to_print)

 print a arbitrary object to stdout on multiple 
 lines and indented
Previous Next

© Copyright 2025, Massimo Fioravanti.

Built with Sphinx using a theme provided by Read the Docs.