|
From: Sam A. <ank...@gm...> - 2009-04-25 13:58:05
|
I've removed the image from history Slava Pestov wrote: > 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? |