-->
0 Members and 1 Guest are viewing this topic.
•Requires roughly 55 KB program memory •Initializes in 4KB RAM; print "hello world" needs 5KB; 8KB is the minimum recommended RAM. •Supports integers, floats, tuples, lists, dicts, functions, modules, classes, generators, decorators and closures •Supports 25 of 29 keywords and 89 of 112 bytecodes from Python 2.6 •Can run multiple stackless green threads (round-robin) •Has a mark-sweep garbage collector •Has a hosted interactive prompt for live coding •Licensed under the GNU GPL ver. 2
So theoretically, all I would have to do to make this run on a 68k is write some platform-specific routines for the 89 and get it to compile using GCC4TI.
This is a great idea, I've always wanted on-calc Python, I hope you can make it succeed EDIT: I now read the whole topic and see it's impossible, but I hope that eventually it will work
In my tests, p14p and Lua89 have proved to be fairly slow:* p14p: recursive Fibonacci with parameter 12 takes hundreds of milliseconds;