Libraries

Quick Reference: Library Cheat Sheet

Scriptling provides 60+ libraries organized by capability.

Libraries

File System, HTTP & Process, and Scriptling libraries require registration when embedding in Go. In the CLI they are available by default.

Getting Help

Use the help() function within scripts:

import json
help(json)