Hi all,
first of all I would like to introduce myself. My name is Alberto Bacchelli and I began my Informatics Ph.D. studies in the University of Lugano last wednesday. Currently, I am studying Squeak reading the book Squeak By Example.
I'd like to know if and where I can find a starting point (downloads, documentation, example, ...) to learn and use Moose in Squeak or Pharo.
Thank you.
Ciao, Alberto
Hi Alberto,
Welcome and nice to meet you :)
To start with the Pharo version:
- download Pharo (but I guess you have done so already) http://www.pharo-project.org/download
- connect to the monticello repository MCHttpRepository location: 'http://www.squeaksource.com/Moose' user: '' password: ''
- load MooseLoader
- execute MooseLoader load
Cheers, Doru
On 22 Apr 2009, at 10:42, Alberto Bacchelli wrote:
Hi all,
first of all I would like to introduce myself. My name is Alberto Bacchelli and I began my Informatics Ph.D. studies in the University of Lugano last wednesday. Currently, I am studying Squeak reading the book Squeak By Example.
I'd like to know if and where I can find a starting point (downloads, documentation, example, ...) to learn and use Moose in Squeak or Pharo.
Thank you.
Ciao, Alberto _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"To lead is not to demand things, it is to make them happen."
I was about to say what Doru just said. I would like to add a bit. If you encounter problem with Pharo-dev as some of us did (related to UTF8), you can take a Pharo-Core, and DoIt in a workspace ScriptLoader new installer ss project: 'PersonalSetting'; install: 'PersonalSetting'. (Smalltalk at: #PersonalSetting) perform: #loadAlexandreBergelPreferences
It will load all the tools you will need for developing on Moose and Mondrian. And if you have DejaVu font installed, then you will enjoy them.
Cheers, Alexandre
On 22 Apr 2009, at 10:46, Tudor Girba wrote:
Hi Alberto,
Welcome and nice to meet you :)
To start with the Pharo version:
- download Pharo (but I guess you have done so already)
http://www.pharo-project.org/download
- connect to the monticello repository
MCHttpRepository location: 'http://www.squeaksource.com/Moose' user: '' password: ''
load MooseLoader
execute MooseLoader load
Cheers, Doru
On 22 Apr 2009, at 10:42, Alberto Bacchelli wrote:
Hi all,
first of all I would like to introduce myself. My name is Alberto Bacchelli and I began my Informatics Ph.D. studies in the University of Lugano last wednesday. Currently, I am studying Squeak reading the book Squeak By Example.
I'd like to know if and where I can find a starting point (downloads, documentation, example, ...) to learn and use Moose in Squeak or Pharo.
Thank you.
Ciao, Alberto _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"To lead is not to demand things, it is to make them happen."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Alex
John released a new vm which is UTF-8 enabled so we will have to check. I do not know if jannik saw it. So far I got no problem (strange normally I get problems).
Stef
On Apr 22, 2009, at 11:00 AM, Alexandre Bergel wrote:
I was about to say what Doru just said. I would like to add a bit. If you encounter problem with Pharo-dev as some of us did (related to UTF8), you can take a Pharo-Core, and DoIt in a workspace ScriptLoader new installer ss project: 'PersonalSetting'; install: 'PersonalSetting'. (Smalltalk at: #PersonalSetting) perform: #loadAlexandreBergelPreferences
It will load all the tools you will need for developing on Moose and Mondrian. And if you have DejaVu font installed, then you will enjoy them.
Cheers, Alexandre
On 22 Apr 2009, at 10:46, Tudor Girba wrote:
Hi Alberto,
Welcome and nice to meet you :)
To start with the Pharo version:
- download Pharo (but I guess you have done so already)
http://www.pharo-project.org/download
- connect to the monticello repository
MCHttpRepository location: 'http://www.squeaksource.com/Moose' user: '' password: ''
load MooseLoader
execute MooseLoader load
Cheers, Doru
On 22 Apr 2009, at 10:42, Alberto Bacchelli wrote:
Hi all,
first of all I would like to introduce myself. My name is Alberto Bacchelli and I began my Informatics Ph.D. studies in the University of Lugano last wednesday. Currently, I am studying Squeak reading the book Squeak By Example.
I'd like to know if and where I can find a starting point (downloads, documentation, example, ...) to learn and use Moose in Squeak or Pharo.
Thank you.
Ciao, Alberto _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"To lead is not to demand things, it is to make them happen."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Hi Alberto, welcome.
Stef, the new VM version (4.1) works for me :)
Jannik
On 22 avr. 09, at 11:07, Stéphane Ducasse wrote:
Alex
John released a new vm which is UTF-8 enabled so we will have to check. I do not know if jannik saw it. So far I got no problem (strange normally I get problems).
Stef
On Apr 22, 2009, at 11:00 AM, Alexandre Bergel wrote:
I was about to say what Doru just said. I would like to add a bit. If you encounter problem with Pharo-dev as some of us did (related to UTF8), you can take a Pharo-Core, and DoIt in a workspace ScriptLoader new installer ss project: 'PersonalSetting'; install: 'PersonalSetting'. (Smalltalk at: #PersonalSetting) perform: #loadAlexandreBergelPreferences
It will load all the tools you will need for developing on Moose and Mondrian. And if you have DejaVu font installed, then you will enjoy them.
Cheers, Alexandre
On 22 Apr 2009, at 10:46, Tudor Girba wrote:
Hi Alberto,
Welcome and nice to meet you :)
To start with the Pharo version:
- download Pharo (but I guess you have done so already)
http://www.pharo-project.org/download
- connect to the monticello repository
MCHttpRepository location: 'http://www.squeaksource.com/Moose' user: '' password: ''
load MooseLoader
execute MooseLoader load
Cheers, Doru
On 22 Apr 2009, at 10:42, Alberto Bacchelli wrote:
Hi all,
first of all I would like to introduce myself. My name is Alberto Bacchelli and I began my Informatics Ph.D. studies in the University of Lugano last wednesday. Currently, I am studying Squeak reading the book Squeak By Example.
I'd like to know if and where I can find a starting point (downloads, documentation, example, ...) to learn and use Moose in Squeak or Pharo.
Thank you.
Ciao, Alberto _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"To lead is not to demand things, it is to make them happen."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Great!!!! Welcome.
Hi all,
first of all I would like to introduce myself. My name is Alberto Bacchelli and I began my Informatics Ph.D. studies in the University of Lugano last wednesday. Currently, I am studying Squeak reading the book Squeak By Example.
I'd like to know if and where I can find a starting point (downloads, documentation, example, ...) to learn and use Moose in Squeak or Pharo.
MooseLoader loadMoose in the moose project on squeaksource.
But but but just ask any question you have even if you feel that they are stupid they are not.
ciao!
Thank you.
Ciao, Alberto _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Thank you everyone for this great welcome!
I'll follow your pointers and suggestions. I hope to be back here with some not-so-incredibly-stupid questions :)
Bye, Alberto
On Apr 22, 2009, at 11:06 AM, Stéphane Ducasse wrote:
Great!!!! Welcome.
Hi all,
first of all I would like to introduce myself. My name is Alberto Bacchelli and I began my Informatics Ph.D. studies in the University of Lugano last wednesday. Currently, I am studying Squeak reading the book Squeak By Example.
I'd like to know if and where I can find a starting point (downloads, documentation, example, ...) to learn and use Moose in Squeak or Pharo.
MooseLoader loadMoose in the moose project on squeaksource.
But but but just ask any question you have even if you feel that they are stupid they are not.
ciao!
Thank you.
Ciao, Alberto _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Hi Alberto
I guess you already know the official website for Moose and doc: http://moose.unibe.ch/
However, since PhaMoose is still in development, another resource for developers is the google project website http://code.google.com/p/moose-technology/
especially http://code.google.com/p/moose-technology/w/list http://code.google.com/p/moose-technology/issues/list
It might not seem important right now (most people working on PhaMoose are in Lille, so it is easy to meet and chat together) but if we are to work as a distributed team, we should take more care of it.
On 22 avr. 09, at 11:40, Alberto Bacchelli wrote:
Thank you everyone for this great welcome!
I'll follow your pointers and suggestions. I hope to be back here with some not-so-incredibly-stupid questions :)
Bye, Alberto
On Apr 22, 2009, at 11:06 AM, Stéphane Ducasse wrote:
Great!!!! Welcome.
Hi all,
first of all I would like to introduce myself. My name is Alberto Bacchelli and I began my Informatics Ph.D. studies in the University of Lugano last wednesday. Currently, I am studying Squeak reading the book Squeak By Example.
I'd like to know if and where I can find a starting point (downloads, documentation, example, ...) to learn and use Moose in Squeak or Pharo.
MooseLoader loadMoose in the moose project on squeaksource.
But but but just ask any question you have even if you feel that they are stupid they are not.
ciao!
Thank you.
Ciao, Alberto _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- Simon
PhaMoose
Excellent :-)
Alexandre
On 22 avr. 09, at 11:40, Alberto Bacchelli wrote:
Thank you everyone for this great welcome!
I'll follow your pointers and suggestions. I hope to be back here with some not-so-incredibly-stupid questions :)
Bye, Alberto
On Apr 22, 2009, at 11:06 AM, Stéphane Ducasse wrote:
Great!!!! Welcome.
Hi all,
first of all I would like to introduce myself. My name is Alberto Bacchelli and I began my Informatics Ph.D. studies in the University of Lugano last wednesday. Currently, I am studying Squeak reading the book Squeak By Example.
I'd like to know if and where I can find a starting point (downloads, documentation, example, ...) to learn and use Moose in Squeak or Pharo.
MooseLoader loadMoose in the moose project on squeaksource.
But but but just ask any question you have even if you feel that they are stupid they are not.
ciao!
Thank you.
Ciao, Alberto _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- Simon
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Yeah using the bug tracker is important.
stef
On Apr 22, 2009, at 2:07 PM, Simon Denier wrote:
Hi Alberto
I guess you already know the official website for Moose and doc: http://moose.unibe.ch/
However, since PhaMoose is still in development, another resource for developers is the google project website http://code.google.com/p/moose-technology/
especially http://code.google.com/p/moose-technology/w/list http://code.google.com/p/moose-technology/issues/list
It might not seem important right now (most people working on PhaMoose are in Lille, so it is easy to meet and chat together) but if we are to work as a distributed team, we should take more care of it.
On 22 avr. 09, at 11:40, Alberto Bacchelli wrote:
Thank you everyone for this great welcome!
I'll follow your pointers and suggestions. I hope to be back here with some not-so-incredibly-stupid questions :)
Bye, Alberto
On Apr 22, 2009, at 11:06 AM, Stéphane Ducasse wrote:
Great!!!! Welcome.
Hi all,
first of all I would like to introduce myself. My name is Alberto Bacchelli and I began my Informatics Ph.D. studies in the University of Lugano last wednesday. Currently, I am studying Squeak reading the book Squeak By Example.
I'd like to know if and where I can find a starting point (downloads, documentation, example, ...) to learn and use Moose in Squeak or Pharo.
MooseLoader loadMoose in the moose project on squeaksource.
But but but just ask any question you have even if you feel that they are stupid they are not.
ciao!
Thank you.
Ciao, Alberto _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- Simon
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev