Skip to content

Comment on Why and How to Start Your SICP Trek

Comments

The article recommends mit-scheme. Anyone know how to get that working as a Sublime Text build? From what I can tell, to invoke mit-scheme on a file, you redirect stdin, a la:

  mit-scheme < foo.scm
This doesn't play so nicely with the ST2 build system, which seems to assume the input will be simply be a filename arg. E.g., it's assuming you can do:
  mit-scheme foo.scm

Sorry, wish I could help, I've always run MIT-Scheme on Linux. If you figure it out, please leave commentary here, on the article, and/or send me link to your blog post w/ instructions, thanks.

Perhaps create a script that does just that?

#!/bin/sh

mit-scheme < $@

Well, that seems obvious in retrospect... ;) Yes, that works.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.