|
From: Slava P. <sl...@fa...> - 2009-04-24 14:54:23
|
Looks like cool stuff Sam! I noticed you checked in a factor.image file, which is rather large. Can you remove it first? Also I wonder if there is a way to remove it so that we don't end up with a large patch containing your image in the history... perhaps create a new branch based off of the main Factor repo, and then merge all of your changes in except factor.image? Slava 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? > > > ------------------------------------------------------------------------------ > 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 > Fac...@li... > https://lists.sourceforge.net/lists/listinfo/factor-talk > |