factor/extra/hello-world/deploy.factor

12 lines
229 B
Factor
Raw Normal View History

2007-09-20 18:09:08 -04:00
USING: tools.deploy ;
V{
{ strip-word-props? t }
{ strip-word-names? t }
{ strip-dictionary? t }
{ strip-debugger? t }
{ deploy-math? f }
{ deploy-compiled? f }
{ deploy-io? f }
{ deploy-ui? f }
}