2004-12-19 19:36:10 -05:00
|
|
|
+ compiler:
|
2004-10-27 21:21:31 -04:00
|
|
|
|
2005-01-10 23:08:27 -05: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
|
2005-01-10 23:08:27 -05:00
|
|
|
- goal: to compile hash* optimally
|
|
|
|
|
- type check/not-check entry points for compiled words
|
2004-11-11 16:45:55 -05:00
|
|
|
- getenv/setenv: if literal arg, compile as a load/store
|
2005-01-31 14:02:09 -05:00
|
|
|
- empty ifte: wrong input type.
|
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
|
2005-01-14 12:01:48 -05:00
|
|
|
- proper ordering for classes
|
2005-01-31 22:32:06 -05:00
|
|
|
- tuples: in/out syntax
|
2005-02-02 19:50:13 -05:00
|
|
|
- tuples: gracefully handle changing shape
|
|
|
|
|
- keep a list of getter/setter words
|
|
|
|
|
- default constructor
|
2004-12-13 19:16:33 -05:00
|
|
|
|
2004-12-02 22:44:36 -05:00
|
|
|
+ ffi:
|
|
|
|
|
|
2005-01-25 19:40:57 -05:00
|
|
|
- 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?
|
2004-10-13 23:06:40 -04:00
|
|
|
- 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
|
2005-01-10 23:08:27 -05:00
|
|
|
- update plugin docs
|
|
|
|
|
- extract word keeps indent
|
|
|
|
|
- word preview for remote words
|
2005-01-01 17:20:48 -05:00
|
|
|
- WordPreview calls markTokens() -> NPE
|
2004-12-29 03:35:46 -05:00
|
|
|
- listener should be multithreaded
|
2004-12-18 23:35:20 -05:00
|
|
|
- faster completion
|
2004-09-04 03:06:53 -04:00
|
|
|
- NPE in ErrorHighlight
|
2004-08-22 16:04:55 -04:00
|
|
|
- maple-like: press enter at old commands to evaluate there
|
2004-08-16 23:52:52 -04:00
|
|
|
- completion in the listener
|
|
|
|
|
- special completion for USE:/IN:
|
2005-01-29 16:39:30 -05:00
|
|
|
- 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
|
|
|
|
2005-01-10 23:08:27 -05: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:
|
2004-07-19 00:34:03 -04:00
|
|
|
|
2005-01-06 19:10:02 -05:00
|
|
|
- ppc register decls
|
2004-11-11 16:45:55 -05:00
|
|
|
- cat, reverse-cat primitives
|
2004-07-16 02:26:21 -04:00
|
|
|
|
|
|
|
|
+ misc:
|
|
|
|
|
|
2005-01-25 19:40:57 -05:00
|
|
|
- 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
|
2004-11-11 16:45:55 -05:00
|
|
|
- worddef props
|
2005-01-29 14:18:28 -05:00
|
|
|
- prettyprint: detect circular structure
|
2005-01-29 00:07:56 -05:00
|
|
|
- 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
|