@tradebuddyhq/quill
v0.10.14
Published
Quill, a programming language that reads like English
Maintainers
Readme
Quill
Quill is a programming language that reads like English. Write clean, readable code without the ceremony of traditional syntax.
Install
npm install -g @tradebuddyhq/quillQuick Start
quill init
quill run hello.quillOr create a file manually:
-- greeting.quill
name is "World"
say "Hello, {name}!"quill run greeting.quillCommands
| Command | Description |
|---------|-------------|
| quill run <file> | Compile and run a Quill file |
| quill build <file> | Compile to JavaScript |
| quill check <file> | Check for errors |
| quill repl | Interactive REPL |
| quill init | Create starter files |
