Let me revisit my hypothetical about designing hardware to reimplement a browser (like the ones I actually am implementing) & it's underlying OS upon.
https://adrian.geek.nz/docs/web-cpu-hypothetical.html
What sort of programming language would be ideal for implementing webpage layout in?
The language for parsing input is straightforward: I'd want something resembling YACC. May need some software optimization, but mostly I'd have cause to mostly do that in hardware as a "decoder" to bitmask-addressed microcode.
1/?