ldct / isicp

Interactive Structure and Interpretation of Computer Programs
http://www.xuanji.li/isicp/
MIT License
1.16k stars 162 forks source link

Use submodule to manage dependency coding-js #42

Closed netheril96 closed 10 years ago

netheril96 commented 10 years ago

Use git submodule to manage code-js so that people can just call git submodule init && git submodule update to pull down the dependency and get a fully working local copy.

ldct commented 10 years ago

I've thought about doing it before and decided against using submodule.