Re: [Factor-talk] Factor tutorial

2014-11-23 Thread Andrea Ferretti
Thank you for the suggestions! I have started incorporating some, more to come in the next days :-) 2014-11-22 16:58 GMT+01:00 John Benediktsson : > Hi Andrea, > > Wow, great contribution!! > > Some comments: > > You might avoid naming your factorial word "!" or at least make a small > comment to

Re: [Factor-talk] Factor tutorial

2014-11-22 Thread John Benediktsson
Hi Andrea, Wow, great contribution!! Some comments: You might avoid naming your factorial word "!" or at least make a small comment to your readers that it shadows the "!" token that is used for comments in the code (preventing its use as comments). IN: scratchpad ! a comment IN: scratc

[Factor-talk] Factor tutorial

2014-11-22 Thread Andrea Ferretti
Hello, I have written a Factor tutorial, which you can find at http://andreaferretti.github.io/factor-tutorial/ (source https://github.com/andreaferretti/factor-tutorial ) Factor has a lot of documentation in the listener, but I have tried to cover some topics that are present in the official d