-
Notifications
You must be signed in to change notification settings - Fork 33
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
Problems with docs for libs #82
Comments
This is not intentional and this should not be the case (it is very likely that I just copy pasted the wrong url), Il send a PR soon to correct that.
Thanks for reporting this issue, we did not update the docs when we moved libs to dots/libs. I'm happy to hear that your enjoying Asciidots, and thank you very much for your support and issues ;) Could you develop what you mean by dots moving in real time ? Are you thinking of making the dots movement continuous ? That could be very pleasing to watch be a bit hard to do in a terminal :P Happy asciidoting ! |
Fixing links and typo in docs (Issue #82)
@ddorn, as you might have guessed, I was mostly joking. Seeing the multiple dots in some of the examples made me think of concurrent programming, whether multi-threaded or truly parallel. (Do they even make laptops without at least 2 cores, these days?) Given the grid the dots move over is, essentially, a shared state, it truly was mostly a joke. Maybe dots in a library sub-grid could be allowed to move independently, but coordination would still be a major challenge. Might be considered an optimization that could be disabled during debugging/visualization. Speaking of debugging, I've enjoyed using your AsciidotsDebugger. I recently wrote a solution for Project Euler #1 in AsciiDots. My first solution followed a fairly traditional Actually, if your math is good enough, Project Euler 1 can be solved with a calculator & no looping. I'm better at programming than math, so I usually prefer a loop or higher-order functions, especially for comparing different programming languages. BTW, I've added an alternate AsciiDots solution for the Rosetta Code FizzBuzz task. The old one was interesting, but also an infinite loop. Using Back to issues: Since last week, I've noticed a few other documentation errors or oddities. Rather than explaining each one here, would a PR be welcome? |
A PR would be very much appreciated! And thank you for writing code samples in AsciiDots; it's exciting to see it being used in the wild. |
Simplest issue is a typo in for_in_range.md: "firt" should be "first".
At the bottom of each lib doc, there's an URL for the source & one to create an issue. However each URL points to the ddorn fork. Is that intentional?
In any case, the source URLs are incorrect since libs/ is a subdir of dots/ and not in the main directory.
Thank you for AsciiDots. I've enjoyed Befunge for some years. AsciiDots is similar enough that I've got a good start, but different enough to be interesting. Next challenge would be for each dot to move independently in real time ... with synchronization, of course. :)
The text was updated successfully, but these errors were encountered: