(.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"]] [python "python3" []] [lua "lua" []] [ruby "RUBY_THREAD_VM_STACK_SIZE=15700000 ruby" []] )