The color methods (e.g. Text::green
) format the text to appear colored
in a ANSI/VT100 terminal. By default, this coloring is skipped if stdout
is not a TTY, but it can be forced by setting force_console_colors = true
.
nitc > interpreter > dynamic_loading_ffi
This group implement a partial support for the Nit FFI in the interpreter.