N
N
NEupy2019-06-28 20:52:55
Lisp
NEupy, 2019-06-28 20:52:55

The .exe file does not open. What to do?

(require pict3d)
(combine
       (with-color    (rgba "red")
           (sphere   (pos 1 0 0)   1/10) )
       (with-color    (rgba "blue")
           (sphere   (pos 0 1 1)   1/10) )
       (for/list       ( [ t     (in-range   1/10  1  1/10) ] )
         (define  v   (pos-between    (pos 1 0 0)  (pos 0 1 1)  t) )
           (sphere  v  1/20) ) )

This code works correctly. Created two executables: Racket and GRacket. Both first launch an interactive Racket (Command Prompt) and close after a second. The result is not displayed. What to do?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question