Re: [Factor-talk] Factor Help Help

2016-11-01 Thread John Benediktsson
> > > Now that you mention it, I might work on an "auto-dot" upgrade so maybe > we can just prettyprint the stack and all examples don't need to do it > themselves. > > That's an interesting idea. Would that be difficult to do? It might be easier with the new parser, where it could "lex" the ex

Re: [Factor-talk] Factor Help Help

2016-11-01 Thread Alexander Ilin
02.11.2016, 02:03, "John Benediktsson" : > Now that you mention it, I might work on an "auto-dot" upgrade so maybe we > can just prettyprint the stack and all examples don't need to do it > themselves. That's an interesting idea. Would that be difficult to do? ---=--- Александр ---

Re: [Factor-talk] Factor Help Help

2016-11-01 Thread John Benediktsson
Now that you mention it, I might work on an "auto-dot" upgrade so maybe we can just prettyprint the stack and all examples don't need to do it themselves. > On Nov 1, 2016, at 3:54 PM, Alexander Ilin wrote: > > 02.11.2016, 01:39, "John Benediktsson" : >> You need to use prettyprint also and `

Re: [Factor-talk] Factor Help Help

2016-11-01 Thread Alexander Ilin
02.11.2016, 01:39, "John Benediktsson" : > You need to use prettyprint also and ``.`` it after make-tuple. Thank you! ---=--- Александр -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xe

Re: [Factor-talk] Factor Help Help

2016-11-01 Thread John Benediktsson
You need to use prettyprint also and ``.`` it after make-tuple. > On Nov 1, 2016, at 3:10 PM, Alexander Ilin wrote: > > Hello! > > I've created an example code for the `make-tuple` word, but I can't make it > through `help-lint`. Could someone give me a hint on what's going on? > > Here's m