Running the Minimal Scheme Console

Use the Minimal Scheme Console to run Scheme scripts and test your model.
NexJ Studio uses Scheme as its scripting and business logic programming language. Use Scheme to check your model's behavior, gather information about the data store, define unit tests, and define aspects of your model's behavior.

To run the Minimal Scheme Console:

  1. In the NexJ Studio toolbar, click the down arrow next to the Run Scheme Console button and select Minimal Console.
    The Console view opens.
    Note: Once the console is ready for input, the following prompt appears at the bottom of the console:
    ; NexJ Scheme
    
    >
  2. In the Console view, enter your script and press Enter to execute it.
  3. Confirm that the script has successfully run without errors.