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: First C programs released for TI-84+CE
|
KermMartian
(Web Page)
|
Just to pick nits, it's an online interface to Zilog's own compiler running on a server, not strictly a new (or online compiler). That methodology is distinct from (say) emSPASM-ng in SourceCoder 3, which is the assembler cross-compiled from source to Javascript and running directly in the browser. :)
|
Reply to this comment
|
19 November 2015, 20:06 GMT
|
|
Re: First C programs released for TI-84+CE
|
Lionel Debroux
(Web Page)
|
The online editor and front-end to the C compiler is coming along nicely. We're trying to find a balance between "release raw tools too early" and "implement everything we've thought about before a release", both of which are pitfalls to be avoided :)
We hope to open public beta-testing by the end of next week.
In order to reduce development time for possible future features, the design supports multi-file projects, multiple types of projects, and permissions, although a subset of that is currently implemented.
We believe that this kind of development tools aiming at a community of developers should be released as open source software, except for the parts directly tied into website infrastructure, of course. Making community-developed closed-source / proprietary tools, e.g. IDEs and emulators (both online and offline), is a mindset of the past, and is toxic to the community.
We'd all wish that there be a modern open source cross-compiler for the Z80 and eZ80 with good C language support, but that's beyond anyone's free time budget. Anyway, the generated code would be lackluster, as those ISAs are poorly suited to C programming (eZ80 somewhat less so).
|
Reply to this comment
|
21 November 2015, 08:36 GMT
|
|
|