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?


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to