Chris Double
7c8e1f62b6
Added more details to tutorial of cont-responder
2004-11-24 00:58:19 +00:00
Chris Double
a5782d290e
fix 'usages.' usage in eval-responder. fix tutorial typo. update browser
...
and tutorial for new room word changes. updated browser to use room.
instead of room. remove form around live search field in eval-responder.
prevent enter key on eval-responder in live search field from failing.
removed double prompting of numbers game. removed vars-values usage and
replaced with hash>alist.
2004-11-22 22:07:17 +00:00
Chris Double
e3e434e649
Changes to cont-responder:
...
added start of a tutorial
added numbers game example
add cont-responder testing functions
minor refactoring of cont-responder
eval-responder now works again!
Changes to parser-combinators:
modify str-head and str-tail usage for their changed stack effects
2004-11-20 21:32:02 +00:00
Chris Double
bfd4b064a9
Remove cont-html.factor. It is replaced by html-tags.factor in the
...
library.
2004-11-16 03:03:55 +00:00
Chris Double
1ab4b8b905
replace string formatting with new make-string system and use html
...
instead of cont-html. remove cont-html.factor file as it is
supercontents of the html vocabulary in the standard library. remove
unneeded test function from todo example. removed requirement for
parser combinator library from todo cont-responder example.
2004-11-14 21:57:28 +00:00
Slava Pestov
7df4ae98d7
moving examples to examples/
2004-11-09 17:23:35 +00:00
Slava Pestov
fb798e97fa
a pile of bug fixes and improvements
2004-11-09 03:36:51 +00:00
Slava Pestov
166817bd45
add infix parser library
2004-11-04 04:37:08 +00:00
Slava Pestov
d347d20dbc
adding trace, step, stack inference to cvs, rearranging some stuff
2004-11-04 04:35:36 +00:00
Chris Double
bd7fc60d8e
refactor todo words as per slava's suggestions
2004-11-02 22:23:35 +00:00
Chris Double
7ec1111139
re-enable loading of todo example.
2004-11-02 01:11:30 +00:00
Chris Double
b98e4af5f0
Rewrite username validation in todo example to workaround current bug in
...
parser combinator library.
2004-11-02 01:10:35 +00:00
Chris Double
9efc607ffd
Get continuation responder and parser combinators working with recent
...
factor changes. Todo example is currently broken.
2004-11-02 00:02:33 +00:00
Slava Pestov
18305aaa95
minor fixes
2004-10-29 03:58:23 +00:00
Slava Pestov
17a6ef1eae
a few bug fixes
2004-10-28 03:13:00 +00:00
Slava Pestov
c92c56ce24
some cleanups and benchmarks
2004-10-28 01:21:31 +00:00
Slava Pestov
1aef8c48a0
start 0.68 by moving list-math to contrib and simplifying subset combinator
2004-10-18 05:37:46 +00:00
Slava Pestov
2f2db98791
new, graphical contrib/mandel.factor
2004-10-17 23:10:22 +00:00
Slava Pestov
96a5afc718
HSV>RGB color conversion, much other stuff
2004-10-12 01:40:12 +00:00
Slava Pestov
d401456f50
moved quadratic and simpson to contrib, fix some parse-number oddness
2004-10-10 18:28:56 +00:00
Slava Pestov
babd2b7494
doc updates
2004-09-27 00:16:02 +00:00
Chris Double
6a0d3fcedf
remove default-responders call which is no longer needed.
2004-09-08 03:51:20 +00:00
Chris Double
cb4c439646
Changes to get things working with the combinators and files vocab
...
changes.
2004-09-02 01:18:42 +00:00
Slava Pestov
a42442364a
fix mandel.factor
2004-08-27 03:11:46 +00:00
Chris Double
a7eee6e189
Fix for change from worddef>list to word-parameter.
...
Fix for moving arithmetic functions into math vocab.
2004-08-27 02:34:09 +00:00
Slava Pestov
8dcb356cff
fix some overflow issues
2004-08-27 02:21:17 +00:00
Slava Pestov
e8c112ac03
cleanup of mandel.factor
2004-08-27 00:13:44 +00:00
Slava Pestov
1dca03d0dc
mandelbrot fractal
2004-08-27 00:10:25 +00:00
Chris Double
c22b62215a
use character streams instead of binary streams in todo list.
...
get liveupdater working with native factor.
browser responder now works in native factor.
2004-08-23 20:22:57 +00:00
Chris Double
d99fce030f
get todo list working with native factor.
...
rewrote storage routines to not use run-file. Removed regular
expressions and use paser-combinators instead.
2004-08-23 20:21:49 +00:00
Slava Pestov
3712ae68e5
fix read line, and add read line regression tests
2004-08-23 01:56:06 +00:00
Chris Double
549e17a539
Add line endings to files.
2004-08-22 23:39:14 +00:00
Chris Double
846db119f6
Was logging the post alist before converting it to a string. Removed to
...
get things working with native factor. Various fixes to get things
loading in native factor.
2004-08-22 23:29:39 +00:00
Slava Pestov
5b24e99fc9
working on cfactor bootstrap
2004-08-20 22:48:08 +00:00
Slava Pestov
2fccd38742
add irc.factor to contrib
2004-08-20 06:43:06 +00:00
Chris Double
e363a194da
revert workaround for native factor problem now that it is fixed.
2004-08-20 00:12:23 +00:00
Chris Double
0ad8cb57d7
workaround for native factor bug in processing lists
2004-08-20 00:02:01 +00:00
Chris Double
2806da7eed
get things working with native factor.
2004-08-19 23:57:45 +00:00
Chris Double
50408f1bcc
Fix cont-html to work with new word defining words.
2004-08-19 23:46:14 +00:00
Chris Double
8623011d35
Fixes to get cont-responder working with latest httpd changes.
2004-08-19 23:33:58 +00:00
Chris Double
00c2d5f058
Changes to get things working with latest factor updates. Post requests
...
are currently broken.
2004-08-19 22:04:10 +00:00
Chris Double
7d583b43d1
Added more stuff to parser combinator documentation.
2004-08-16 23:14:51 +00:00
Chris Double
0c3fa9d74c
Added parser combinator and lazy evaluation library.
2004-08-15 23:23:47 +00:00
Chris Double
9f052b3c82
Some changes to get things working in native factor.
2004-08-08 05:29:01 +00:00
Chris Double
4a562eb0c9
cont-html is essentially rewritten to not use a quotation between the
...
opening and closing tags. This actually simplifies the code quite a bit.
The current downside is the the code using the tags is not pretty
printed very well (ie. no indenting).
2004-08-02 21:35:22 +00:00
Chris Double
62c349a356
made browser columns fixed width
2004-08-02 21:34:46 +00:00
Chris Double
82e1321e22
added width attribute
2004-08-02 21:34:21 +00:00
Chris Double
5973009ed1
label browser column headings
2004-08-02 21:33:58 +00:00
Chris Double
5503ce06ce
add ability to change todo password
2004-08-02 21:33:35 +00:00
Chris Double
df455b5de8
Added edit functionality and styling to todo application
2004-08-01 22:30:47 +00:00