78 lines
2.1 KiB
Plaintext
78 lines
2.1 KiB
Plaintext
+ compiler:
|
|
|
|
- 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
|
|
- 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
|
|
- empty ifte: wrong input type.
|
|
|
|
+ oop:
|
|
|
|
- make see work with union, builtin, predicate
|
|
- doc comments of generics
|
|
- proper ordering for classes
|
|
- tuples: in/out syntax
|
|
- tuples: gracefully handle changing shape
|
|
- keep a list of getter/setter words
|
|
- default constructor
|
|
|
|
+ ffi:
|
|
|
|
- value type structs
|
|
- unicode strings
|
|
- out parameters
|
|
- figure out how to load an image referring to missing libraries
|
|
- is signed -vs- unsigned pointers an issue?
|
|
- bitfields in C structs
|
|
- SDL_Rect** type
|
|
- struct membres that are not *
|
|
- FFI float types
|
|
|
|
+ listener/plugin:
|
|
|
|
- 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
|
|
- faster completion
|
|
- NPE in ErrorHighlight
|
|
- maple-like: press enter at old commands to evaluate there
|
|
- completion in the listener
|
|
- special completion for USE:/IN:
|
|
- support USING:
|
|
- command to prettyprint word def at caret, or selection
|
|
|
|
+ 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-*
|
|
|
|
+ kernel:
|
|
|
|
- ppc register decls
|
|
- cat, reverse-cat primitives
|
|
|
|
+ misc:
|
|
|
|
- make-vector and make-string should not need a reverse step
|
|
- perhaps /i should work with all numbers
|
|
- jedit ==> jedit-word, jedit takes a file name
|
|
- browser responder for word links in HTTPd
|
|
- worddef props
|
|
- prettyprint: detect circular structure
|
|
- vectors: ensure its ok with bignum indices
|
|
|
|
+ httpd:
|
|
|
|
- log with date
|
|
- file responder; last-modified field
|