Skip to content

Instantly share code, notes, and snippets.

@moenn
Last active October 17, 2018 08:00
Show Gist options
  • Save moenn/98a11b4999eee1e958627febde8095e4 to your computer and use it in GitHub Desktop.
Save moenn/98a11b4999eee1e958627febde8095e4 to your computer and use it in GitHub Desktop.
chez scheme 's sublime text build file
  1. Tools - Build System - New Build System,写入如下语句
{
    "cmd": ["scheme", "--script", "$file"],
    "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
}
  1. 新建一个包含 display 语句的文件,测试一下。
(display "hello")

在 windows 上可以使用

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment