Search

Items tagged with: Uxn


I just merged a patch by @alex27 to #uxn #python uxnpy, "Add initial implementation of uxn repl":

git.sr.ht/~ismael-vc/uxnpy/com…

Thank you very much Aleph! I can't remember the last time I received a contribution to a project.

Please let me know if there is anything else you'd like me to expose from the core.

I'm working on more opcodes, but I'm thinking in making uxnslo.py have the same API so you may test a fully compliant implementation with the repl until I finish the latest implementation. :)


#uxn


This is how my #uxn core specification and reference implementations are looking, I think it looks pretty, easy to reason about, looks succint and describes each opcade in these terms, hopefully serving as a reference that would help create non naive implementations specially in dynamic languages for performance.

git.sr.ht/~ismael-vc/uxnpy/tre…

However I am open for positive feedback :)

This is how the Python reference implementation is looking like:

git.sr.ht/~ismael-vc/uxnpy/tre…

Hope you had a great day

#uxn