]> gitweb.factorcode.org Git - factor.git/blob - TODO.FACTOR.txt
CHAR: notation for literal chars, native parser work
[factor.git] / TODO.FACTOR.txt
1 + native:\r
2 \r
3 - top level catch should be a continuation\r
4 - parsing: #\\r
5 - {...} vectors\r
6 - parsing should be parsing\r
7 - telnetd: listening on a socket\r
8 - apropos\r
9 - need hashtable inspection too\r
10 - describe-word\r
11 - clone-sbuf\r
12 - contains ==> contains?\r
13 - telnetd: send errors on socket\r
14 - partition, sort\r
15 - inspector: sort\r
16 \r
17 + interactive:\r
18 \r
19 - words. should output in a nicer form\r
20 - inspector links when describe called without object path\r
21 - 'cascading' styles\r
22 \r
23 + math:\r
24 \r
25 - FactorLib.equal() not very good\r
26 - IN: format base: work with all types of numbers\r
27 \r
28 + listener:\r
29 \r
30 - link style lingers\r
31 - back space then type: input style gone\r
32 - fedit broken with listener\r
33 - press enter in the middle of a line\r
34 - print-numbered-list\r
35 - new-listener shouldn't suspend continuation in current listener\r
36 \r
37 + compiler:\r
38 \r
39 - tail call optimization broken again\r
40 - don't compile inline words\r
41 - recursive words with code after ifte\r
42 - less unnecessary args to auxiliary methods\r
43 - inlining tail-recursive immediates\r
44 - direct stack access leaks memory on stack\r
45 - unnecessary local allocation: max is instance var, but several methods\r
46   get compiled.\r
47 \r
48 + misc:\r
49 \r
50 - error handling and threads\r
51 - should i -i inf -inf be parsing words?\r
52 - fix multithreading\r
53 - namespace clone drops static var bindings\r
54 - ditch map\r
55 - ditch expand\r
56 - set-object-path\r
57 - more readable traces\r
58 \r
59 + httpd:\r
60 \r
61 - httpd: don't flush so much\r
62 - log with date\r
63 - log user agent\r
64 - add a socket timeout\r
65 - if a directory is requested and URL does not end with /, redirect\r
66 - return more header fields, like Content-Length, Last-Modified, and so on\r
67 - HEAD request\r
68 - basic authentication, using httpdAuth function from a config file\r