Email or username:

Password:

Forgot your password?
Devil Lu Linvega

Spent all afternoon trying to implement closures in Uxntal, with an implementation budget of 0x20 bytes, and I couldn't get it done. I've tried both strategies, inline and jumping over, or collect and write at scope change. Both are more intricate than I'm willing to spend, but in different ways.

2 comments
William D. Jones

@neauoire The ~~Kolmogorov~~ 100 Rabbits Complexity of closures is over 32 bytes. Noted.

Helge Rausch

@neauoire I played around with closures here, to get a *spec style DSL working: github.com/tsujigiri/uxpec#usa
I didn't check, but it's very likely much more than 32 bytes, though... 😅

Go Up