chicken-spock question
Nathan Thern via Chicken-users <[email protected]> Thu, 26 Mar 2026 22:40:44 -0500
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <CALEg2urMaMJGSnwyYa2JyBqe-guA2CZUVUYWiX5wqiZD-H+9LQ@mail.gmail.com> |
Greetings - I have a one-line file called test.scm with contents: (write-char #\*) At the command line I get: user@computer:~/tmp$ csi -qb sfib_do2.scm *user@computer:~/tmp$ user@computer:~/tmp$ chicken-spock -runtime test.scm -o test.js user@computer:~/tmp$ node test.js * user@computer:~/tmp$ Why the newline after the "*" when I run test.js? Is there any to suppress it? regards, NT