-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
Wrong loop keyword in LEARN.md, probably typo #203
Comments
fixed. Thanks! I plan on redoing at some point and will for sure try to use a better format, maybe as you say. or adding section and subsection number or the like. Thanks!!! |
No problem at all! I had noticed some other issues a few weeks/months ago when I browsed through your various documents, but failed to write it all down. I may go through your documents again specifically for the purpose of documenting such issues in the future. I'll let you know about it here of course. :) I love what you're doing, and want to get involved more in the future. I am actually in the process of wrapping webview.h at https://github.com/webview/webview, and I figured out how to make the lisp bindings work (and create executables) for windows and linux (mac is a different story...cocoa does not play nice with it not being in the main thread, so need to figure that out), but it's still in its early stages. I specifically thought about wrapping webview.h so that we can have an easy way of having self-contained CLOG desktop executables that work independently from a browser...without having to resort to electron/ceramic. Love what you're doing, keep up the good work! :) |
Fantastic!
…On Sun, Aug 7, 2022 at 3:32 PM mustiboost ***@***.***> wrote:
No problem at all! I had noticed some other issues a few weeks/months ago
when I browsed through your various documents, but failed to write it all
down. I may go through your documents again specifically for the purpose of
documenting such issues in the future. I'll let you know about it here of
course. :)
I love what you're doing, and want to get involved more in the future. I
am actually in the process of wrapping webview.h at
https://github.com/webview/webview, and I figured out how to make the
lisp bindings work (and create executables) for windows and linux (mac is a
different story...cocoa does not play nice with it not being in the main
thread, so need to figure that out), but it's still in its early stages. I
specifically thought about wrapping webview.h so that we can have an easy
way of having self-contained CLOG desktop executables that work
independently from a browser...without having to resort to electron/ceramic.
Love what you're doing, keep up the good work! :)
—
Reply to this email directly, view it on GitHub
<#203 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACYUEFNOKT3XCQMERQBI2VDVYAFOPANCNFSM55ZEWDZA>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Hi David,
In Chapter 8 on page 2 it says:
"for N from 1 to 5 step 2"
There is no for keyword called "step". Did you mean to write:
"for N from 1 to 5 by 2 ; step 2"
?
Also, it might be helpful to paginate the documents so we can refer to them by page number in the future when discussing issues or if someone wants to quote something from your documents.
The text was updated successfully, but these errors were encountered: