On this page:
22.1 Graphics and GUIs
22.2 The Web Server
22.3 Using Foreign Libraries
22.4 And More

22 More Libraries🔗

本指南仅涵盖了 Racket 语言以及在 (part ("(lib scribblings/reference/reference.scrbl)" "top")) 中记录的库。Racket 分发版中包含许多其他库。

22.1 Graphics and GUIs🔗

Racket 提供了许多用于图形和图形用户界面(GUI)的库:

22.2 The Web Server🔗

the Web Applications in Racket documentation 描述了 Racket web 服务器,该服务器支持在 Racket 中实现的 servlet。

22.3 Using Foreign Libraries🔗

(part ("(lib scribblings/foreign/foreign.scrbl)" "top")) 描述了使用 Racket 访问通常被 C 程序使用的库的工具。

22.4 And More🔗

Racket 文档 列出了其他库的文档,包括作为包安装的库。运行 raco docs 可查找在您系统上安装的且特定于您用户账户的库的文档。

Racket 包目录 https://pkgs.racket-lang.org 提供更多由 Racket 编程者贡献的可下载的包。在线 Racket 文档 包含该目录中包的文档,每日更新。有关包的更多信息,请参见 (part ("(lib pkg/scribblings/pkg.scrbl)" "top"))

PLaneT 服务于使用旧包系统开发的包。Racket 包应使用较新的系统。