-
```
What steps will reproduce the problem?
1. Unpack the attached archive
2. Run the "test.sps" program so that it can load the libraries.
What is the expected output? What do you see instead?
The pr…
-
```
What steps will reproduce the problem?
1. Run the program:
(import (rnrs))
(let 'a 'b)
What is the expected output? What do you see instead?
The first lines of the output are:
Condition compon…
-
```
What steps will reproduce the problem?
1. Run the following program:
(import (rnrs)
(mosh ffi))
(define self (open-shared-library ""))
(define platform-malloc
(make-c-function self 'void* 'ma…
-
```
What steps will reproduce the problem?
1. At the REPL import the library (foreign databases sqlite sizeof) from
[1], making it possible for Mosh to find the prerequisite libraries.
[1]
What is …
-
```
What steps will reproduce the problem?
1. Unpack the attached archive "virtual-proof.tar.gz".
2. Run the program "prog.sps" twice.
What is the expected output? What do you see instead?
It should …
-
```
What steps will reproduce the problem?
(import (rnrs))
(define-record-type a
(sealed #t))
(define-record-type b
(parent a))
What is the expected output? What do you see instead?
On Ikarus,
…
-
```
What steps will reproduce the problem?
1. Create the program:
(import (rnrs))
(define-syntax check
(syntax-rules (=>)
((_ ?expr => ?expected-result)
(check ?expr (=> equal?) ?expected…
-
```
What steps will reproduce the problem?
1. Run the program:
(import (rnrs))
(raise-continuable (condition (make-who-condition 'io)))
(display 'here)
(newline)
What is the expected output? What do…
-
```
What steps will reproduce the problem?
(raise 1)
What is the expected output? What do you see instead?
On top-level:
Exception:
error in raise: unhandled exception has occurred
#
In REPL:
C…
-
```
What steps will reproduce the problem?
1. Run the following program:
(import (rnrs))
(define (f a)
(define b a)
#t)
(f 1)
or the following:
(import (rnrs))
(define (f a)
(letrec* ((b a))
…