A Squeak Client for Kyoto Tycoon.Kyoto Tycoon is a newly-introduced lightweight KVS. It is a successor of Tokyo Tyrant.It has nice features as follows: Details: http://fallabs.com/kyototycoon/ "Use this script for 0.1.0 (I cannot add a release page why?)" Compiler evaluate: '| version metacelloConfig gofer |version := ''0.1.0''.metacelloConfig := ''ConfigurationOfKyotoTycoonClient''. gofer := Smalltalk at: #Gofer ifAbsent:[].gofer ifNil:[Installer squeaksourceproject: ''MetacelloRepository'';install: metacelloConfig.]ifNotNil: [gofer itsqueaksource: ''MetacelloRepository'';package: metacelloConfig;load.]. ((Smalltalk at: metacelloConfig asSymbol asSymbol) project version: version) load.'.