-
Notifications
You must be signed in to change notification settings - Fork 1
FAQ
Block is both a workflow language and an execution engine. Its native core supports variables, expressions, control flow, collections, functions, and built-ins. Its defining feature is coordinating existing runtimes in one explicit document.
No. Block lets each stage keep using the runtime that fits it best.
No. Install only the runtimes used by your files. Native Block programs do not need Python or Node.js.
Start with:
block check .\your-file.blk
block runtimes
block doctorThen verify matching tags, file paths, edition support, configuration flags, and host runtime availability.
No. Block invokes host runtimes and should be treated like a code launcher. Use source review, antivirus scanning, least privilege, and isolated test environments.
Start with a reproducible example, documentation improvement, test case, or issue report. Read the repository's contribution and security policies before opening a change.
Block Wiki