2004-11-11 16:45:55 -05:00
|
|
|
+ inference/interpreter:
|
|
|
|
|
|
|
|
|
|
- : bin 5 [ 5 bin bin 5 ] [ 2drop ] ifte ;
|
|
|
|
|
- combinator inference
|
|
|
|
|
- generic/2generic inference
|
|
|
|
|
- type inference
|
2004-11-03 23:35:36 -05:00
|
|
|
- [ 2 2 . ] run fails
|
2004-11-11 16:45:55 -05:00
|
|
|
- some way to step over a word in the stepper
|
|
|
|
|
- step: print NEXT word to execute, not word that JUST executed
|
|
|
|
|
- cache stack effects
|
|
|
|
|
- once generic inference is done, can-compile is "has stack effect!"
|
2004-10-27 23:13:00 -04:00
|
|
|
|
2004-10-27 21:21:31 -04:00
|
|
|
+ compiler/ffi:
|
|
|
|
|
|
2004-11-11 16:45:55 -05:00
|
|
|
- compiling when*
|
|
|
|
|
- compiling each, etc.
|
|
|
|
|
- getenv/setenv: if literal arg, compile as a load/store
|
|
|
|
|
- inline words
|
|
|
|
|
- compiler: drop literal peephole optimization
|
2004-09-19 17:39:28 -04:00
|
|
|
- is signed -vs- unsigned pointers an issue?
|
2004-10-13 23:06:40 -04:00
|
|
|
- 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-24 23:22:44 -04:00
|
|
|
- perhaps /i should work with all numbers
|
2004-11-11 16:45:55 -05:00
|
|
|
- assembler opcodes dispatch on operand types
|
|
|
|
|
- lifting
|
|
|
|
|
- save code in image
|
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-11-08 22:36:51 -05:00
|
|
|
- extract word in wrong place
|
2004-11-06 21:03:35 -05:00
|
|
|
- twice in completion list
|
2004-10-27 21:21:31 -04:00
|
|
|
- accept multi-line input in listener
|
|
|
|
|
- don't show listener on certain commands
|
2004-09-04 03:06:53 -04:00
|
|
|
- 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
|
2004-08-16 23:52:52 -04:00
|
|
|
- completion in the listener
|
|
|
|
|
- special completion for USE:/IN:
|
2004-08-06 02:51:32 -04:00
|
|
|
|
2004-10-27 21:21:31 -04:00
|
|
|
+ kernel:
|
2004-07-19 00:34:03 -04:00
|
|
|
|
2004-11-08 22:36:51 -05:00
|
|
|
- save restore stacks between longjmp in case they are in registers
|
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-11-11 16:45:55 -05:00
|
|
|
- remove sbufs
|
|
|
|
|
- cat, reverse-cat primitives
|
|
|
|
|
- first-class hashtables
|
|
|
|
|
- hash words in stage 2 of bootstrap
|
|
|
|
|
- rewrite accessors and mutators in Factor, with slot/set-slot primitive
|
|
|
|
|
- replace -export-dynamic with sundry-xt
|
|
|
|
|
- add a socket timeout
|
2004-07-16 02:26:21 -04:00
|
|
|
|
|
|
|
|
+ misc:
|
|
|
|
|
|
2004-11-11 16:45:55 -05:00
|
|
|
- alist -vs- assoc terminology
|
2004-10-27 21:21:31 -04:00
|
|
|
- jedit ==> jedit-word, jedit takes a file name
|
2004-08-22 01:46:26 -04:00
|
|
|
- 'cascading' styles
|
2004-10-27 21:21:31 -04:00
|
|
|
- command line parsing cleanup
|
|
|
|
|
- nicer way to combine two paths
|
2004-11-11 16:45:55 -05:00
|
|
|
- :get &get
|
|
|
|
|
- namestack, catchstack lists
|
|
|
|
|
- OOP
|
|
|
|
|
- room. prints code heap size
|
|
|
|
|
- refactor sort
|
|
|
|
|
- ditch java factor
|
|
|
|
|
- ditch object paths
|
|
|
|
|
- browser responder for word links in HTTPd; inspect responder for
|
|
|
|
|
objects
|
|
|
|
|
- use keep instead of tuck, try to remove usages of transp
|
|
|
|
|
- worddef props
|
|
|
|
|
- prettyprint: when unparse called due to recursion, write a link
|
|
|
|
|
- prettyprinter should output {{ ... }} syntax for hashtables
|
|
|
|
|
- FORGET: and forget
|
2004-07-16 02:26:21 -04:00
|
|
|
|
|
|
|
|
+ httpd:
|
|
|
|
|
|
|
|
|
|
- log with date
|
2004-11-11 16:45:55 -05:00
|
|
|
- basic authentication, using httpdAuth function from a config file
|
2004-09-01 21:04:16 -04:00
|
|
|
- file responder; last-modified field
|