Kartik Agaram
Kartik Agaram
Wow! Good find.
Interesting. [Wikipedia](https://en.wikipedia.org/wiki/Arc_(programming_language)) links to [this broken link](http://halogen.note.amherst.edu/~jdtang/arclite) ([via](https://www.theregister.com/2008/02/07/lisp_arc_challenge)) Internet archive has [a snapshot of the page](http://web.archive.org/web/20080208065138/http://halogen.note.amherst.edu/~jdtang/arclite).
(I've never seen this before, somehow.)
How does this look?
Yeah, I'm not attached to it. Feel free to suggest something. Do you want it to be more explicit? Basically my thinking/preference was the commands are already saying what to...
One more piece of the puzzle: it looks like calls to `love.window.setMode` reliably cause LÖVE on iOS to stop triggering `love.textinput` events. Combined with the rest of this issue above,...
I'll let @SugarRayLua answer that, but FYI we're currently enabling text input in `love.keypressed` rather than `love.update`.
> The text input field in iOS is part of the window, so it makes sense that it wouldn't stay around longer than the window if it's destroyed via `setMode`....
@chrisbra: I didn't follow your comment. g function? You mean like `:g//`? I don't see how I'd use that in this situation. Please elaborate? @tpope: this problem exists even outside...
https://github.com/oridb/mc#build > If you are building from development then issue `make bootstrap` after the call to `./configure`. https://myrlang.org > When running from git, you may need to first run `make...