factor/TODO.FACTOR.txt

109 lines
2.9 KiB
Plaintext
Raw Normal View History

2004-08-27 02:09:24 -04:00
don't crash on bad prim #
fixnum/string pseudo-type for error reporting
to_c_string allots too much
2004-08-25 02:00:52 -04:00
+ bignums:
- cached 0/-1/1 should be cross compiled in image
- bignum cross compiling
- move some s48_ functions into bignum.c
- remove unused functions
2004-08-25 20:51:19 -04:00
2004-08-27 02:09:24 -04:00
- add a socket timeout
- >lower, >upper for strings
- telnetd should use multitasking
- accept multi-line input in listener
2004-08-17 23:09:16 -04:00
+ docs:
2004-08-27 23:20:10 -04:00
- logic
- numbers game leaves extra on the stack
- examples of assoc usage
- unparse examples, and difference from prettyprint
- review doc formatting with latex2html
- recursion -vs- iteration in vectors chapter, and combinator
construction
- <% % %> and [, , ,] -- mention that % and , are usually in nested
words
- object identity and equality - eq? and =
- finish namespaces docs
- mention word accessors/mutators
- to document:
>r r> (earlier on?)
continuations
streams
multitasking
unit testing
2004-08-22 17:28:31 -04:00
2004-08-09 21:59:47 -04:00
+ tests:
- java factor: equal numbers have non-equal hashcodes!
- FactorLib.equal() not very good
2004-08-07 19:59:54 -04:00
- IN: format base: work with all types of numbers
2004-08-26 23:11:46 -04:00
- investigate mandel.factor
2004-08-06 02:51:32 -04:00
2004-08-13 18:43:03 -04:00
+ listener/plugin:
2004-08-06 02:51:32 -04:00
2004-08-23 18:46:46 -04:00
- plugin should not exit jEdit on fatal errors
- auto insert USE:
2004-08-22 16:04:55 -04:00
- balance needs USE:
- fedit broken with listener
- maple-like: press enter at old commands to evaluate there
- input style after clicking link
- plugin not unloaded
2004-08-17 23:09:16 -04:00
- listener backspace overzealous
- 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
+ native:
- eliminate usage of long long
2004-08-23 01:13:09 -04:00
- is the profiler using correct stack depth?
- read1
2004-08-21 02:55:37 -04:00
- sbuf-hashcode
- vector-hashcode
2004-08-20 21:26:25 -04:00
- irc: stack underflow?
2004-08-17 23:09:16 -04:00
- gc call in the middle of some ops might affect callstack
2004-08-21 02:55:37 -04:00
- better i/o scheduler
2004-07-16 02:26:21 -04:00
2004-08-13 18:43:03 -04:00
+ JVM compiler:
2004-07-16 02:26:21 -04:00
- compiled stack traces broken
- save classes to disk
2004-08-13 18:43:03 -04:00
- tail call optimization broken again
2004-07-16 02:26:21 -04:00
- 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.
+ misc:
- alist -vs- assoc terminology
- 'cascading' styles
- jedit ==> jedit-word, jedit takes a file name
- some way to run httpd from command line
2004-08-17 23:09:16 -04:00
- rethink strhead/strtail&co
2004-07-16 02:26:21 -04:00
- namespace clone drops static var bindings
- ditch expand
- set-object-path
+ httpd:
2004-08-23 20:44:58 -04:00
- quit responder breaks with multithreading
- 'default responder' for when we go to root
2004-08-17 23:09:16 -04:00
- file responder:
- port to native
- if a directory is requested and URL does not end with /, redirect
2004-08-22 16:04:55 -04:00
- wiki responder:
- port to native
- text styles
2004-08-16 20:42:30 -04:00
- if user clicks stop in browser, doesn't stop sending?
2004-07-16 02:26:21 -04:00
- log with date
- return more header fields, like Content-Length, Last-Modified, and so on
- HEAD request
- basic authentication, using httpdAuth function from a config file