Skip to content

Built-In Interpreter

Compare
Choose a tag to compare
@leon-thomm leon-thomm released this 05 Nov 18:27
· 516 commits to master since this release
42d5f41

Ryven now includes a complete integrated python interpreter.

  • It is a fully functional REPL so you can do anything you would do in the normal python console
  • You can add references to individual nodes, by right-click operation, to access their full API in the console
  • All print() calls, exceptions, and debugging messages are automatically redirected to this console

This is going to be one of the major features in the future, the possibilities are endless.