rev 151 - trunk
SVN User <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mark Date: 2004-03-27 04:00:48 -0500 (Sat, 27 Mar 2004) New Revision: 151 Modified: trunk/status.txt Log: added idea section to status.txt Modified: trunk/status.txt =================================================================== --- trunk/status.txt 2004-03-27 08:47:20 UTC (rev 150) +++ trunk/status.txt 2004-03-27 09:00:48 UTC (rev 151) @@ -1,7 +1,19 @@ +---------------- Ideas to consider for inclusion ------------------------------ ----------------- features needed highest priority first ----------------------- +Python add-on C module adapter for Prothon +Check out Guido's regret list for Python + +add/replace int and float single decimal type with bounded precision and floating point. + http://www.python.org/peps/pep-0327.html + +Full unicode support like Java + +Syntax extension modifier + +----------------------- TO-DO (highest priority first) ------------------------ + --- need more test files to make releasing easier --- help() in interactive console()