Email or username:

Password:

Forgot your password?
Kiëd Llaentenn

Made the first release of Finwe, a high-level language for the Uxn VM (formerly Bureaucrat): github.com/kiedtl/finwe

I wanted to do more polishing before making a release, especially with regards to unit tests, but realized that if I waited it'd never happen in any capacity.

So, here it is.

3 comments
Kiëd Llaentenn

So, what's next?

I had wanted to create a Tcp device for Varvara for a while, so I'll probably do just that, and maybe work on a simple Gemini/IRC client to test it out. It'll give me another chance to work on Uxn GUIs.

Kiëd Llaentenn

I also have my roguelike to finish... or begin, rather :)

My strategy thus far has been to implement little bits and pieces until all the major "algorithms" are done, then create a very simple roguelike on top.

Thus far A* is done, while Bresenham, FOV, and map generation remains. Maybe I'll start with Bresenham next, and use that for the FOV. After the Network experiments, that is.

Ramsey Nasser

@unlkfp compiler enforced stack safety is something ive wondered about a lot and its *very* exciting to see a practical implementation!

Go Up