Hi,
for the Wikipedia article I prepared an updated version of Phar syntax postcard: Cheers, -- Pavel |
This is a really nice overview! Two "p" characters are rendered weirdly for me (Chrome 66), but the remaining "p"s are good. The zoom level doesn't matter. And if you want it to be really complete (maybe you've just missed these): annotation for block (only block parameter is annotated), and mayhaps definition of unary/binary message? Peter On Fri, Jun 1, 2018 at 12:56 PM, Pavel Krivanek <[hidden email]> wrote:
|
Cool & beautiful !
The $p are good for me. I agree with the other remarks. I would love a big A4 landscape version. > On 1 Jun 2018, at 13:20, Peter Uhnák <[hidden email]> wrote: > > This is a really nice overview! > > Two "p" characters are rendered weirdly for me (Chrome 66), but the remaining "p"s are good. The zoom level doesn't matter. > > <image.png> > Could you please include keyword message with multiple parameters? From my teaching this always confuses people. :) > > And if you want it to be really complete (maybe you've just missed these): annotation for block (only block parameter is annotated), and mayhaps definition of unary/binary message? > > Peter > > On Fri, Jun 1, 2018 at 12:56 PM, Pavel Krivanek <[hidden email]> wrote: > Hi, > > for the Wikipedia article I prepared an updated version of Phar syntax postcard: > > https://upload.wikimedia.org/wikipedia/commons/a/a7/Pharo_syntax_postcard.svg > > Cheers, > -- Pavel > |
Administrator
|
In reply to this post by Pavel Krivanek-3
Pavel Krivanek-3 wrote
> syntax postcard: Ha ha, I love the real-postcard look! Two things: 1. "metod name" at the top is missing an $h 2. Might it be worthwhile to add something like "compile-time" to "literal array" to better distinguish from "array generate at runtime"? ----- Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html
Cheers,
Sean |
In reply to this post by Pavel Krivanek-3
Thank you! It's really nice!
On 01/06/2018 07:56, Pavel Krivanek wrote: > Hi, > > for the Wikipedia article I prepared an updated version of Phar syntax > postcard: > > https://upload.wikimedia.org/wikipedia/commons/a/a7/Pharo_syntax_postcard.svg > > Cheers, > -- Pavel -- Esteban A. Maringolo |
In reply to this post by Peter Uhnak
Thanks to all for feedback. Updated. Related can be found here: https://github.com/pavel-krivanek/pharoMaterials/tree/master/postcard -- Pavel 2018-06-01 13:20 GMT+02:00 Peter Uhnák <[hidden email]>:
|
Excellent work!
Doru > On Jun 1, 2018, at 11:56 PM, Pavel Krivanek <[hidden email]> wrote: > > Thanks to all for feedback. Updated. > > https://upload.wikimedia.org/wikipedia/commons/a/a7/Pharo_syntax_postcard.svg > > Related can be found here: https://github.com/pavel-krivanek/pharoMaterials/tree/master/postcard > > -- Pavel > > 2018-06-01 13:20 GMT+02:00 Peter Uhnák <[hidden email]>: > This is a really nice overview! > > Two "p" characters are rendered weirdly for me (Chrome 66), but the remaining "p"s are good. The zoom level doesn't matter. > > <image.png> > Could you please include keyword message with multiple parameters? From my teaching this always confuses people. :) > > And if you want it to be really complete (maybe you've just missed these): annotation for block (only block parameter is annotated), and mayhaps definition of unary/binary message? > > Peter > > On Fri, Jun 1, 2018 at 12:56 PM, Pavel Krivanek <[hidden email]> wrote: > Hi, > > for the Wikipedia article I prepared an updated version of Phar syntax postcard: > > https://upload.wikimedia.org/wikipedia/commons/a/a7/Pharo_syntax_postcard.svg > > Cheers, > -- Pavel > > -- www.tudorgirba.com www.feenk.com "We cannot reach the flow of things unless we let go." |
In reply to this post by Peter Uhnak
Super light gray on white is hard to see for me (and I guess other vision challenged people). Other than that, yes, definitely great. Phil On Fri, Jun 1, 2018, 13:21 Peter Uhnák <[hidden email]> wrote:
|
In reply to this post by Pavel Krivanek-3
I would love to see: select: thenCollect: Or at lease collect: since this is where we do have more power. do: yeah but not that inspiring. Phil On Fri, Jun 1, 2018, 12:57 Pavel Krivanek <[hidden email]> wrote:
|
In reply to this post by Pavel Krivanek-3
I see & but not aBool and: [ ...] The latter is more in line with the actual usage, no? Phil On Fri, Jun 1, 2018, 12:57 Pavel Krivanek <[hidden email]> wrote:
|
In reply to this post by Pavel Krivanek-3
On 1 June 2018 at 18:56, Pavel Krivanek <[hidden email]> wrote:
Looks cool. I thought all the offtake lines made it a bit busy, so I thought I'd see what it looked like without them. Please review the result attached. Along the way, I ended up making a few other changes.. a. Rather than using #'I''m' as the symbol-string, the similarity of #'a' to #a better highlights the differences. 'I''m' is better as the string example since its not mixing in the concept symbols. b. The word "generated" associates strongly with code generation "runtime created array" seemed better, or just "runtime array". c. The description "boolean literal" and "nil literal" contain redundant information. btw, a few questions... d. Is a symbol a literal? e. Are scaled decimals, floating points, strings and characters all literals? Their color is different from boolean, nil and integer literals. cheers -ben Pharo_syntax_postcard-btc.svg (836K) Download Attachment |
On 2 June 2018 at 23:26, Ben Coman <[hidden email]> wrote:
I had a go at Phil's suggestions to add #select:thenCollect and #and: , which stimulated a few other changes - see attached. but I screwed up some of the line weights, and not yet sure the best way to fix them. cheers -ben Pharo_syntax_postcard-btc4.svg (897K) Download Attachment |
Free forum by Nabble | Edit this page |