* http://zarutian.cjb.net/ is my web page (seriusly out of date) * [Flow Based Programming] * [SEXP] * [Zarutian's Thingy Package] * [Zarutian's SEXP Package] * [serializable Safe Slave Interp] * http://www.cacr.math.uwaterloo.ca/hac/index.html * http://erights.org/ everything about object-capabilities * http://www.erights.org/elib/distrib/pipeline.html Promise Pipelining * http://www.fpx.de/Combat/ CORBA implemented in Tcl * http://www.strille.net/tutorials/part1_scrolling.php * http://www.tonypa.pri.ee/tbw/tut15.html * http://www.hhhh.org/perseant/lfs.html * http://www.informit.com/articles/article.asp?p=437097&rl=1 * http://video.google.com/videoplay?docid=7278544055668715642&q=bigtable * http://www.sfsu.edu/~doit/helpdesk/mdevapp.htm * [http://www.ece.cmu.edu/~koopman/stack_computers/sec7_1.html] <- var hýr aý lesa * http://wotug.org/parallel/transputer/documentation/st020-450/datasheets/ * [Transputer] * http://www.ibm.com/developerworks/linux/library/l-clear-code/?ca=dgr-FClnxw01linuxcodetips * http://www.chronocompendium.com/Term/Fan_Projects.html * http://www.msnbc.msn.com/id/18882828/site/newsweek/ * [Capicol] * http://www.waterken.com/dev/IOU * http://www.eros-os.org/pipermail/e-lang/2004-January/009421.html * http://www.us.design-reuse.com/news/news14408.html * http://sisc-scheme.org/ * http://www.eblong.com/zarf/zplet/lists.html * http://arstechnica.com/news.ars/post/20060623-7127.html * http://corewar.co.uk/ How the hell do you pronounce my nick? In four syllabels: Za-ru-ti-an I am also active on wikipedia under the same nick. (Both the English one and the Icelandic one) Stuff I am thinking about implementing/doing (DONT PUT PRESURE ON ME PLEASE!): * write a simple Tcl interpreter purely in Lua. * publishing my bindiff procedures and binpatch procedure. (that would be awesome! Please do) That might take a while because I have to dig the up from my old CRT iMac. (29.mars 2006) Which I still havent got around to do (14. oktober 2006) * write multiplexing and demultiplexing stuff to learn some tricks with [rechan] * - One is to have dual sided memchan (aka one handle to write to and another one to read from) * investigate what whould be the best way to write a bytecode compiler for Tcl ''in'' pure-Tcl (related to [Scripted Compiler]) * - Arent Syntax Dictionary Encoded code better cross platform than bytecodes? * change the unknown procedure to lookup a procedure in the parent namespaces up to the global namespace instead in just current and global. * wikit additions: * - post to the Tcler's chatroom when a page has been edited. (Some sort of flood preventation would be a good idea) * - add reversion deltas. (Current version and back-deltas to earlier versions are saved in two files) * ? autosave like in Gmail compose * get the packages I write in some sort of order (hint for no nameconflict: prepend zarutian/ before the packages name) Code snippets: # lambda (anon procs) proc lambda args { # lambda [list