ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
[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` 生成可执行文件