Java Training Wheels - Summary
This software is part of the GNU Project.
As proof of concept for J.T.W., a SUPERFOR macro is presented much
like for loops in the BASIC programming language.
Also as a second proof of concept, a file inclusion mechanism is
presented that behaves like the C Pre-Processor so that J.T.W. methods
can be placed in their own source files when these methods become
large and unwieldy.
The J.T.W. language also introduces BEGIN and END constructs, which
are simpler for novices to learn than Java's { ... } constructs. The
{ ... } construct is more suitable to advanced programmers like Lisp's
( ... ) construct. However novice programmers want all of the help
that the compiler can give them, which includes support for the BEGIN
... END constructs.
Also I have introduced new keywords: FUNCTION, METHOD, PROPERTY,
CONSTRUCTOR, CLASSVAR, VAR, THEN, ELSEIF, AND, OR, BEGINMAIN and
ENDMAIN.
Registration Date: Fri 15 Jul 2016 11:56:47 PM UTC
License: GNU General Public License v3 or later
Development Status: 3 - Alpha
- Browse open items
Submit a new item
Powered by Savane 3.13-269c.
Corresponding source code