source-academy / sicp

XML sources of SICP and SICP JS, and support for generating Interactive SICP JS, PDF, e-book and comparison editions

Home Page:https://sourceacademy.org/sicpjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

martin-henz opened this issue · comments

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:

const compressed = lzString.compressToEncodedURIComponent(

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