You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will allow us to retire the folder src/interpreter and reduce the number of execution engines we need to support. To make the examples of 4.3.1 and 4.3.2 work, the repl module will come in handy.
Currently, Source §3 Non-Det is not working. Older version works. E.g. the first example in SICP JS 4.3 https://sourceacademy.nus.edu.sg/sicpjs/4.3.1
works without error (but with spacing issues). (currently deployment of SA@NUS of today)
martin-henz
changed the title
Implement Source §3 Non-Det using call-with-current-continuation
Replace Source §3 Non-Det in SICP JS by the interpreter from SICP JS 4.3.3
Apr 27, 2024
martin-henz
changed the title
Replace Source §3 Non-Det in SICP JS by the interpreter from SICP JS 4.3.3
Replace Source §3 Non-Det in SICP JS 4.3.1 and 4.3.2 by the interpreter from SICP JS 4.3.3
Apr 27, 2024
This will allow us to retire the folder
src/interpreter
and reduce the number of execution engines we need to support. To make the examples of 4.3.1 and 4.3.2 work, therepl
module will come in handy.Currently, Source §3 Non-Det is not working. Older version works. E.g. the first example in SICP JS 4.3
https://sourceacademy.nus.edu.sg/sicpjs/4.3.1
works without error (but with spacing issues). (currently deployment of SA@NUS of today)
The newest version in SA.org gives a runtime error:
https://share.sourceacademy.org/s9irv
gives:
This is regardless whether the
amb
operator is used.gives the same error. Source §3 Non-Det does not work at all, currently.
The text was updated successfully, but these errors were encountered: