Factor source code is loaded from files, which can be edited in VI or your
favorite editor.  And linked via the "edit" word so you can open code into
your editor.

In this article:
http://docs.factorcode.org/content/article-first-program-start.html, you
create your "palindrome.factor" file using our scaffold tool (you can also
create it manually, this just makes the tutorial easier):

"resource:work" "palindrome" scaffold-vocab


If you just typed the code into the listener, you probably got this error
message:

    Vocabulary does not exist (name "palindrome")

That means that the vocabulary was either never created, or doesn't exist
on the file system, I think.

Best,
John.





On Mon, Dec 17, 2012 at 12:43 AM, Leonard P <leonard14...@gmail.com> wrote:

> On Mon, Dec 17, 2012 at 2:46 AM, Leonard P <leonard14...@gmail.com> wrote:
> > Is there a way to use vi to edit factor code?
> >
> > Graphical listener is slow on old machine.
> >
> >  - Leonard
>
> Eh, sorry, dumb question.
>
> Tried running the example at ...
>
> http://docs.factorcode.org/content/article-first-program-test.html
>
> Couldn't get this to work ...
>
> "palindrome" scaffold-tests
>
>
> ------------------------------------------------------------------------------
> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
> Remotely access PCs and mobile devices and provide instant support
> Improve your efficiency, and focus on delivering more value-add services
> Discover what IT Professionals Know. Rescue delivers
> http://p.sf.net/sfu/logmein_12329d2d
> _______________________________________________
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk
>
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to