Pass 3
Another scripting language.
So me and programming languages. Funny story. Every few years I reinvent my work in line-based interpreters. The current iteration of this is called pass3, and unlike Piki and Leaflet has a C-inspired syntax instead of a FORTRAN-inspired one; that is, all functions and statements use parenthetical notation, lines are terminated by semicolons, linebreaks are ignored, and curly braces are used for indicating blocks. Here's hello world:
$name Hello World;
echo("Hello, world!\n");
end;
Contrast this with the Piki and Leaflet hello worlds, which are identical:
;echo "Hello, world!" & chr(13) & chr(10);
Current pass3 applications
- Sappho
A rich text editing package.