Qs Moka 2.11: Java for 68k Calcs
Posted by Michael on 29 February 2004, 15:20 GMT
Frédéric Brown has released his Moka SDK for the 89, 92+, and Voyage 200. Moka is similar to Java and contains the same object-oriented design. The Moka SDK converts Java classes into a TIGCC C project that is assembled. There's also an introduction to using Moka and the SDK source code.
|
|
Reply to this article
|
The comments below are written by ticalc.org visitors. Their views are not necessarily those of ticalc.org, and ticalc.org takes no responsibility for their content.
|
|
Re: Qs Moka 2.11: Java for 68k Calcs
|
AndySoft
(Web Page)
|
I was thinking before that a JRE for the 83+ would be cool... A converter would also be about as effective since who would really want to javac on a calc? :D
Anyone interested in an 83+ version of something similar to this?
|
Reply to this comment
|
29 February 2004, 15:23 GMT
|
|
Re: Qs Moka 2.11: Java for 68k Calcs
|
AndySoft
(Web Page)
|
Hey I just noticed: On the file information page, it says it can't open the ZIP file. Is it just unable to open it on the server, or is it possibly a corrupt file? (I'd check for myself but I'm busy and have no real use for it at the moment.)
|
Reply to this comment
|
29 February 2004, 15:25 GMT
|
|
Re: Qs Moka 2.11: Java for 68k Calcs
|
Kevin Kofler
(Web Page)
|
Some clarifications for those who haven't followed the previous versions:
* This is _not_ a Java bytecode compiler and interpreter/VM, it is a Java->C converter. This means it generates fast programs, however you don't get Java benefits such as array overflow checking (unless you are willing to wait for it to be implemented in GCC and carrying over to TIGCC - overflow checking is not impossible in C) or defined overflow behavior (Java uses signed integers only, but makes wrapping overflow mandatory; C uses both signed and unsigned integers, and makes wrapping overflow mandatory for unsigned integers only, whereas overflowing behavior is completely undefined for signed integers).
* Unfortunately, it is shipped with some horrible-looking non-native dialog classes just like the original...
|
Reply to this comment
|
29 February 2004, 16:22 GMT
|
|
1 2 3
You can change the number of comments per page in Account Preferences.
|