-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
Part 5: Control flow clogged #393
Comments
"Clogged." I like that. Henceforth whenever a CLOG application is "bugged" in any way, we should refer to it as a "clogged pipe." |
Thanks for the heads up. Will make a mental note. |
Is this a CLOG issue? It is a terminal buffering issue from what I see. CLOG is not perfect, I wrote it after a few months of learning CL but it is being used successfully as the GUI in embedded systems, computer applications and on the web. The CLOG has been my not realizing the need to market CLOG as a new category of API to insure it is not thought of as a web framework. I have been CLOGGED and have had a CLOG educational disorder dysfunction :) I am working on redoing my marketing soon. |
Not at all! I don't understand the issue's contents: I only thought the phrasing was an amusing pun. CLOG is a venerable piece of software. It reminds me of R's Shiny. |
"CLOG is a venerable piece of software. It reminds me of R's Shiny." The world is getting closer to GNOGA and CLOG, I hope have the time to work on the category branding in time to push: The best Embedded GUI platform - CLOG and Common Lisp :) |
When clicking, the printing doesn't seem to finish correctly, e.g. for this snippet:
Instead of
I get
(empty lines added for clarity)
Since I could not imagine that I found a bug in
progn
, I searched the web for a while and found a similar problem and answer.Adding
(finish-output)
to the function fixes the problem:The same applies to the next variation of
hello-private
:The text was updated successfully, but these errors were encountered: