May 2018
Beginner
252 pages
6h 19m
English
Software written in languages other than Red can interact with Red through libRed, a special version of the Red interpreter and runtime library. That way, for example, a C program can interact with a Red environment. Bindings also exist for Visual Basic, Ruby, and Julia (https://github.com/joa-quim/Red.jl). Detailed docs are at https://doc.red-lang.org/en/libred.html and https://github.com/red/red/wiki/libRed for additional examples.