🔮 Specifications
"Java++ is an esoteric programming language that mocks verbosity while preserving the code"
os_test.jpp
@USING::STD
@USING::POS
create.fullydirectory("/mnt/basic/Javapp/Loxe");
new.variables.create.stack my_cwd = oh.my.cwd();
print.consolewrite.puts(my_cwd);
quit.program.uwu(0);
functions.jpp
@USING::STD
new.function.script Test() {
@USING::STD
print.consolewrite.puts("Hello, Java++");
}
Test();
Test();
Test();
quit.program.uwu(0);
hello.jpp
@USING::STD
print.consolewrite.puts("Hello, world"!);
quit.program.uwu(0);
class.jpp
@USING::STD
__class__ Users in {
id: type.integer:
name: type.stringer:
};
quit.program.uwu(0);