mit-scheme指南

  • Scheme supports init files:

    • your home directory
    • Under unix, the file is called .scheme.init;
  • .edwin under unix

  • `(print-gc-statistics)' shows how much heap and constant space is available

  • Note that MIT/GNU Scheme supports only long options

  • --edit This option causes Edwin to start immediately when Scheme is started.

  • The normal way to get out of an error REPL and back to the top level REPL is to use the C-g interrupt.

  • under REPL mode all command should be surround by parentheses

  • C-c q Similar to typing '(exit)' at the REPL, except that it works even if Scheme is running an evaluation, and does not request confirmation.
    C-c z Similar to typing `(quit)' at the REPL, except that it works even if Scheme is running an evaluation.

  • Scheme Mode. Scheme mode is normally entered automatically by visiting a file whose file name ends in `.scm'.

Paste_Image.png
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容