On this page:
start-console-here

5 Console🔗

 (require koyo/console) package: koyo-lib

procedure

(start-console-here)  void?

Searches for the “dynamic.rkt” module in the current project starting from current-directory, then loads it and starts its system minus its 'server component. The search stops after looking through at most 10 directories or if a “.git” folder is found before a “dynamic.rkt” module. This is handy when you have an existing REPL session (eg. while working on a module in Emacs) and you want to bring in the functionality of raco koyo console into that session.

Requiring (submod koyo/console dev) is a shorthand for requiring this function and then calling it.

Added in version 0.9 of package koyo-lib.