If you don't want this to take a long time when starting Factor up,
you can also save your image once you've loaded the libraries you
want. You can do this with the "save" word.

Dan

On Sun, Jul 20, 2008 at 3:55 PM, Eduardo Cavazos <[EMAIL PROTECTED]> wrote:
> Glenn Tarcea wrote:
>
>> When I load libraries out of extra it takes forever for the load to
>> complete. Is there a way to precompile the files and speed up the
>> load times on these?
>
> Hello,
>
> You can add a line like this:
>
>        USING: vocab-a vocab-b vocab-c ... ;
>
> to your "~/.factor-boot-rc" where each vocab is one which you'd like to have
> saved as part of your image after bootstrap. So if you notice some
> vocabularies which take a particularly long time to load, you can put them in
> there. To take this to the extreme and load everything, put this
> in "~/.factor-boot-rc":
>
>        load-everything
>
> Ed
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Factor-talk mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/factor-talk
>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to