wrapl provides a read-eval-print loop (REPL) for Wrapl using Wrapl.Loader.SessionT. It accepts a number of command line options:
Option | Description |
---|---|
-L directory | Adds directory to the library search path. |
-sf file | Creates a server on file file. |
-sp port | Creates a server on port port. |
-cf file | Connects to a server on file file. |
-cp host:port | Connects to a server on port host:port. |
-v | Logs descriptive messages to standard output. |
A number of commands are predefined in wrapl:
Name | Description |
---|---|
help | Lists all available commands. |
exit | Exits the current session. |
A sample session with wrapl: