Zach Oakes

Results 197 comments of Zach Oakes

I'll consider CC0, but I have avoided it thus far because I didn't want to accommodate broken legal systems (I consider lack of public domain as broken FWIW). Nonetheless on...

Howdy, I haven't forgotten this issue, I just need to set up a linux VM to test it out. Chances are there is something wrong with JavaFX as usual. If...

Should be fine as long as you have the openjfx package installed, but I'll need to try the latest ubuntu to see what the problem is.

I just released 2.7.0 which uses JavaFX 11. Please try it out and let me know if it works for you now: https://github.com/oakes/Nightcode/releases/tag/2.7.0

Weird, this must be a KDE specific problem then. Here's what it looks like in my ubuntu 18.10 vm:

Do you mean that you are running the `read-line` function in the REPL and it is just reading characters from whatever file you have open?

I'll take a look at this, thank you for pointing it out.

Is this only happening in the most recent release?

Does this happen in large files or all files? Nightcode's editor runs in a webview so it certainly can be slow, but I've only experienced that in large files.

The slowness is not really from parinfer. The editor is slow for two reasons: 1. I use tools.reader to parse the code and apply syntax highlighting (among other features) via...