DEV Community

Discussion on: Should programming languages be made for IDEs rather than humans?

Collapse
 
mongoose1021 profile image
JT Booth

Finally, someone else who gets it! "Code as text" as a paradigm feels painfully outdated. It seems so obvious that we can do better. The comments here are a pretty good guide to what pitfalls we'd need to avoid:
don't be Scratch, interop with GitHub, find a way to leverage whatever the hell the vim power-user community is. Don't just be literate programming. It feels doable, though.

Have you ever tried the Lightbox IDE? It lets you put print statements in your code and see what they evaluate to on an example input inline, for multiple test cases, as you edit. It's a big step towards the feel of programming in a spreadsheet while using a real language.

Collapse
 
drbearhands profile image
DrBearhands

I haven't, sounds interesting!

Collapse
 
mongoose1021 profile image
JT Booth

And here I got the name wrong - it's Light Table, not Lightbox