Someone suggested that I write a few extra examples to the #Uxn tutorial, so I've added a little dropdown that fills the REPL with various basic programs.
https://wiki.xxiivv.com/site/uxntal.html
Someone suggested that I write a few extra examples to the #Uxn tutorial, so I've added a little dropdown that fills the REPL with various basic programs. 10 comments
@wim_v12e Oh! Let me know if you need anything special for the class, I'd be happy to improve the repl, or make some extra examples :) @neauoire Thanks a lot! This is a computer architecture course, not a programming course. Uxntal is a great fit for this but I have to limit it to a subset. For example, I'm not going to teach them lambdas, much as I'd love to. @wim_v12e No no, these are good examples. The loop example has an anonymous jump ?{ } but no lambdas proper. Is the course going to be about how opcodes translate to machine instructions? @wim_v12e That's a good idea, I can think of a subset of uxntal with basic labels and opcode support that would be a fun exercise to write in python :) |
@neauoire oh that is very nice indeed :]