Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3B08C200C02 for ; Fri, 20 Jan 2017 23:16:27 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3812E160B48; Fri, 20 Jan 2017 22:16:27 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 822D4160B34 for ; Fri, 20 Jan 2017 23:16:26 +0100 (CET) Received: (qmail 17597 invoked by uid 500); 20 Jan 2017 22:16:25 -0000 Mailing-List: contact dev-help@systemml.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@systemml.incubator.apache.org Delivered-To: mailing list dev@systemml.incubator.apache.org Received: (qmail 17586 invoked by uid 99); 20 Jan 2017 22:16:25 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jan 2017 22:16:25 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 22485C0260 for ; Fri, 20 Jan 2017 22:16:25 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.72 X-Spam-Level: X-Spam-Status: No, score=-3.72 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id S91hANHk29la for ; Fri, 20 Jan 2017 22:16:24 +0000 (UTC) Received: from mout02.posteo.de (mout02.posteo.de [185.67.36.66]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id B79555F27D for ; Fri, 20 Jan 2017 22:16:23 +0000 (UTC) Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 077CB202B1 for ; Fri, 20 Jan 2017 23:16:21 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3v4w5x4KMfzyrF for ; Fri, 20 Jan 2017 23:16:21 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 20 Jan 2017 23:16:21 +0100 From: fschueler@posteo.de To: Dev Subject: Scala API/DSL alignment Message-ID: <02c1b70410df01d8728393c12094b8c4@posteo.de> X-Sender: fschueler@posteo.de User-Agent: Posteo Webmail archived-at: Fri, 20 Jan 2017 22:16:27 -0000 Hi all, I started writing a short doc that summarized our current approaches to interacting with SystemML in Scala: https://docs.google.com/document/d/1ntdfmSBB83zdcWZl2iv4yMsrA3ZHDM-mzX5lMfFpfeo/edit?usp=sharing The doc contains currently implemented features as well as considerations for future development. This should make the development of new Scala features a little bit more aligned by basing it on the same types and agreeing on supported approaches. At the same time it can serve as a starting point for documentation concerning Scala users. It is by no means complete and I encourage everyone (especially Scala users!) to comment on it or add/remove things. -Felix