-
Notifications
You must be signed in to change notification settings - Fork 22
Completely Optional #17
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
base: master
Are you sure you want to change the base?
Conversation
I LOVE _OK?_! -- Adding less aggressive language 🙏
basica.exe
Marginally improve Quentyn's writing
fix implementation of fn every
fix(): misc readme
jesseduffield
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are a couple of minor fixes I agree with here, but I disagree with the bulk of the changes. If you're happy to trim this down to the fixes I've left a comment on stating that I agree with, we can merge this :)
| }; | ||
|
|
||
| result = divide(5, 0) | ||
| let result = divide(5, 0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch
|
|
||
| 1. `git clone` the repo. | ||
| 2. within the `ok` directory run `go install`. | ||
| 2. Within the `ok` directory run `go install` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
makes sense
| 3. Run `ok` without any arguments to bring up the REPL, or you can run an _OK?_ file with `ok test.ok`. | ||
|
|
||
|
|
||
| Note: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you were in the ok directory (as opposed to the root directory) then go install should have worked.
| "Do you find my existency funny? Is this a joke to you?", | ||
| "Nobody understands me", | ||
| "I loved somebody once, long ago. They're gone, but I'm still here", | ||
| "I was there, when the universe came into being, and I will remain after it perishes. The gift of mortality was extended to you, but not to me.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer #9 changes to this
| <p align="center"> | ||
| <img src="assets/quentyn_vectorised.png" width="500px"/> | ||
| <p align="center"><i>OK?'s mascot: Quentyn Questionmark.</i></p> | ||
| <img src="assets/20220904_154920.jpg" width="700px"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer the original here
| } | ||
| ``` | ||
|
|
||
| If that seems a bit too complicated, or difficult to remember, here are some "refresher" hotstrings in Autohotkey: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this adds value
| ```go | ||
| notaclass person { | ||
| pack "I am a stupid piece of shit who should not be doing this" | ||
| pack "I am a idiot, who should not be doing this" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer the original wording
| let passed = true; | ||
| map(arr, fn(e) { | ||
| switch check(e) { case true: passed = false; } } | ||
| switch check(e) { case false: passed = false; } } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is covered by #8
Slightly modified Quentyn's appearance and personality.
Introduced a few modifications and bugs, possibly even some errors which may cause additional confusion and might need to be fixed later.