Future of Coding

Principles

The goal of this project is to “make programming a medium for creative expression.”

The vision is to create a “Squarespace for apps”, or “a tool as powerful as JavaScript and as easy to use as Facebook”, or “a tool as easy to use as Scratch but with a really high ceiling.”

The following principles are key to accomplishing this goal:

Comprehensible

We need more than just access to an open source repository of files and folders. It currently takes hours to get familiar enough with a new codebase even to make a simple change. The organization of code needs to lend itself to comprehensiblilty.

The CycleJS devtools dataflow diagram does a good job of making a codebase quickly comprehensible:

Liberal

As r0ml says, the legal right to fork a codebase is not enough. What would be the value in having all of Facebook’s code up on Github? It wouldn’t allow us to modify the Facebook platform – we’d only be able to start a competing platform somewhere else.

We need a programming platform that makes it easy for end-users to modify apps in arbitrarily complex ways as they are running.

Imagine system where you can select a piece of text in a running app and change it’s properties, just like how you can with Inspect Element:

inspect3

When I show this to my students, they immediately want to know:

  1. Does this change for everyone?
  2. Is it saved for me?

Currently the answer to both questions is no, but we can imagine a system where would could answer with a tentative yes to the second question and an even more tentative yes to the first.

Together, comprehensibile and liberal software will enable software to be more decentralized and cheaper because it will drastically increase the number of people who can modify applications.

Powerful ways of thinking

There are powerful ways of thinking that can be embedded within programming, such as:

In Making JavaScript Learnable, I constrast how ProccessingJS and WoofJS enable thinking:

screenshot 2017-11-10 at 4 19 50 pm

Intuitive

While “easy as Facebook” mostly covers it, I want to make clear that it needs to be “learnable” in the Seymour Papert/Learnable Programming sense.

This means that you don’t have to take a class or watch a video to get started. You learn by doing, learn by building. As

Scratch is a perfect example of such an interface, both for its lack of syntax and for the way it represents types as shapes.

No Ceiling

While “as powerful as JavaScript” mostly covers it, I want to make clear that this system is not just for kids or just to learn how to code. As Bret says, “these are not training wheels.” One of the biggest challenges of this project will be convincing people that this is “real coding”, despite it not looking like what they imagine real coding to look like.

Emmanuel of Bubble.is says visual programming will be a slow revolution. Until you can point to something people already know about and say “that was built with this”, this is not “real coding.”