> Begin forwarded message:
>
> From: Sven Van Caekenberghe <sven(a)stfx.eu>
> Subject: [Pharo-users] [ ANN ] Pharo Days 2016
> Date: December 9, 2015 at 9:52:09 AM EST
> To: Any question about pharo is welcome <pharo-users(a)lists.pharo.org>, Pharo Development List <pharo-dev(a)lists.pharo.org>, Pharo Business <pharo-business(a)lists.pharo.org>
> Reply-To: Any question about pharo is welcome <pharo-users(a)lists.pharo.org>
>
> Dear fellow Pharoers,
>
> Mark your calendars: on Thursday March 31 & Friday April 1 we are organising the Pharo Days 2016. This year we moved the location to Namur, Belgium, just a bit south of Brussels, at the very beautiful location of the ‘Cercle de Wallonie’ overlooking the river Meuse.
>
> We’ll update the following page moving forward.
>
> https://medium.com/concerning-pharo/pharo-days-2016-c52fe4d7caf
>
> You can ask questions on any of the Pharo mailing lists or you can email the Pharo Board.
>
> Let's make this another success, together ! We hope to see as many of you as possible.
>
>
--
www.tudorgirba.com
"We are all great at making mistakes."
It should be up and running now.
George
> On 25 Jun 2019, at 13:00, moose-dev-request(a)list.inf.unibe.ch wrote:
>
> thanks doru this is important for the credibility of the community.
>
>
>> On 25 Jun 2019, at 00:29, Tudor Girba <tudor(a)tudorgirba.com <mailto:tudor@tudorgirba.com>> wrote:
>>
>> Oh. Thanks for the report. We will fix that.
>>
>> Doru
Doru
can you tell us how we can fix the fact that http://www.moosetechnology.org is failing.
Stef
--------------------------------------------
Stéphane Ducasse
http://stephane.ducasse.free.frhttp://www.synectique.eu / http://www.pharo.org
03 59 35 87 52
Assistant: Julie Jonas
FAX 03 59 57 78 50
TEL 03 59 35 86 16
S. Ducasse - Inria
40, avenue Halley,
Parc Scientifique de la Haute Borne, Bât.A, Park Plaza
Villeneuve d'Ascq 59650
France
IWST 19 Information and Call For Papers
IWST19 — International Workshop on Smalltalk Technologies Cologne, Germany; August 27-29th, 2019
Goals and scopes
The goals of the workshop is to create a forum around advances or experience in Smalltalk and to trigger discussions and exchanges of ideas. The topics of your paper can be on all aspect of Smalltalk, theoretical as well as practical. Participants are invited to submit research articles or industrial papers. This year we want to open two different tracks: one research track and one industrial track with less scientific constraints.
We expect papers of three kinds:
• Short position papers describing emerging ideas
• Long research papers with deeper description of experiments and of research results.
• Industrial papers with presentation of real and innovative Smalltalk applications; this kind of paper should enlighten why Smalltalk is really appropriate for your application.
We will not enforce any length restriction.
Important Dates
• Submission deadline: June 15th, 2019
• Notification deadline: July 20th, 2019
• Workshop: between August 27th and 29th, 2019
Topics
We welcome contributions on all aspects, theoretical as well as practical, of Smalltalk related topics such as:
• Aspect-oriented programming,
• Design patterns,
• Experience reports,
• Frameworks,
• Implementation, new dialects or languages implemented in Smalltalk,
• Interaction with other languages,
• Meta-programming and Meta-modeling,
• Tools
Best Paper Award
To encourage the submission of high-quality papers, the IWST organizing committee is very proud to announce a Best Paper Award for this edition of IWST.
We thank the Lam Research Corporation for its financial contribution which makes it possible for prizes for the three best papers: 1000 USD for first place, 600 USD for second place and 400 USD for third place.
The ranking will be decided by the program committee during the review process. The awards will be given during the ESUG conference social event.
The Best Paper Award will take place only with a minimum of six submissions. Notice also that to be eligible, a paper must be presented at the workshop by one of the author and that the presenting author must be registered at the ESUG conference.
Publication
Both submissions and final papers must be prepared using the ACM SIGPLAN 10 point format. Templates for Word and LaTeX are available at http://www.sigplan.org/Resources/Author/ <http://www.sigplan.org/Resources/Author/>. This site also contains links to useful informations on how to write effective submissions. Submission
All submissions must be sent via easychair: https://easychair.org/conferences/?conf=iwst19 <https://easychair.org/conferences/?conf=iwst19>
Program chairs
• Anne Etien (Université de Lille, France)
• Loïc Lagadec (Ensta Bretagne, France)
Hi,
We extended Glamorous Toolkit to include direct support for Famix in the distribution. We currently support Famix3, which we ported from SmalltalkHub to GitHub along side with Fame:
https://github.com/feenkcom/gt4famix3https://github.com/feenkcom/famix3
This is likely a temporary solution. Ideally, we would like to not fork, but we wanted something that we can use right now and that can be loaded without external dependencies.
This can already be combined with all the interaction, visualization, and the advanced syntax highlighting support that already exists in GT.
Cheers,
Doru
--
feenk.com
"Don't give to get. Just give."
Hi guys,
In Moose 7/Pharo 7, I have this message : "Moose description are not initialized. Have you refreshed the meta-model? (e.g., MooseModel resetMeta)".
I am working on my own model created in Moose6.1. It worked with it.
Browsing the model in the MoosePanel is possible with the use of pragmas MSEProperties.
But it seems that in Moose 7, there are changes.
Can someone help me or give me a documentation about what was changed in Moose 7 in the declaration on models ?
Thank you