Aareon Sullivan

Results 79 comments of Aareon Sullivan

Neither one of those solutions are ACID compliant. I don’t think we want to use something that has a chance of losing data. It may be simpler, but does not...

That looks like a `pyproject.toml`. Afaik you can use `poetry install` if you have poetry installed. Hint: you should. `pip install poetry --user` Then do `poetry install`

You might be able to write one in Cub if Louis manages to add support for http clients to the language. Among other things, hopefully.

I'd like to think that the encoding choice here is left over from Python 2.7. I see no problem with changing this to `utf-8`.

By this I am assuming you will also implement an LL IR compiler in Aki as well?

I would suggest studying the LL IR that is currently being emitted and do your best to write an emitter that emits the same, or better, IR in Aki.

Sounds like you want console emulation inside what is likely a console emulator. I really hope you’re familiar with mucking about with the stdin/out buffers

From what I’ve seen, we’re missing a few features, such as `Color` and `Path`. SDL window-related constants need also be wrapped. My use case involves using PyUI on iOS (using...

This stinks.