Open Questions in Software Development

As a kid, growing up, it seemed like math was a solved problem. It'd be very hard to invent something new, because so much has already been done by others. You'd have to get to a very high level, before you could go somewhere where no one has gone before.

In software development, it feels like the opposite situation. There are so many basic things that are currently unsolved and not possible. But they can be made possible with just some effort spent on it.

Here are some open questions that I can think off the top of my head (using the Go language for context):

  • What is the name of a variable, at runtime? (Solved)
  • What is the source code of a function, at runtime? (Solved)
  • What are all the variables accessible within the current scope (where the caret is)?

I'll add more as I run into them.

Comments

to comment.