I like the idea of this workshop. If someone is going to OOPSLA this
year, this may be interesting.
If someone plan to go there, let me know.
Cheers,
Alexandre
Begin forwarded message:
> From: Shane Markstrum <smarkstr(a)acm.org>
> Date: 20 July 2009 16:40:22 GMT-04:00
> To: types-announce(a)lists.seas.upenn.edu, seworld(a)sigsoft.org, announce(a)aosd.net
> , chi-announcements(a)LISTSERV.ACM.ORG, hci-link(a)lists.uni-paderborn.de
> Subject: [SEWORLD] Call for Papers: Evaluation and Usability of
> Programming Languages and Tools (PLATEAU) 2009
>
> Call for Papers
>
> PLATEAU 2009
>
> First Workshop on
> Evaluation and Usability of Programming Languages and Tools (PLATEAU)
> in conjunction with Onward!/OOPSLA 2009
> October 25-29, 2009 (Orlando, FL)
>
> http://ecs.victoria.ac.nz/Events/PLATEAU/WebHome
>
> SUBMISSION SITE
>
> http://www.easychair.org/conferences/?conf=plateau09
>
> IMPORTANT DATES
>
> Submission August 31
> Notification Mid-September (before close of early registration for
> OOPSLA/Onward!)
> Final version TBA
> Workshop TBA, one-half or one-full day between October 25 and 29
>
> SCOPE
>
> Programming languages exist to enable programmers to develop software
> effectively. But how efficiently programmers can write software
> depends on the usability of the languages and tools that they develop
> with. The aim of this workshop is to discuss methods, metrics and
> techniques for evaluating the usability of languages and language
> tools. The supposed benefits of such languages and tools cover a large
> space, including making programs easier to read, write, and maintain;
> allowing programmers to write more flexible and powerful programs; and
> restricting programs to make them more safe and secure.
>
> We plan to gather the intersection of researchers in the programming
> language, programming tool, and human-computer interaction communities
> to share their research and discuss the future of evaluation and
> usability of programming languages and tools. We are also interested
> in the input of other members of the programming research community
> working on related areas, such as refactoring, design patterns,
> program analysis, program comprehension, software visualization,
> end-user programming, and other programming language paradigms. Some
> particular areas of interest are:
>
> - empirical studies of programming languages
> - methodologies and philosophies behind language and tool evaluation
> - software design metrics and their relations to the underlying
> language
> - user studies of language features and software engineering tools
> - visual techniques for understanding programming languages
> - critical comparisons of programming paradigms, such as
> object-oriented vs. functional
> - tools to support evaluating programming languages
>
> SUBMISSIONS
>
> Participants are invited to submit a position paper describing their
> on going work. We will accept papers (from 4 to 6 pages) that describe
> work-in-progress or recently completed work based on the themes and
> goals of the workshop or related topics, report on experiences gained,
> question accepted wisdom, raise challenging open problems, or propose
> speculative new approaches. Longer submissions will be considered, but
> all submissions must be fewer than 10 pages.
>
> Submissions and final papers should be formatted using the ACM SIGPLAN
> 10 point format. Templates for Word and LaTeX are available at
> http://www.acm.org/sigs/sigplan/authorInformation.htm; this site also
> contains links to useful information on how to write effective
> submissions.
>
> Accepted submissions will be made available through this website and
> workshop participants are encouraged to have read the position papers
> before attending the workshop. Participants are also asked to prepare
> a presentation to support their position paper.
>
> ORGANIZERS (and members of the Committee)
>
> Craig Anslow - Victoria University of Wellington, New Zealand
> Shane Markstrum - Bucknell University, USA
> Emerson Murphy-Hill - University of British Columbia, Canada
>
> PROGRAM COMMITTEE
>
> Andrew Black - Portland State University, USA
> Larry Constantine - University of Madeira, Portugal
> Jeff Foster - University of Maryland, College Park, USA
> Robert Fuhrer - IBM Research, USA
> Donna Malayeri - EPFL, Switzerland/Carnegie Mellon University, USA
> Stuart Marshall - Victoria University of Wellington, New Zealand
> Todd Millstein - University of California, Los Angeles, USA
> James Noble - Victoria University of Wellington, New Zealand
> Ewan Tempero - University of Auckland, New Zealand
>
> For more information, please see the workshop website:
>
> http://ecs.victoria.ac.nz/Events/PLATEAU/WebHome
>
> ============================================================
> To contribute to SEWORLD, send your submission to
> mailto:seworld@sigsoft.org
>
> http://www.sigsoft.org/seworld provides more
> information on SEWORLD as well as a complete archive of
> messages posted to the list.
> ============================================================
>
>
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi,
inFusion is a new incarnation of iPlasma and it is developed by the
"intooitus" startup company that spawned from the LOOSE research group.
Among others it includes and exporters for FAMIX 2.0 and for FAMIX
3.0. A free release is available at:
http://www.intooitus.com/inFusion-tryit.html
If you want to give it a try, it would be great to see how the FAMIX
3.0 exporter works for large Java systems.
Cheers,
Doru
--
www.tudorgirba.com
"Yesterday is a fact.
Tomorrow is a possibility.
Today is a challenge."
Is there a reason why this method does not exist anymore?
Apparently, it did on some point. One cannot open a system complexity
view on classes.
I can fix this, but this is troubling.
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi Jannik,
> Hi Doru,
> How are you ?
> So, I have two questions about Glamour:
> - is it possible to make behavior on right click (as in mondrian
> with interaction menuFor:) ?
Yes. Just say act:entitled: and this will create a menu item.
> - in an example, I see:
> ---
> browser text
> display: [:entity | 'self' ];
> title: 'Evaluator';
> act: [ :text :entity | (Compiler evaluate: text selectedText for:
> entity logged: false) inspect ]
> ---
> But in the evaluator pane, when I do "print it" or "do it", it
> returns nil. Is it possible to evaluate the selected entity when
> there is "self" in this pane ?
The problem there is that :text is nil because of a small problem in
the MorphicRenderer which does not populate that variable from the
text morph. It's on my to do list.
Cheers,
Doru
> Thanks for all.
>
> Cheers
>
> ---
> Jannik Laval
> PhD Student - Rmod Team - INRIA
> Certified Project Management Associate (IPMA)
> http://www.jannik-laval.eu
> http://rmod.lille.inria.fr
> ---
>
--
www.tudorgirba.com
"Value is always contextual."
Hi all,
For information:
I have made a pharo.mse (available in http://www.jannik-laval.eu/assets/files/softAnalysis/mseFiles/)
.
First, I have imported Pharo in moose. For this, I run the VM with the
option "-memory 1500m". The time to load pharo in moose: 2 days.
(pharo.image size: 822 Mo)
Next, I have extract the pharo model in mse. It takes a lot of time
(near 4 days).
Now, in a new pharo image with default parameter of the vm, it is not
possible to load the mse. I think there is not enough memory.
I think all these methods could be optimized.
Cheers
---
Jannik Laval
PhD Student - Rmod Team - INRIA
Certified Project Management Associate (IPMA)
http://www.jannik-laval.euhttp://rmod.lille.inria.fr
---
Hi adrian
in Moose I know that you spent time to optimize the loading and memory
space.
Now in Fame did you reuse the same optimizations?
Because in pharo loading large mse files take ages.
Stef
I would be really glad to see autocompletion and resize of the lower
pane in MOEasel.
These points are on my todo list for very long time already...
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
I would be really glad to see autocompletion and resize of the lower
pane in MOEasel.
These points are on my todo list for very long time already...
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.