From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by yquem.inria.fr (Postfix) with ESMTP id 28407BBAF for ; Tue, 27 May 2008 07:05:55 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AggKANYzO0jRVYTwaWdsb2JhbACSOg0EAwQJDwWUX4Uk X-IronPort-AV: E=Sophos;i="4.27,546,1204498800"; d="scan'208";a="12751434" Received: from concorde.inria.fr ([192.93.2.39]) by mail1-smtp-roc.national.inria.fr with ESMTP; 27 May 2008 07:05:54 +0200 Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id m4R55ssI002852 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Tue, 27 May 2008 07:05:54 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AggKANYzO0jRVYTwaWdsb2JhbACSOg0EAwQJDwWUX4Uk X-IronPort-AV: E=Sophos;i="4.27,546,1204498800"; d="scan'208";a="12751433" Received: from an-out-0708.google.com ([209.85.132.240]) by mail1-smtp-roc.national.inria.fr with ESMTP; 27 May 2008 07:05:54 +0200 Received: by an-out-0708.google.com with SMTP id d33so501281and.97 for ; Mon, 26 May 2008 22:05:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=K1lki5ZnTFcaKFUHrp/eIsVb4oBH0Vhana7RH/Dhf/A=; b=Mmzz1TCONn2XYHgY0kNAlrowgnzsiTDLoZszPNT9LUs/gMxwYQsnrLNMOfI+JaNWccOIO4cIGtQdBhpAkPY7pvCXNtw1FZI17uBj4SGQTB5gk7908Gxkx3IvWfrUxkzUKKmrE8YjGwshobPLBfDBI0X0kvNhJhNsbks7h1PrskU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=dwjLlut5o8pOsm4SZ0KGtwwqGAnQejqlKXfiNKovWLAHDv7wyspdZJj/fEEBIlE9d98lUyyw86l7YZaM34smQ7ozy4Dr7OVzlkzwJTDt7GeAJ52Rs9zQYqs3TW8uJua/Fr0lN7DR9ph+m5v4V4xCF28qSik7sf1wr1m3l8JmUC4= Received: by 10.100.164.10 with SMTP id m10mr810597ane.152.1211864753179; Mon, 26 May 2008 22:05:53 -0700 (PDT) Received: by 10.100.209.3 with HTTP; Mon, 26 May 2008 22:05:53 -0700 (PDT) Message-ID: Date: Tue, 27 May 2008 14:05:53 +0900 From: "Eijiro Sumii" To: "Caml List" Subject: ML Workshop 2008: 2nd call for papers MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Miltered: at concorde with ID 483B96B2.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; eijiro:01 sumii:01 eijiro:01 sumii:01 sigplan:01 icfp:01 ecei:01 tohoku:01 freiburg:01 sigplan:01 icfp:01 higher-order:01 inference:01 overloading:01 semantics:01 ********************************************************************** News: The submission web site is now online. ********************************************************************** CALL FOR PAPERS The 2008 ACM SIGPLAN Workshop on ML Sunday, September 21, 2008 Victoria, British Columbia, Canada To be held in conjunction with ICFP 2008 http://www.kb.ecei.tohoku.ac.jp/ml2008/ IMPORTANT DATES: Submission deadline: Monday, June 23, 2008 Notification of acceptance: Friday, July 18, 2008 Final revision due: Monday, July 28, 2008 Workshop: Sunday, September 21, 2008 GOALS OF THE WORKSHOP: ML is a family of programming languages that includes dialects known as Standard ML, Objective Caml, and F#. The development of these languages has inspired a large amount of computer science research, both practical and theoretical. This workshop aims to build on previous occasions (recent instances are ML 2005 in Tallinn, Estonia, 2006 in Portland, Oregon, and 2007 in Freiburg, Germany), providing a forum to encourage discussion and research on ML and related technology. The 2008 Workshop on ML will be held in conjunction with the 13th ACM SIGPLAN International Conference on Functional Programming (ICFP 2008) in Victoria, British Columbia, Canada on Sunday, September 21, 2008. This year we extend the scope of the workshop from ML itself to technologies closely related to ML (higher-order, typed, or strict languages) and invite high-quality papers in all areas of crucial importance for the future of ML. SUBMISSION GUIDELINES: We seek papers on topics related to ML, including (but not limited to): * applications * extensions: objects, classes, concurrency, distribution and mobility, semi-structured data handling, etc. * type systems (static and dynamic): inference, effects, overloading, error reporting, contracts, specifications and assertions, etc. * implementation: compilers, interpreters, partial evaluators, garbage collectors, etc. * environments: libraries, tools, editors, debuggers, cross-language interoperability, functional data structures, etc. * semantics Submitted papers should describe new ideas, experimental results, ML-related projects, or informed positions regarding proposals for next-generation ML languages. In order to encourage lively discussion, submitted papers may describe work in progress. All papers will be judged on a combination of correctness, significance, novelty, clarity, and interest to the community. All paper submissions must be at most 12 pages total length in the standard ACM SIGPLAN two-column conference format (9pt): http://www.acm.org/sigs/sigplan/authorInformation.htm Accepted papers will be published by the ACM and will appear in the ACM Digital Library. The submission web site is now online. Visit http://www.easychair.org/conferences?conf=ml2008 and follow the instructions. PROGRAM CHAIR: Eijiro Sumii (Tohoku University) PROGRAM COMMITTEE: Sylvain Conchon (Paris-Sud University / INRIA Saclay-Ile-de-France) Karl Crary (Carnegie Mellon University) Andrzej Filinski (DIKU) Robby Findler (The University of Chicago) Cormac Flanagan (University of California at Santa Cruz) Alain Frisch (LexiFi) Dan Grossman (University of Washington) Didier Remy (INRIA Paris-Rocquencourt) Claudio Russo (Microsoft Research Cambridge) Eijiro Sumii (Tohoku University) Hongwei Xi (Boston University)