modus icon indicating copy to clipboard operation
modus copied to clipboard

Namespace/differentiation for builtin rules

Open maowtm opened this issue 3 years ago • 0 comments

use(url, image, path).

url(str, protocol, host, port, path).
image(str, name, tag).
path(str, directory, filename).

or having builtin be prefixed with something like $path or @path

or having uppercase names for builtins etc

or having proper namespaces, such as std/run(...)

maowtm avatar Dec 30 '21 11:12 maowtm