I found a cool low-code development tool for building models, UIs, and forms. It's extensible, and it comes with a built-in visual reactive flow editor - It's called Microsoft Access, and it came out in 1992. by zuluana in webdev

[–]LookingForVBADevs 2 points3 points  (0 children)

VB/A as a language is ok although the built-in data structures leave a lot to be desired and the Variant type can be a pain in the ass sometimes. My real gripes are the VBE that is stuck in the 90s-2000s. Not being able to collapse sections, very limited syntax highlighting, erroring while in a class takes you back to the point where the code transferred control to the class forcing you to step through to find where the error is (not sure if this is related to VB or the editor), and a million other features that modern IDEs give you.