Martin Henz

Results 101 comments of Martin Henz

* 3.2.4, page 220, exercise 3.11, function dispatch: ``` : "Unknown request: make_account"; ``` should be ``` : error(m, "Unknown request: make_account"); ``` to make more sense and to be...

* 2.2.1, page 90, typo in second line from top: ``` one at at time ``` should be ``` one at a time ``` Fixed in online edition; fix is...

* 2.1.3, page 80, line 5: ``` (an efficient implementation of pairs might use JavaScript’s primitive vector data structure) ``` should be ``` (an efficient implementation of pairs might use...

I agree and discussed with @samuelfangjw who is in charge of SICP JS in Source Academy. We have a perfect setup for a great search: a JSON representation containing text...

Regarding autocomplete, we could consider using this component: https://mui.com/components/autocomplete/

If every INDEX line translates to an object ``` { key: , search: , order: , display: , // following are optional open: , close: , footnote: , subindex: {...

I suggest we do this in phases. The first phase would be to get a vanilla index up, where we ignore subindex entries, open, close, and footnote. We would also...

Needed for https://github.com/source-academy/sicp/issues/99

I suggest we work on the __rendering__ of citations and references, first, to match the original textbook. The linking for the web edition should have lower priority (after book manuscript...

I don't see this happening any time soon.