factor/TODO.FACTOR.txt

64 lines
1.6 KiB
Plaintext
Raw Normal View History

72/73:
- update plugin docs
- word preview for remote words
2005-02-16 23:24:35 -05:00
- faster completion
- [ [ dup call ] dup call ] infer hangs
- type inference fails with some assembler words;
displaced, register and other predicates need to inherit from list
not cons, and need stronger branch partial eval
- print warning on null class
2004-12-24 02:52:02 -05:00
- optimize away dispatch
2005-02-16 23:24:35 -05:00
- move tuple to generic vocab
- vectors: ensure its ok with bignum indices
- code gc
- ppc register decls
2004-12-02 22:44:36 -05:00
2005-02-16 23:24:35 -05:00
- #jump-f #jump-f-label
2005-02-16 21:54:36 -05:00
- extract word inside M:, C:, and structure browsing for these
- fix checkbox alignment
2005-02-18 20:37:01 -05:00
- each-slot combinator
2005-02-14 21:58:07 -05:00
- references primitive
2005-02-12 21:15:30 -05:00
- resize window: world not updated until mouse moved
- x>offset
- fix completion invoke in middle of word
- don't hardcode so many colors
- ffi unicode strings: null char security hole
- utf16 string boxing
2005-02-09 20:57:19 -05:00
- sdl console crash
2005-02-10 23:58:28 -05:00
- UI: don't roll over if mouse button is down
2005-02-17 16:10:35 -05:00
- more accurate types for various words
- optimize out >array, >tuple, >hashtable etc
2005-02-17 19:01:11 -05:00
- write read: write should flush
2004-12-13 19:16:33 -05:00
+ compiler/ffi:
2004-12-02 22:44:36 -05:00
- value type structs
- out parameters
2004-09-19 17:39:28 -04:00
- is signed -vs- unsigned pointers an issue?
- bitfields in C structs
- SDL_Rect** type
- struct membres that are not *
2004-11-11 21:00:28 -05:00
- FFI float types
2004-08-22 17:28:31 -04:00
+ i/o:
- stream server can hang because of exception handler limitations
- better i/o scheduler
- nicer way to combine two paths
- add a socket timeout
- unix ffi i/o
2004-10-27 21:21:31 -04:00
+ kernel:
- cat, reverse-cat primitives
- generational gc
- make see work with union, builtin, predicate
- doc comments of generics
- proper ordering for classes
- make-vector and make-string should not need a reverse step
- worddef props