Factor/Getting startedOnce you have downloaded a binary package or built from source, you can start Factor as follows:
The Factor UI runs by default if it can; to start a command-line listener on Windows or Unix, pass ./Factor.app/Contents/MacOS/factor -run=listener DocumentationThe Factor environment includes extensive reference documentation and a short "cookbook" to help you get started. The best way to read the documentation is in the UI. You can also browse the documentation online at http://docs.factorcode.org. Important subsections on the above site: First steps
Explore furtherYou might want to look at some Examples. The FAQ will answer the most common questions. Chris Double maintains a collection of Factor articles covering various advanced topics. A great way to get started with Factor is to join the Concatenative IRC channel and introduce yourself. We are a friendly community and we like to help beginners. We also have a Mailing list for Factor discussion. Difference between factor.exe and factor.comOn Windows, Running On other platforms, the same Factor VM binary is able to be used in both command-line and graphical modes, but on Windows, whether or not a program can use the console is a property of the executable file itself, and not of the program's runtime. Two executables are needed; building solely as a console application is unacceptable, because even if a hack is added to the VM's This revision created on Wed, 26 Aug 2009 10:47:27 by slava |
|
|
All content is © 2008-2010 by its respective authors. By adding content to this wiki, you agree to release it under the BSD license. |
|