Re: [Pharo-users] final version of pharo syntax cheat page

2016-04-20 Thread stepharo
Thank you all for the great feedback you gave me. http://files.pharo.org/media/pharoCheatSheet.pdf

Re: [Pharo-users] final version of pharo syntax cheat page

2016-04-18 Thread Offray Vladimir Luna Cárdenas
Hi, Thanks for this. Some suggestions: I would change "Questions" for "Questions/Chat" to point to the slack place, because with only "Questions" I would expect more something like a Q&A site like StackExchange. By the way, as a future wish, would be nice to have something like http://chat.

Re: [Pharo-users] final version of pharo syntax cheat page

2016-04-18 Thread Peter Kenny
I agree - very good! One more tiny change: "Class methods follow the same dynamic lookup *as* instance methods." Also, under 'Message Precedence', I did not at first follow the sentence: " Messages + and * are sent first, then between: and: is sent, and not." Perhaps "then not" or "and then not"

Re: [Pharo-users] final version of pharo syntax cheat page

2016-04-18 Thread Sean P. DeNigris
Great job!! A few small things: Typo: "Less is more: No type declarations, no primitive objects,no generic types, no modifiers, no operators, no inner classes, no constructors, and no static methods.***There*** are not needed!". There -> They A bit opaque: "The character a and a space". We're show

Re: [Pharo-users] final version of pharo syntax cheat page

2016-04-18 Thread stepharo
Le 18/4/16 09:15, Nicolai Hess a écrit : 2016-04-18 8:54 GMT+02:00 stepharo >: Hi I will publish it to the pharo file server as soon as I understand how :) Stef 1. the pharo logo is not anymore the one we are using in the image or on the web sid

Re: [Pharo-users] final version of pharo syntax cheat page

2016-04-18 Thread stepharo
http://files.pharo.org/media/pharoCheatSheet.pdf Le 18/4/16 08:54, stepharo a écrit : Hi I will publish it to the pharo file server as soon as I understand how :) Stef

Re: [Pharo-users] final version of pharo syntax cheat page

2016-04-18 Thread John Pfersich
Under Methods, you might want to change it to this: Methods are public and virtual. They are always looked up in the class of the receiver. By default a method returns self. Class methods follow the same dynamic lookup as instance methods. Method factorial defined in class Integer. Sent fro

Re: [Pharo-users] final version of pharo syntax cheat page

2016-04-18 Thread Nicolai Hess
2016-04-18 8:54 GMT+02:00 stepharo : > Hi > > I will publish it to the pharo file server as soon as I understand how :) > > Stef > 1. the pharo logo is not anymore the one we are using in the image or on the web side. 2. thank you Stef !