Open
Conversation
I LOVE _OK?_! -- Adding less aggressive language 🙏
basica.exe
Marginally improve Quentyn's writing
fix implementation of fn every
fix(): misc readme
jesseduffield
requested changes
Nov 12, 2022
Owner
jesseduffield
left a comment
There was a problem hiding this comment.
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) |
|
|
||
| 1. `git clone` the repo. | ||
| 2. within the `ok` directory run `go install`. | ||
| 2. Within the `ok` directory run `go install` |
| 3. Run `ok` without any arguments to bring up the REPL, or you can run an _OK?_ file with `ok test.ok`. | ||
|
|
||
|
|
||
| Note: |
Owner
There was a problem hiding this comment.
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.", |
| <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"/> |
Owner
There was a problem hiding this comment.
I prefer the original here
| } | ||
| ``` | ||
|
|
||
| If that seems a bit too complicated, or difficult to remember, here are some "refresher" hotstrings in Autohotkey: |
Owner
There was a problem hiding this comment.
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" |
Owner
There was a problem hiding this comment.
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; } } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.