Open fbellomi opened 10 years ago
I just noticed that the REPL has problems with some unicode chars, such as \u2026 (three points). As an example, if you load the Lamina library https://github.com/ztellman/lamina/wiki/Channels
and try this snippet:
(enqueue ch 1) << ... >>
in the Cursive repl you get: (enqueue ch 1) => <<
ie. the output is truncated at \u2026
Hmm, interesting - I wonder if this might be the terminal emulation. I'll see if I can reproduce this.
I just noticed that the REPL has problems with some unicode chars, such as \u2026 (three points). As an example, if you load the Lamina library https://github.com/ztellman/lamina/wiki/Channels
and try this snippet:
in the Cursive repl you get: (enqueue ch 1) => <<
ie. the output is truncated at \u2026