Search
Items tagged with: Uxntal
#Uxntal has changed a little bit this week, macros can now be called using local scope bindings, think obj.macro_name()
It's a bit hard to explain in non-uxn terms, but it's as if an object's member could point to a macro that will be inlined where it's called. It's a little convenience, but it's comfy as hell, and I can't say I've ever came across this in the wild.
I've been working on a little something for the past few days, and it's finally usable 😁
![media-1]
introducing…. gopher.tal!
codeberg.org/notchoc/gopher.ta…
it's a lightweight (~3.2kb) gopher client that tries to be as unsurprising as possible
features:
- clickable and tab-focusable links
- keyboard scroll and screen resize
- support for gopher-search
- special port numbers (still gotta speak gopher)
would you be better off using w3m/bopher? probably
is this still a web browser written in assembly? hell yeah!
#gopher #uxn #uxntal #uxn-networking
A question that keeps coming back is how to apply a struct to a database in #uxntal.
Here's the little example I will be using in the upcoming docs 😀