Chris Knott
Chris Knott
I mainly use Eel to make prototypes or personal/internal tools, where polish is not that important, but if you want to make a more professional looking app with HTML/JS frontend,...
At the very least use actual Electron instead of Chrome. This would allow for native right-click menus etc
When you are writing code, you are normally saying "OK, I'm here...", the "here" in this is both the cursor for editing the code _and_ the execution step in the...
Most algorithms will very quickly just become full lines of squares on every line. This needs to show more useful information at zoomed out scales. This is an engineering challenge...
Algojammer should be shipped as a completely standalone fork of CPython (or maybe Pypy...?). No fragile hacks, just save the appropriate bytecode instructions when they are executed in `ceval.c`. This...
Add mini pop up sheets (on mouseover, click to keep open) that show the values of variables directly on the editor. You shouldn't have to move your eyes off the...