source-academy / sicp

XML sources of SICP and SICP JS, and support for generating Interactive SICP JS, PDF, e-book and comparison editions
https://sourceacademy.org/sicpjs
Creative Commons Attribution Share Alike 4.0 International
905 stars 120 forks source link

Interactive SICP JS: should make use of folder mode in chapter 4 and 5 #881

Open martin-henz opened 1 year ago

martin-henz commented 1 year ago

It would be nice to organize the programs in SICP JS chapter 4 and 5 into folders, using the new folder mode of Source Academy. For that, we'd need to look at the URL encoding: https://github.com/source-academy/sicp/blob/269071fc4605787c8615e5a07431feefc756889d/javascript/processingFunctions/processSnippetJson.js#L216

martin-henz commented 1 year ago

We would need to design an XML format for multi-file snippets.