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

Wrong loop keyword in LEARN.md, probably typo #203

Closed
mustiboost opened this issue Aug 6, 2022 · 3 comments
Closed

Wrong loop keyword in LEARN.md, probably typo #203

mustiboost opened this issue Aug 6, 2022 · 3 comments

Comments

@mustiboost
Copy link

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.

@rabbibotton
Copy link
Owner

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!!!

@mustiboost
Copy link
Author

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! :)

@rabbibotton
Copy link
Owner

rabbibotton commented Aug 7, 2022 via email

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