Joe Groff
|
0a9d1b03a1
|
variables: typed vars, globals
|
2010-03-28 21:25:49 -07:00 |
Joe Groff
|
5f31860f18
|
"variables" vocab with uniform-access global, dynamic, and local vars
|
2010-03-28 19:27:34 -07:00 |
Joe Groff
|
f60bdb4cb1
|
remove old, unused 'vars' vocab
|
2010-03-28 19:26:24 -07:00 |
Daniel Ehrenberg
|
240c6819a9
|
Merge branch 'master' into conditional
|
2010-03-28 19:49:32 -04:00 |
Erik Charlebois
|
fcec127d2d
|
Debug rendering vocabulary
|
2010-03-27 14:31:24 -07:00 |
Erik Charlebois
|
532c2aa5ad
|
FFI structs for manipulating ELF objects.
|
2010-03-27 14:21:28 -07:00 |
Slava Pestov
|
88d0793946
|
spelling: John Benediktsson's port of Peter Norvig's spelling corrector
|
2010-03-27 06:25:47 -04:00 |
Joe Groff
|
d3767a7f27
|
Merge branch 'master' of factorcode.org:/git/factor
|
2010-03-26 20:09:38 -07:00 |
Joe Groff
|
dbebe044c9
|
cursors: -find iterator
|
2010-03-26 20:08:29 -07:00 |
Slava Pestov
|
63c7513e2d
|
websites.concatenative: fix stylesheet
|
2010-03-25 09:21:49 -04:00 |
Joe Groff
|
e0435f6261
|
cursors: typo in -into-growable-
|
2010-03-24 19:02:27 -07:00 |
Joe Groff
|
96d2b44f3e
|
cursors: push the -out- part from -map into -map-
|
2010-03-24 18:16:22 -07:00 |
Joe Groff
|
e0358219ad
|
cursors: some refactoring:
- rename -container- to -in-
- rename current -map- to -out-
- rename "pipe-cursor" to "map-cursor"
- have -map- and -map take the "to" cursor
|
2010-03-24 18:05:41 -07:00 |
Joe Groff
|
c70090bb83
|
cursors: -with- filter (e.g. foo H{ ... } [ ... ] assoc- -with- -each)
|
2010-03-24 17:02:10 -07:00 |
Joe Groff
|
c17eb80b90
|
cursors: generalized -ncontainer-
|
2010-03-24 16:41:52 -07:00 |
Joe Groff
|
56c89c0510
|
cursors: 2each, 2map-as, 2map, using zip-cursors
|
2010-03-24 15:26:50 -07:00 |
Joe Groff
|
98d81e71d7
|
cursors: fix load errors w/o auto-use
|
2010-03-24 14:37:01 -07:00 |
Joe Groff
|
7fe4a2b01f
|
cursors: finite-stream-cursors can act as containers over [self, end-of-stream)
|
2010-03-24 14:35:51 -07:00 |
Joe Groff
|
cd3bffee34
|
cursors: set up some "stream cursor" mixin and change pusher-cursor to use them
|
2010-03-24 13:04:14 -07:00 |
Joe Groff
|
ab148a85e0
|
proof of concept new "cursors" framework
|
2010-03-24 00:42:38 -07:00 |
Samuel Tardieu
|
b742df468b
|
Add BFS search algorithm
|
2010-03-23 10:46:48 +01:00 |
Samuel Tardieu
|
8e003bf239
|
Rename astar into path-finding
|
2010-03-23 10:46:48 +01:00 |
Joe Groff
|
4ad1f7d7d4
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-03-23 02:12:14 -07:00 |
Joe Groff
|
63bb6c4e42
|
gpu: add geometry shader support
|
2010-03-23 02:11:57 -07:00 |
Slava Pestov
|
522f28d5a5
|
webapps.planet: wrap feed updating within a with-logging form so that errors fetch-feed don't break everything. Previously if there was an error fetching a feed, the update task would just stop
|
2010-03-23 05:07:44 -04:00 |
Samuel Tardieu
|
f62d414bd1
|
Add some documentation precisions for astar
|
2010-03-23 09:30:48 +01:00 |
Samuel Tardieu
|
14d1da94bb
|
Use sets
|
2010-03-23 09:12:10 +01:00 |
Slava Pestov
|
76e1dc5c77
|
irc.gitbot: new nickname
|
2010-03-23 02:22:28 -04:00 |
Slava Pestov
|
3ffee52cad
|
irc.gitbot: fix USING:
|
2010-03-23 02:05:24 -04:00 |
Slava Pestov
|
bc174332d1
|
irc.gitbot: don't stop the alarm if running git throws an error
|
2010-03-23 01:55:50 -04:00 |
Daniel Ehrenberg
|
887c289c6c
|
Merge branch 'master' of git://factorcode.org/git/factor into conditional
|
2010-03-19 06:46:16 -04:00 |
Daniel Ehrenberg
|
eb060443db
|
Updating code to use require-when rather than vocab [ require ] when
|
2010-03-18 01:13:37 -04:00 |
Slava Pestov
|
aa4a9f8288
|
mason.test: fix outdated boot image check
|
2010-03-18 17:25:56 +13:00 |
Daniel Ehrenberg
|
1da6ea957a
|
Fixing bugs with sets, including adding new within and without words
|
2010-03-16 20:17:26 -04:00 |
Daniel Ehrenberg
|
512fe14e4e
|
Merge branch 'bags' of git://github.com/littledan/Factor
Conflicts:
basis/compiler/cfg/ssa/construction/tdmsc/tdmsc.factor
basis/furnace/auth/auth.factor
basis/stack-checker/backend/backend.factor
|
2010-03-16 13:28:00 -04:00 |
Samuel Tardieu
|
db106486f1
|
Also test the derivation variant of astar
|
2010-03-16 09:28:51 +01:00 |
Joe Groff
|
8687a7e283
|
Merge branch 'master' of git://factorcode.org/git/factor into row-polymorphism
|
2010-03-12 14:36:13 -08:00 |
Doug Coleman
|
2785399c7b
|
Add ARTICLE: and ABOUT: sections to astar docs
|
2010-03-12 04:36:43 -06:00 |
Slava Pestov
|
9c3b94519d
|
project-euler.206: reduce memory usage
|
2010-03-12 16:45:31 +13:00 |
Slava Pestov
|
e3fd22268e
|
mason.test: forget test definitions to free up code heap space and hopefully get builds to complete on PowerPC
|
2010-03-12 11:05:09 +13:00 |
Slava Pestov
|
f6511eb098
|
Merge branch 'master' of git://factorcode.org/git/factor into row-polymorphism
|
2010-03-11 22:10:24 +13:00 |
Slava Pestov
|
fd767b7d31
|
furnace.recaptcha: make it easier to use
|
2010-03-11 21:02:39 +13:00 |
Slava Pestov
|
0d0f1a92a8
|
websites.concatenative: add a recaptcha to the pastebin
|
2010-03-11 19:14:16 +13:00 |
Joe Groff
|
f24a74f66c
|
Merge branch 'master' into row-polymorphism
|
2010-03-10 11:48:41 -08:00 |
Joe Groff
|
18f3df9d4a
|
more help-lint
|
2010-03-09 21:02:43 -08:00 |
Joe Groff
|
e7968ceffc
|
mop up compiler errors from macosx load-all
|
2010-03-09 00:56:07 -08:00 |
Joe Groff
|
191ac353fd
|
generalize stack effects so we can bootstrap with the stricter stack effect checking
|
2010-03-08 23:38:10 -08:00 |
Joe Groff
|
0f8d77952b
|
Merge branch 'master' of git://factorcode.org/git/factor into row-polymorphism
|
2010-03-08 18:14:29 -08:00 |
Samuel Tardieu
|
1266383e4a
|
Use a subclassed tuple with methods instead of quotations
|
2010-03-08 20:29:24 +01:00 |
Samuel Tardieu
|
bda1c97d21
|
Project Euler : problem 265
|
2010-03-08 18:35:30 +01:00 |