On Mon, Mar 21, 2016 at 10:24 AM, Jean-Baptiste Onofré <[email protected]> 
wrote:
> Hi Ben,
>
> 1. True for Python, but it can go in a folder in sdk (sdk/python) anyway. I
> think the DSLs (Java based) and other languages that we might introduce
> (Scala, ...) can be the same.

Python would certainly want to be on PyPi. I don't think most other
(currently hypothetical) languages such as Go, Ruby, (node)js, R, ...
would be using Maven either.

The current directory structure is very java-centric, e.g.

- sdk
    - pom.xml
    - src
        - main
        - test
- runners
    - pom.xml
    - src
        - main
        - test
- examples
    ...
- java8examples
- contrib
    - lib1

I'm wondering if it makes more sense to partition into languages at a
higher level (e.g. a top-level src) instead.

https://docs.google.com/document/d/1mTeZED33Famq25XedbKeDlGIJRvtzCXjSfwH9NKQYUE/edit#heading=h.oxy7eveq2260

Reply via email to