Commit Graph

9560 Commits (f55c5d1bd0fbda4fc00685b4ca439f04ff450977)

Author SHA1 Message Date
Eduardo Cavazos 26d7c1cac0 Merge branch 'master' of http://factorcode.org/git/factor 2008-11-29 12:21:21 -06:00
Doug Coleman 3da7ca59b0 fix summary 2008-11-29 12:19:08 -06:00
Doug Coleman cf325ac1af summary file was empty 2008-11-29 12:18:41 -06:00
Doug Coleman 829c379c49 remove >r r> 2008-11-29 12:18:28 -06:00
Doug Coleman 9d5732671d remove >r r> 2008-11-29 12:18:09 -06:00
Eduardo Cavazos 1ea8d6c770 boids: Use flatland 2008-11-29 12:11:49 -06:00
Eduardo Cavazos d9f8ecbbe5 pong: pong-o-rama 2008-11-29 12:10:55 -06:00
Eduardo Cavazos 1222fdf55b flatland: Library for two dimensional worlds 2008-11-29 12:10:06 -06:00
Eduardo Cavazos 536b412d2e multi-method-syntax: Nicer specializer syntax to hold me over till multi-methods are official 2008-11-29 12:08:20 -06:00
Eduardo Cavazos 14d00b3e83 combinators.cleave.enhanced: Cleavers and spreaders which accept words 2008-11-29 12:07:35 -06:00
Slava Pestov 8672f0d637 Add fast-path for <float-array> on 2 and 3 arguments 2008-11-29 12:05:42 -06:00
Slava Pestov b80e82b170 Use specializer hints when inlining words 2008-11-29 12:05:27 -06:00
Slava Pestov 09c6d97fea HINTS: now supports literals; they're tested with eq? 2008-11-29 12:03:56 -06:00
Doug Coleman 1ba6eee2c0 DECIMAL: 23 did not parse. remove >r, add symbol for currency 2008-11-29 12:03:07 -06:00
Slava Pestov 62faf57fd9 Clarify docs 2008-11-29 11:39:57 -06:00
Slava Pestov 1f6222ef40 Add a main word 2008-11-29 10:39:28 -06:00
Slava Pestov ef0ea005da New benchmark: nbody from shootout 2008-11-29 10:38:55 -06:00
Slava Pestov f675223873 Minor optimization in unclip-slice 2008-11-29 10:38:43 -06:00
Slava Pestov cbf392c889 Use new distance word 2008-11-29 10:38:27 -06:00
Slava Pestov 5bc173b9cf Better hints for float array operations 2008-11-29 10:19:35 -06:00
Slava Pestov f79041545a New distance word in math.vectors, replaces distance in math.points, more efficient 2008-11-29 10:19:23 -06:00
Slava Pestov 84c5cf2ff6 Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor 2008-11-29 08:52:30 -06:00
Jose A. Ortega Ruiz 5ca847c326 Emacs factor mode: cycle between source, tests and docs factor files. 2008-11-29 15:45:00 +01:00
Doug Coleman 6756613b29 Merge branch 'master' of git://factorcode.org/git/factor 2008-11-29 05:20:09 -06:00
Slava Pestov f72f9a8f45 Add required methods 2008-11-29 04:59:29 -06:00
Slava Pestov 52f1ff3a95 Fix conflict 2008-11-29 04:23:23 -06:00
Slava Pestov 87d00d8012 Clean up 2008-11-29 04:14:30 -06:00
Slava Pestov 2798de019a Faster <range> 2008-11-29 04:09:16 -06:00
Slava Pestov 24b8bc5a4f Clean up and shorten partial-sums; tweak it to not use float-mod 2008-11-29 03:50:17 -06:00
Slava Pestov e1578b5848 Tweak math.functions to inline better 2008-11-29 03:49:24 -06:00
Slava Pestov 86d45262dc Add toutput ype propagation for #alien-invoke and #alien-indirect nodes 2008-11-29 03:47:38 -06:00
Slava Pestov 1c0789e616 Didn't generate ##branch after ##alien-invoke and ##alien-indirect 2008-11-29 03:46:57 -06:00
Slava Pestov 02a2752fa5 Add 'class' slot to c-types 2008-11-29 03:45:34 -06:00
Doug Coleman 460ce6ec93 more private words 2008-11-29 02:39:41 -06:00
Doug Coleman eb7a344e00 add tests for multipart. it's mostly finished, just needs some cleanups and integration with the web server 2008-11-29 02:38:27 -06:00
Doug Coleman b9432c3d01 Merge branch 'master' of git://factorcode.org/git/factor 2008-11-29 00:48:09 -06:00
Doug Coleman bc60af6187 Merge branch 'master' of git://factorcode.org/git/factor 2008-11-29 00:45:43 -06:00
sheeple 26c002d23f Fix fixnum* problem; result was shifted to the right by 3 bits if both input registers were equal 2008-11-29 00:44:46 -06:00
Doug Coleman 3e59cca630 use math.bitwise here, add a couple tests 2008-11-29 00:44:39 -06:00
Doug Coleman 5b3e01f20a hexdump should only work on byte-arrays 2008-11-29 00:42:15 -06:00
Slava Pestov c43690a8fb Didn't pass help lint because of obsolete example 2008-11-29 00:37:46 -06:00
Slava Pestov a0a72f19f4 Clean up tools.annotations a little 2008-11-29 00:37:37 -06:00
Doug Coleman a4860c3173 add toggle-bit word to math.bitwise 2008-11-29 00:37:36 -06:00
Slava Pestov 265e57e21a Fix optimized. to literalize words when printing #push nodes 2008-11-29 00:37:26 -06:00
Slava Pestov c1d249afb2 Add unit test 2008-11-29 00:37:07 -06:00
Slava Pestov 67471dedac Forgot to emit a ##branch after ##fixnum-{add,sub,mul} ops; tools.annotations test faild 2008-11-29 00:36:43 -06:00
Doug Coleman 9d03a591cf trivial doc for error-stream 2008-11-29 00:35:50 -06:00
Doug Coleman 8c7a3c8a81 better docs for io.encodings 2008-11-29 00:30:36 -06:00
Slava Pestov cafc450a84 Documentation improvements 2008-11-29 00:20:39 -06:00
Slava Pestov ca12d46820 Don't use >r/r> in opengl 2008-11-29 00:20:29 -06:00