Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feedback from the Extempore compiler is not properly “echoed” (printed out) in Atom status-bar #17

Open
sbandx opened this issue May 30, 2018 · 1 comment

Comments

@sbandx
Copy link

sbandx commented May 30, 2018

Atom 1.27.1 x64
Extempore 0.7.0 Win !0
Started with:
extempore --device 3 --sharedir "E:/Coding/Extempore" --term cmd

I am evaluating (println "Hello, World!")
It prints in the server terminal (Windows cmd.exe) but not in status bar of the Atom editor.

Instead I see #t flash for a moment in the Atom status-bar and disappear

@sbandx sbandx changed the title feedback from the Extempore compiler is “echoed” (printed out) a #t in status-bar instead of correct output Feedback from the Extempore compiler is not properly “echoed” (printed out) in Atom status-bar May 30, 2018
@stellartux
Copy link

That is what println is supposed to do. The status bar displays the return value of whatever function you've called, so the status bar is displaying #t (true), i.e. that the message printed in the console correctly. To display on the status bar, evaluate ("Hello, World!").

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants