Y
Hacker News
new
|
ask
|
show
|
jobs
by
nyc_cyn
3949 days ago
Can't we make text-based programming visual with some IDE/plugins?
It would be interesting to drag functions around (and so forth) in blocks.
2 comments
gansai
3949 days ago
Some of the data flow representation software enables us to do this, I guess. From UML diagrams, we could create classes etc
link
sklogic
3948 days ago
This should be easy with the AST-based editors (such as JetBrains MPS).
link