[Chicken-users] Final CFP for PEPM 2014

2013-09-19 Thread planpublicity
Hello,

Please, find below the third and final call for papers for PEPM 2014.
Please forward these to anyone you think may be interested.
Apologies for any duplicates you may receive.

Below you find updated information about the invited speakers, and
information about the extended deadlines for PEPM 2014. Also note that
this year's PEPM allows papers in ACM style up 12 pages in length.

Also, the EasyChair submission site is now open.

best regards,
Jurriaan Hage
Co-chair of PEPM 2014


-
C A L L   F O R   P A P E R S
-

=== PEPM 2014 ===


ACM SIGPLAN 2014 WORKSHOP ON PARTIAL EVALUATION AND PROGRAM MANIPULATION
Mon-Tue, January 20-21, 2014
San Diego, California, USA
co-located with POPL'14

Sponsored by ACM SIGPLAN

http://www.program-transformation.org/PEPM14

SCOPE 

The PEPM Symposium/Workshop series aims at bringing together researchers and 
practitioners working in the areas of program manipulation, partial evaluation, 
and program generation. PEPM focuses on techniques, theory, tools, and 
applications of analysis and manipulation of programs.
The 2014 PEPM workshop will be based on a broad interpretation of 
semantics-based 
program manipulation and continue last years' successful effort to expand the 
scope of PEPM significantly beyond the traditionally covered areas of partial 
evaluation and specialization and include practical applications of program 
transformations such as refactoring tools, and practical implementation 
techniques 
such as rule-based transformation systems. In addition, the scope of PEPM 
covers 
manipulation and transformations of program and system representations such as 
structural and semantic models that occur in the context of model-driven 
development. In order to reach out to practitioners, a separate category of 
tool 
demonstration papers will be solicited.

Topics of interest for PEPM 2014 include, but are not limited to:

Program and model manipulation techniques such as: supercompilation, 
  partial evaluation, fusion, on-the-fly program adaptation, active 
libraries,
  program inversion, slicing, symbolic execution, refactoring, 
decompilation, 
  and obfuscation.

Program analysis techniques that are used to drive program/model 
manipulation  
  such as: abstract interpretation, termination checking, binding-time 
  analysis, constraint solving, type systems, automated testing and 
  test case generation.

Techniques that treat programs/models as data objects including 
  metaprogramming, generative programming, embedded domain-specific 
languages, 
  program synthesis by sketching and inductive programming, staged 
computation, 
  and model-driven program generation and transformation.

Application of the above techniques including case studies of program 
  manipulation in real-world (industrial, open-source) projects and 
software 
  development processes, descriptions of robust tools capable of 
effectively 
  handling realistic applications, benchmarking. Examples of application 
  domains include legacy program understanding and transformation, DSL 
  implementations, visual languages and end-user programming, scientific 
  computing, middleware frameworks and infrastructure needed for 
distributed 
  and web-based applications, resource-limited computation, and security.

To maintain the dynamic and interactive nature of PEPM, we will continue the 
category of `short papers' for tool demonstrations and for presentations of 
exciting if not fully polished research, and of interesting academic, 
industrial 
and open-source applications that are new or unfamiliar.

Student attendants with accepted papers can apply for a SIGPLAN PAC grant to 
help cover travel expenses and other support. PAC also offers other support, 
such as for child-care expenses during the meeting or for travel costs for 
companions of SIGPLAN members with physical disabilities, as well as for travel 
from locations outside of North America and Europe. For details on the PAC 
programme, see its web page.

All accepted papers, short papers included, will appear in formal proceedings 
published by ACM Press. In addition to printed proceedings, accepted papers 
will 
be included in the ACM Digital Library. A special issue for Science of Computer 
Programming is planned with recommended papers from PEPM 2014.

PEPM has also established a Best Paper award. The winner will be announced at 
the workshop.

SUBMISSION CATEGORIES AND GUIDELINES

Regular Research Papers must not exceed 12 pages in ACM Proceedings style 
(including appendix). Tool demonstration papers and short papers must not 
exceed 6 pages in ACM Proceedings style (including appendix). At least one 
author of each accepted contribution must attend the workshop 

Re: [Chicken-users] We are looking for projects

2013-09-19 Thread Mario Domenech Goulart
Hi Felix

On Tue, 17 Sep 2013 10:43:00 +0200 (CEST) Felix Winkelmann 
felix.winkelm...@bevuta.com wrote:

 As some of you already know, I'm currently working for bevuta IT GmbH,
 a software-development company located in Cologne, Germany. It is the
 first time that I have been able to create software on a professional
 basis using CHICKEN as a critical and fundamental part of real
 end-user applications.

That's very nice!

 We are currently in the finalizing steps of a large project for mobile
 platforms (Android + iOS), which mainly uses CHICKEN and Erlang.
 Unfortunately there is no follow-up project yet in sight, which means
 that the company would have to lay off some employees unless we find
 something to do very soon. This would be a shame, since such a measure
 would tear apart a dedicated and effective team of developers. 

That would trully be a shame.

 We have extensive experience with CHICKEN, Clojure, other Lisps,
 Objective-C, Android, iOS, Ruby, Ruby on Rails, JS/Web, C, Erlang,
 VoIP/SIP/telephony and a little hardware-engineering. So far we were
 fully responsible for complete projects, but we are also able to offer
 development-resources as needed, for example on a contracting basis.

 This project also was a serious test for running CHICKEN on Android
 and iOS and we are very pleased with the results, regarding
 performance, stability and convenience. A number of
 extension-libraries and patches to the core system have been produced
 during the work on this project and are made available here:

   https://github.com/organizations/chicken-mobile

Do you think the android and iOS bits could be merged into the canonical
chicken-core repository?  That would be super nice.  People ask about
android/iOS support quite frequently.

 I would be extremely grateful for any hints or recommendations about
 possible jobs for us. Or perhaps keep an eye and an ear open for an
 opportunity. A bunch of motivated and productive programmers would be
 very happy about a new assignment.

I for one will keep eyes and ears wide open and will notify you in case
something shows up.

Thanks for announcing it here.

Best wishes.
Mario
-- 
http://parenteses.org/mario

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] Issue w/ string-trim functions in utf8-srfi-13

2013-09-19 Thread Alex Shinn
On Fri, Sep 20, 2013 at 5:55 AM, Matt Gushee m...@gushee.net wrote:

 Hello--

 I've noticed the following unexpected behavior with the string
 trimming functions in utf8-srfi-13:
 [...]
 csi (use utf8-srfi-13)
 ; loading /usr/lib/chicken/6/utf8-srfi-13.import.so ...
 ;  etc. 

 csi (map string-trim-both strings)
 (abc \t   abc \r   abc \n   abc)


This looks like an oversight.  The fix is simple, but my dev
machine just died so it may take me a couple days to get to it.

-- 
Alex
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users