Fix plugins with MSVC, thanks to Gulam Faruque.
[syx.git] / TODO
bloba9663841146afa820122dae589d67d8b926d2c32
1 Major:
2 1. Cover most of the standard
3 2. Fix and improve file/IO streams
4 3. Fix exception handling sequence
5 4. C layer for number operations
6 5. Create extra GC roots
7 6. Create examples and yet more documentation (under development)
9 Minor:
10 - Object inspecting
11 - Complete the SWIG module
13 Later:
14 - Add pool dictionaries
15 - Create a series of Smalltalk tests and benchmarks
16 - Create a syxcc command like perlcc, to create a standalone Syx application
18 Finally:
19 - Method inlining and polymorphic inline cache
20 - JIT
21 - Optional OS-threads scheduler, compatible with the current scheduler
22 - Implement another kind of hash probing
23 - Maybe add namespaces
25 - Other optimizations