JavaX:

The Next Generation of Programming

THE IDEA

Today we program computers in a way that is hard—hard to learn, hard to maintain, complex and error-prone.

I propose to talk to computers in English instead.

Later, obviously, "English" will also mean "any language in the world".

THE PROCESS: STEP 1

Our basis is a suitable, well-developed, existing programming language: Java.

On top of Java, we build a simpler language which is much easier to learn and much closer to English already. I call this JavaX.

Here is a simple example of working JavaX code:

      showImage(singleImageFromWebcam());
  

This single line finds the webcam, loads appropriate libraries, grabs an image and shows it to you in a window. Simple as that. And we have 13,000 more functions like that.

In general, in JavaX you write 20 lines of code where users of other languages literally need 500. See example source codes.

THE PROCESS: STEP 2

Using JavaX, we now build speech processing functions so we can ultimately talk to the machine all day in spoken or written language.

We will express our thoughts, questions and instructions as we would to a human, and get proper responses from the machine.

WHAT YOU CAN DO TODAY

You can run JavaX on your computer today through a program called "Stefan's OS" which is compatible with Windows, Linux and Mac OS. Download links here.

All the code in it is open source (no secrets or spyware).

We have first demos of a speech-only user interface which you can also try through the OS.