People wouldn't generally see a link between programming and storytelling but if programming involves taking a user through a guided experience using code, it's fundamentally the same. At its core, programming would involve a colorless and purely logical experience. But it's still an experience. Graphics and sound would tend to make the storytelling process more evident.
In the case of game development, the storytelling process is probably clearest. But even where a programmer is just composing a sequence of commands to be repeated, potentially endlessly, that series of commands is nonetheless an experience. Optimization is likely the highest goal, to be the fastest and most efficient. So the experience they're crafting is one of ease for the end user. The end user wouldn't worry about their machine overheating due to inefficient code nor would they wait needlessly for the machine to complete its task.
We want to build a software that most empowers programmers to script stories. We know the end of our story is the creation of that software. We'll take great care to reconsider the means in working toward that end.
CSS is amazing, but the HTML DOM isn't. It's just so heavy. Maybe if JSON or some similar format could replace HTML/XML, it could be made lighter? Better, I think, would be to use a human readable format like Eno . It's as terse but much easier to read than JSON.
Comments
Post a Comment