Austin Henley
Austin Henley
Once the time step is fixed, polling will miss key presses because of sleeping.
When pulsing, the tiles grow to the right and down since the origin is the top left. This looks odd when you have a pulsing tile to the left of...
Remove the duplicated error handling and figure out a more idiomatic Go way.
Labels only work inside a single REPL iteration. This is because each iteration only has access to the current code. Works fine if you define and goto the label within...
Add a way to execute code from command line argument or file.
The last function call's value is supposed to be printed. This works fine for numbers, strings, and lists. However, it does not work for dictionaries. It prints `[Object object]` instead.
The "compiler" should... 1. Emit the JS function signature statically. Currently, we are trusting the LLM despite the parser already having all the info. 2. Execute the inputs from the...