|
From: Sam A. <ank...@gm...> - 2009-04-27 01:59:33
|
a few changes: - compiles with current version of factor - rpc vocabs can cache responses - vocab submitting as well as receiving (perhaps eventual package system) http://github.com/bogiebro/factor/tree/master >> On Fri, Apr 24, 2009 at 8:34 AM, <ank...@gm...> wrote: >>> I put a few new vocabularies on http://github.com/bogiebro/factor/tree/master >>> >>> Firstly, ui.frp is a basic library for functional reactive programming >>> http://haskell.org/haskellwiki/Functional_Reactive_Programming >>> >>> Secondly, modules.using contains an extended syntax for importing modules. >>> While the normal USING: syntax still holds, one can also use a { module >>> qualified-name } pair or a { module => words ... } list. >>> This also facilitates importing modules off a factor listener on another server. >>> address:modulename grabs and loads a vocabulary, while address::modulename >>> treats the words imported as rpcs. >>> >>> Anything I should do if this is to be added to the factor repo? > |