(.module: [lux #* [data [text ["%" format (#+ format)]]] [macro ["." template]] [world [file (#+ Path)] [shell (#+ Command)]]]) (template [ ] [(def: #export ( path) (-> Path [Text (List Text)]) (`` (format [ (list (~~ (template.splice )) path)])))] [java "java" ["-jar"]] [node "node" ["--stack_size=8192"]] )