raco 打包

最后更新于:2022-04-02 02:05:49

[TOC] ## raco 打包命令 ``` docs search and view documentation make compile source to bytecode setup install and build libraries and documentation pkg manage packages planet manage Planet package installations exe create executable test run tests associated with files/directories ``` ## 示例 ### 编译 若编译失败需要在头部加入`#lang racket` `raco exe demo.rkt` 生成可执行文件
';