1
0
mirror of https://github.com/quinton-ashley/java2js synced 2024-12-29 10:11:54 +01:00
Quinton Ashley e9c4dd302e 1.0.2
2021-09-23 19:56:21 -05:00
2021-09-23 19:56:21 -05:00
2021-09-23 19:56:21 -05:00
2021-09-23 19:56:21 -05:00
2021-09-23 19:56:21 -05:00
2021-09-23 01:41:44 -05:00
2021-09-23 19:56:21 -05:00
2021-09-23 01:41:44 -05:00

Java to Javascript for QuintOS

I've built on top of the "Java to Javascript" transpiler by @wyattades and got inspiration from the JRE implementation in "java2javascript" by @BobHanson and others.

The purpose of this project was to allow intro level CS students to write Java code but still use my QuintOS library which is web based instead of just having them run their programs in a Java console which is boring. I made a barebones JRE implementation in modern Javascript to acheive this.

Known limitations

  • casting to int requires putting the element being cast in parenthesis

  • no support for method overloading

Description
Converts Java to JavaScript with support for p5.js and QuintOS.
Readme 318 KiB
Languages
JavaScript 99.8%
HTML 0.2%