2005-04-07 18:54:02 -04:00
|
|
|
+ plugin:
|
|
|
|
|
|
2005-04-23 19:34:06 -04:00
|
|
|
- if external factor is down, don't add tons of random shit to the dictionary
|
2005-04-14 01:32:06 -04:00
|
|
|
- extract word: if selection empty, move caret to new word after
|
2005-04-07 18:54:02 -04:00
|
|
|
- introduce quotation command
|
|
|
|
|
- set 'end' of artifacts/assets accurately
|
2004-12-13 19:16:33 -05:00
|
|
|
|
2005-02-27 16:51:12 -05:00
|
|
|
+ ui:
|
|
|
|
|
|
2005-04-23 17:42:42 -04:00
|
|
|
- faster layout
|
|
|
|
|
- faster repaint
|
|
|
|
|
- console with presentations
|
2005-04-07 18:54:02 -04:00
|
|
|
- ui browser
|
|
|
|
|
- auto-updating inspector
|
2005-03-28 23:45:13 -05:00
|
|
|
- word preview for parsing words
|
2005-03-02 21:26:11 -05:00
|
|
|
- mouse enter onto overlapping with interior, but not child, gadget
|
2005-03-01 22:11:08 -05:00
|
|
|
- menu dragging
|
2005-02-27 16:51:12 -05:00
|
|
|
- fix up the min thumb size hack
|
2005-03-10 22:52:55 -05:00
|
|
|
- frame gap
|
2005-02-27 16:51:12 -05:00
|
|
|
|
2005-04-05 22:18:36 -04:00
|
|
|
+ ffi:
|
2004-12-02 22:44:36 -05:00
|
|
|
|
2005-04-22 20:09:46 -04:00
|
|
|
- char* struct members
|
2005-03-28 23:45:13 -05:00
|
|
|
- box/unbox_signed/unsigned_8
|
2005-02-27 16:54:09 -05:00
|
|
|
- ffi unicode strings: null char security hole
|
|
|
|
|
- utf16 string boxing
|
2005-03-29 20:34:29 -05:00
|
|
|
- value type structs
|
|
|
|
|
- out parameters
|
|
|
|
|
- bitfields in C structs
|
|
|
|
|
- SDL_Rect** type
|
2005-04-16 00:23:27 -04:00
|
|
|
- setting struct members that are not *
|
|
|
|
|
- char[14], etc members -- generalize char255
|
2005-03-29 20:34:29 -05:00
|
|
|
- FFI float types
|
|
|
|
|
|
2005-04-07 18:54:02 -04:00
|
|
|
+ compiler:
|
2005-03-29 20:34:29 -05:00
|
|
|
|
2005-04-15 22:28:37 -04:00
|
|
|
- alien primitives need a more general input type
|
2005-04-07 18:54:02 -04:00
|
|
|
- linux? bsd? words
|
2005-03-29 20:34:29 -05:00
|
|
|
- [ [ dup call ] dup call ] infer hangs
|
2005-02-25 17:25:40 -05:00
|
|
|
- more accurate types for various words
|
|
|
|
|
- declarations
|
|
|
|
|
- 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
|
|
|
|
|
- redo partial eval
|
|
|
|
|
- optimize away arithmetic dispatch
|
|
|
|
|
- dataflow optimizer needs eq not =
|
|
|
|
|
- the invalid recursion form case needs to be fixed, for inlines too
|
2005-02-22 23:07:47 -05:00
|
|
|
- #jump-f #jump-f-label
|
2005-03-23 22:49:40 -05:00
|
|
|
- re-introduce #target-label => #target optimization
|
2004-08-22 17:28:31 -04:00
|
|
|
|
2005-04-07 18:54:02 -04:00
|
|
|
+ sequences
|
|
|
|
|
|
2005-04-24 00:27:07 -04:00
|
|
|
- nappend: instead of using push, enlarge the sequence with set-length
|
|
|
|
|
then add set the elements with set-nth
|
|
|
|
|
- ensure-capacity: don't be generic
|
2005-04-17 21:59:11 -04:00
|
|
|
- vector's ensure-capacity will crash if not given fixnums!
|
2005-04-12 13:35:27 -04:00
|
|
|
- dipping seq-2nmap, seq-2each
|
|
|
|
|
- remove seq- prefixes
|
2005-04-07 18:54:02 -04:00
|
|
|
- generic each some? all? member? memq? all=? top
|
|
|
|
|
index? subseq?
|
2005-04-11 23:05:05 -04:00
|
|
|
- index and index* are very slow with lists
|
2005-04-12 13:35:27 -04:00
|
|
|
- list map, subset, project, append: not tail recursive
|
2005-04-15 22:28:37 -04:00
|
|
|
- phase out sbuf-append
|
|
|
|
|
- decide what to do with index-of
|
2005-04-12 13:35:27 -04:00
|
|
|
- GENERIC: map
|
|
|
|
|
- list impl same as now
|
2005-04-16 00:23:27 -04:00
|
|
|
- move >list to lists
|
2005-04-07 18:54:02 -04:00
|
|
|
|
2004-10-27 21:21:31 -04:00
|
|
|
+ kernel:
|
2004-07-19 00:34:03 -04:00
|
|
|
|
2005-04-23 19:34:06 -04:00
|
|
|
- get all-tests to run with -no-compile
|
2005-04-23 17:42:42 -04:00
|
|
|
- powerpc has weird callstack residue
|
|
|
|
|
- .factor-rc loading errors are not reported properly
|
2005-04-12 13:35:27 -04:00
|
|
|
- instances: do not use make-list
|
2005-04-11 23:05:05 -04:00
|
|
|
- unions containing tuples do not work properly
|
|
|
|
|
- need G: combinations
|
2005-04-07 18:54:02 -04:00
|
|
|
- method doc strings
|
2005-04-05 22:18:36 -04:00
|
|
|
- code walker & exceptions
|
2005-04-02 02:52:27 -05:00
|
|
|
- string sub-primitives
|
2005-03-28 23:45:13 -05:00
|
|
|
- clean up metaclasses
|
2005-03-23 22:49:40 -05:00
|
|
|
- condition system with restarts
|
|
|
|
|
- nicer way to combine two paths
|
2005-02-19 23:25:21 -05:00
|
|
|
- vectors: ensure its ok with bignum indices
|
2005-02-27 16:54:09 -05:00
|
|
|
- code gc
|
2005-02-08 22:02:44 -05:00
|
|
|
- generational gc
|
|
|
|
|
- doc comments of generics
|
|
|
|
|
- proper ordering for classes
|
2005-04-24 23:02:19 -04:00
|
|
|
- M: object should not inhibit delegation
|
2005-03-21 20:53:26 -05:00
|
|
|
|
2005-04-23 17:42:42 -04:00
|
|
|
+ i/o:
|
|
|
|
|
|
2005-04-25 03:33:33 -04:00
|
|
|
- 0 read broken
|
2005-04-23 19:34:06 -04:00
|
|
|
- review errno
|
2005-04-23 17:42:42 -04:00
|
|
|
- separate words for writing characters and strings
|
|
|
|
|
- perhaps:
|
|
|
|
|
GENERIC: set-style ( style stream -- )
|
|
|
|
|
GENERIC: stream-write
|
|
|
|
|
GENERIC: stream-write-char
|
2005-04-24 23:02:19 -04:00
|
|
|
- mac os x ffi
|
2005-04-23 17:42:42 -04:00
|
|
|
- stream server can hang because of exception handler limitations
|
|
|
|
|
- better i/o scheduler
|
|
|
|
|
- add a socket timeout
|
|
|
|
|
- renumber types appopriately
|
|
|
|
|
- linux? freebsd? words, linux i/o stuff
|
|
|
|
|
- implement fcopy
|
|
|
|
|
- unify unparse and prettyprint
|
|
|
|
|
|
2005-04-05 22:18:36 -04:00
|
|
|
+ nice to have libraries:
|
|
|
|
|
|
|
|
|
|
- regexps
|
|
|
|
|
- XML
|
|
|
|
|
- HTTP client
|
|
|
|
|
- real Unicode support (strings are already 16 bits and can be extended
|
|
|
|
|
to 21 if the need arises, but we need full character classification
|
|
|
|
|
predicates, comparison, case conversion, sorting...)
|
|
|
|
|
- full Win32 binding
|
|
|
|
|
- Cairo binding
|
|
|
|
|
|
|
|
|
|
+ httpd:
|
|
|
|
|
|
|
|
|
|
- virtual hosts
|
|
|
|
|
- keep alive
|
2005-04-14 01:32:06 -04:00
|
|
|
|
|
|
|
|
+ matrix lib:
|
|
|
|
|
|
|
|
|
|
- scalar * matrix, vector * matrix, matrix * vector need to work
|
|
|
|
|
- turning vectors into row and column matrices
|
|
|
|
|
- make-matrix is slow and ugly
|
|
|
|
|
- move 2repeat somewhere else
|