@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?
Top-level
@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? 3 comments
@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 Yes, and that is very cool in Uxntal: you can seamlessly substitute the opcodes with numbers and it just works.
I will even have them write a toy assembler (in Python as that is all they know).