factor/TODO.FACTOR.txt

92 lines
2.5 KiB
Plaintext
Raw Normal View History

2004-10-27 23:13:00 -04:00
- add a socket timeout
- fix error postoning -- not all errors thrown by i/o code are
postponed
2004-10-27 21:21:31 -04:00
+ compiler/ffi:
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 *
- float types
2004-10-01 22:46:12 -04:00
- compile word twice; no more 'cannot compile' error!
2004-09-30 21:49:49 -04:00
- compiler: drop literal peephole optimization
- compiling when*
- compiling unless*
2004-09-30 21:49:49 -04:00
- getenv/setenv: if literal arg, compile as a load/store
- inline words
2004-09-24 23:22:44 -04:00
- perhaps /i should work with all numbers
2004-08-17 23:09:16 -04:00
+ docs:
- explain how log uses >polar and rect>
- simple i/o section
- unparse examples, and difference from prettyprint
- review doc formatting with latex2html
- recursion -vs- iteration in vectors chapter, and combinator
construction
2004-09-04 22:29:07 -04:00
- [, , ,] -- mention that , are usually in nested words
- finish namespaces docs
- mention word accessors/mutators
- to document:
continuations
streams
multitasking
unit testing
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
2004-10-27 21:21:31 -04:00
- accept multi-line input in listener
- don't show listener on certain commands
- NPE in ErrorHighlight
2004-09-01 21:04:16 -04:00
- some way to not have previous definitions from a source file
clutter the namespace
- use inferior.factor for everything not just listener
2004-08-22 16:04:55 -04:00
- fedit broken with listener
- maple-like: press enter at old commands to evaluate there
- completion in the listener
- special completion for USE:/IN:
- inspector links when describe called without object path
2004-08-06 02:51:32 -04:00
2004-10-27 21:21:31 -04:00
+ kernel:
2004-10-27 21:21:31 -04:00
- profiler is inaccurate: wrong word on cs
2004-08-21 02:55:37 -04:00
- better i/o scheduler
2004-10-27 21:21:31 -04:00
- >lower, >upper for strings
- don't rehash strings on every startup
2004-07-16 02:26:21 -04:00
+ misc:
2004-10-27 21:21:31 -04:00
- jedit ==> jedit-word, jedit takes a file name
- 'cascading' styles
2004-10-27 21:21:31 -04:00
- command line parsing cleanup
- nicer way to combine two paths
- alist -vs- assoc terminology
2004-07-16 02:26:21 -04:00
+ httpd:
2004-08-22 16:04:55 -04:00
- wiki responder:
- port to native
- text styles
2004-07-16 02:26:21 -04:00
- log with date
2004-09-01 21:04:16 -04:00
basic authentication, using httpdAuth function from a config file
- file responder; last-modified field
2004-10-27 21:21:31 -04:00
+ java factor is going away:
- compiled stack traces broken
- save classes to disk
- tail call optimization broken again
- don't compile inline words
- recursive words with code after ifte
- less unnecessary args to auxiliary methods
- inlining tail-recursive immediates
- direct stack access leaks memory on stack
- unnecessary local allocation: max is instance var, but several methods
get compiled.
- ditch expand
- when* compilation in jvm
- plugin should not exit jEdit on fatal errors
- java factor: equal numbers have non-equal hashcodes!
- FactorLib.equal() not very good