factor/TODO.FACTOR.txt

86 lines
2.2 KiB
Plaintext
Raw Normal View History

+ ui:
- if gadgets are moved, added or deleted, update hand.
2005-02-07 10:24:03 -05:00
- keyboard focus
- keyboard gestures
- text fields
2005-02-07 13:14:55 -05:00
- finish check boxes
2004-12-19 19:36:10 -05:00
+ compiler:
2004-10-27 21:21:31 -04:00
- 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
- more accurate type inference in some cases
2004-12-24 02:52:02 -05:00
- optimize away dispatch
- goal: to compile hash* optimally
- type check/not-check entry points for compiled words
- getenv/setenv: if literal arg, compile as a load/store
2005-02-07 13:14:55 -05:00
- compile tuple dispatch
2004-12-02 22:44:36 -05:00
2004-12-13 19:16:33 -05:00
+ oop:
2004-12-29 18:01:23 -05:00
- make see work with union, builtin, predicate
2004-12-18 19:06:10 -05:00
- doc comments of generics
- proper ordering for classes
2005-02-02 19:50:13 -05:00
- tuples: gracefully handle changing shape
- keep a list of getter/setter words
- default constructor
2005-02-06 00:21:26 -05:00
- move tuple to generic vocab
2004-12-13 19:16:33 -05:00
2004-12-02 22:44:36 -05:00
+ ffi:
- value type structs
- unicode strings
- out parameters
2004-12-25 18:08:20 -05:00
- figure out how to load an image referring to missing libraries
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
2004-08-13 18:43:03 -04:00
+ listener/plugin:
2004-08-06 02:51:32 -04:00
2005-02-02 19:50:13 -05:00
- command to turn repl session into a source file
- update plugin docs
- extract word keeps indent
- word preview for remote words
- WordPreview calls markTokens() -> NPE
- listener should be multithreaded
2004-12-18 23:35:20 -05:00
- faster completion
- NPE in ErrorHighlight
2004-08-22 16:04:55 -04:00
- maple-like: press enter at old commands to evaluate there
- completion in the listener
- special completion for USE:/IN:
- support USING:
2005-01-31 14:02:09 -05:00
- command to prettyprint word def at caret, or selection
2004-08-06 02:51:32 -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
- rename f* words to stream-*
2004-10-27 21:21:31 -04:00
+ kernel:
- ppc register decls
- cat, reverse-cat primitives
2004-07-16 02:26:21 -04:00
+ misc:
- make-vector and make-string should not need a reverse step
2004-12-02 22:44:36 -05:00
- perhaps /i should work with all numbers
2004-10-27 21:21:31 -04:00
- jedit ==> jedit-word, jedit takes a file name
2004-12-24 02:52:02 -05:00
- browser responder for word links in HTTPd
- worddef props
- prettyprint: detect circular structure
- vectors: ensure its ok with bignum indices
2004-07-16 02:26:21 -04:00
+ httpd:
- log with date
2004-09-01 21:04:16 -04:00
- file responder; last-modified field