[Factor-talk] Printing the docs

2011-09-18 Thread Patrick Mc(avery
I would like a hard copy of the documentation and I asked for help on the IRC last night and got some help: documentation is in **/*-docs.factor. you can run USE: help.html generate-help to generate HTML help, which will give you the same thing that's on docs.factorcode.org I tried to run

Re: [Factor-talk] Printing the docs

2011-09-18 Thread Joe Groff
On Sep 18, 2011, at 9:54 AM, Patrick Mc(avery patr...@spellingbeewinnars.org wrote: I would like a hard copy of the documentation and I asked for help on the IRC last night and got some help: documentation is in **/*-docs.factor. you can run USE: help.html generate-help to generate

Re: [Factor-talk] Printing the docs

2011-09-18 Thread John Benediktsson
Which parts of the documentation are you looking for? I wrote some code to generate PDF's from parts of the Factor documentation: First Program ( first-program help ) https://github.com/mrjbq7/re-factor/raw/master/docs/first-program.pdf Cookbook ( cookbook help )

Re: [Factor-talk] Printing the docs

2011-09-18 Thread Patrick Mc(avery
On 11-09-18 03:11 PM, John Benediktsson wrote: Which parts of the documentation are you looking for? I wrote some code to generate PDF's from parts of the Factor documentation: [ snip ] Best, John. Hi John This is a big help thanks! This will keep me busy for a while. I was planning

Re: [Factor-talk] Printing the docs

2011-09-18 Thread Joe Groff
On Sep 18, 2011, at 3:03 PM, Patrick Mc(avery patr...@spellingbeewinnars.org wrote: I'm not joking, I am thinking about factor at night when I dream, it's absolutely fascinating but I am having a hard time learning it. With most languages you can learn the core first and the libraries