Interface D with other languages

Ellery Newcomer ellery-newcomer at utulsa.edu
Sat Mar 29 10:54:56 PDT 2014


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?


More information about the Digitalmars-d mailing list