Tuesday, December 11, 2018

Default is a brilliant language

Designed to own a market niche.  It is the language you use when first starting up, or doing simple light weight stuff. The developer throws in the 400 lines of code, into the app, for start up of the app. You get capability of loop and bracket and arithmetic and integer variables and string variables. It has the universal linux bus interface, version 2.0 compatibility, it is full duplex.  Anyone can cutnpaste it as needed. Default , it is like the boot language. Just define it as a very limited abstraction of c, likely the while loop, it has less noncormformal grammar. Add brackets, and likely parenths (I have them).

Uses a shunting algorithm, expected to be scripted, compiled, or turned into a mechanical typewriter by ncurses.

Xchars optional, but Xchars is another, you cannot get more minimal than outstr(str,x,y); as the main API. If no Xchars, then default to a 30 line version in a local console with printline. Everything on start up is compatible with a 2D char screen and only a sufficient syntax in the language. If your dog eats your source code, you can create this system from memory; purposefully simple and self contained, tiny, runs on raw processor.

No comments: