Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread Jeff Gray
>From the home page: The Live Programming Environment. Like Pharo, it has a clean look and feel :-) Or, maybe we should stick to something very plain to start with and get this thing going; then periodically review and update the selection. E.g. The new winter collection :-) What do you think -

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread Nick Papoylias
On Mon, Jun 10, 2013 at 5:46 PM, Marcus Denker wrote: > > On Jun 10, 2013, at 5:42 PM, Nick Papoylias wrote: > > > (correct ! I repharase) > > > > Pharo: Self-emerging, self replicating and (optionally) immortal: till > world domination ! > > > > > ;-) > > One of the things I learned in the past

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread Marcus Denker
On Jun 10, 2013, at 5:42 PM, Nick Papoylias wrote: > (correct ! I repharase) > > Pharo: Self-emerging, self replicating and (optionally) immortal: till world > domination ! > > ;-) One of the things I learned in the past that one should not overdo these things. Marcus

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread Markus Fritsche
On 10.06.2013 17:29, Marcus Denker wrote: The problem is that Pharo (I guess Pharo 4) will bootstrap from scratch…. ;-) I thought scratch wasn't smalltalk anymore? Personally, I'd have the pretty nice logo and something not as geeky. "Pharo. Neat logo, neat language." or the like. Maybe so

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread Nick Papoylias
(correct ! I repharase) Pharo: Self-emerging, self replicating and (optionally) immortal: till world domination ! On Mon, Jun 10, 2013 at 5:29 PM, Marcus Denker wrote: > > On Jun 10, 2013, at 4:51 PM, b...@openinworld.com wrote: > > > Nick Papoylias wrote: > >> Could not resist: > >> > >> * Wha

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread Marcus Denker
On Jun 10, 2013, at 4:51 PM, b...@openinworld.com wrote: > Nick Papoylias wrote: >> Could not resist: >> >> * What if your objects where immortal ? >> > I like this one, but seems like it needs another part to complement it. > > I heard a rumor that the Pharo/Squeak image contains some core o

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread btc
Nick Papoylias wrote: Could not resist: * What if your objects where immortal ? I like this one, but seems like it needs another part to complement it. I heard a rumor that the Pharo/Squeak image contains some core object instances that have been in existence back to the 1980's (eg nil, tr

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread btc
Jeff Gray wrote: So does anyone have ideas for what to print on our mugs etc? The pharo lighthouse logo and a web address? An inspirational pharo/ Smalltalk phrase maybe? It would be cool if i were on the train and someone saw the sticker on my laptop and asked me about it. For that we'd need mor

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread btc
ng the waters along an escape path towards a tall gleaming lighthouse and a bountiful bay of palm trees, topless natives eerk! h just maybe a bit over the top? - Original message - From: Paul Davidowitz To: pharo-users@lists.pharo.org Subject: Re: [Pharo-users] Mugs 'n&

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread Bahman Movaqar
On 2013-06-10 04:05, Paul Davidowitz wrote: > Being that 'Pharo' is very easily confused with the Pharos of ancient > Egypt, perhaps we can capitalize on that with some catchy phrase like: > 'Build your best pyramid with the beacon of Pharo' > Some wild suggestions: 1. Pharo: Where your code live

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread p...@highoctane.be
self session announcer on: CodingUrge do: [ :it | self hack: it now] On Mon, Jun 10, 2013 at 2:18 PM, Jeff Gray wrote: > How about some code. > For a mug: > > Object subclass: #Mug > instanceVariableNames: 'coffee milk sugar' > classVariableNames: 'Coffees' > poolDictio

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread Nick Papoylias
Could not resist: * pharo calmAsABomb * pharo just doIt * pharo: the right *trait* for the job * Health Warning: Excessive use of our reflective system can 'cause chronic headaches * The best way to predict the future is to *continously* invent it (paraphrasing Alan Kay -- pun with continuous inte

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread Jeff Gray
I haven't checked the syntax, but something like: |aMug| aMug := Mug new fill. aMug isEmpty isFalsle: [ self drinkFrom: aMug ] -- View this message in context: http://forum.world.st/Mugs-n-stuff-logo-and-message-tp4692529p4692618.html Sent from the Pharo Smalltalk Users mailing list archiv

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread Jeff Gray
How about some code. For a mug: Object subclass: #Mug instanceVariableNames: 'coffee milk sugar' classVariableNames: 'Coffees' poolDictionaries: '' category: 'HotDrink' -- View this message in context: http://forum.world.st/Mugs-n-stuff-logo-and-message-tp4692

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread Luc Fabresse
Another possible moto: Enlight your developer's life with Pharo Cheers, #Luc 2013/6/10 Jeff Gray > Mariano Martinez Peck wrote > > Hi Jeff, > > > > This is not fully related but in > > https://gforge.inria.fr/frs/?group_id=1299 > > under "Media" category you can find lots of icons, logos, e

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread Jeff Gray
Mariano Martinez Peck wrote > Hi Jeff, > > This is not fully related but in > https://gforge.inria.fr/frs/?group_id=1299 > under "Media" category you can find lots of icons, logos, etc. > > > -- > Mariano > http://marianopeck.wordpress.com Thanks Mariano. The logo will be core in our design I

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread Guillermo Polito
Maybe any from the Pharo manifesto[1]? Pharo manifesto - Better for the better - Beauty to learn from - Not backward compatible - Clean, lean and fast [1] https://code.google.com/p/pharo/ BTW, is the manifesto in the new issue tracker's wiki? i didn't find it... Guille On Mon, Ju

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread p...@highoctane.be
"Enlightened Development" is over the top but fits with the "Pharo" moniker. "Enlightened Developer" ever more I'd say. "See the Light" also, but kinda cool. The problem is that disparaging others isn't really working well. "There is light at the end of the tunnel (and it is not a no exit sign..

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-09 Thread Marcus Denker
On Jun 10, 2013, at 3:48 AM, Paul Davidowitz wrote: > How about this phrase: 'Let Pharo set you free', with the allusion being > the biblical Pharo of Exodus (except this time around he's a really good > guy). > It's definitely a conversation starter… > I don't know… sounds a bit strange.

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-09 Thread Paul Davidowitz
umm, how about making it a little Smalltalkish: '[Pharo free: self] value' - Original message - From: Paul Davidowitz To: pharo-users@lists.pharo.org Subject: Re: [Pharo-users] Mugs 'n' stuff - logo and message Date: Sun, 09 Jun 2013 21:48:31 -0400 How about this ph

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-09 Thread Mariano Martinez Peck
he allusion being > the biblical Pharo of Exodus (except this time around he's a really good > guy). > It's definitely a conversation starter... > > - Original message - > From: Paul Davidowitz > To: pharo-users@lists.pharo.org > Subject: Re: [Pharo-users] M

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-09 Thread Paul Davidowitz
Subject: Re: [Pharo-users] Mugs 'n' stuff - logo and message Date: Sun, 09 Jun 2013 19:35:44 -0400 Being that 'Pharo' is very easily confused with the Pharos of ancient Egypt, perhaps we can capitalize on that with some catchy phrase like: 'Build your best pyramid with the beacon of Pharo'

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-09 Thread Paul Davidowitz
Being that 'Pharo' is very easily confused with the Pharos of ancient Egypt, perhaps we can capitalize on that with some catchy phrase like: 'Build your best pyramid with the beacon of Pharo'

[Pharo-users] Mugs 'n' stuff - logo and message

2013-06-09 Thread Jeff Gray
So does anyone have ideas for what to print on our mugs etc? The pharo lighthouse logo and a web address? An inspirational pharo/ Smalltalk phrase maybe? It would be cool if i were on the train and someone saw the sticker on my laptop and asked me about it. For that we'd need more than just the log