On Wednesday, 26 March 2014 at 14:52:56 UTC, Andrea Fontana wrote:
>
> This seems to be a D -> python !
> https://bitbucket.org/ariovistus/pyd
a D <-> python even!
annotations would be a nifty enhancement, something like
@python_expose
class Foo {
@python_expose
public void bar() {
}
// no expose
public Fizz baz() {
}
}
maybe?