Re: MetaCall Polyglot is now available form D

2020-08-20 Thread Vicente Eduardo Ferrer Garcia via Digitalmars-d-announce
On Friday, 14 August 2020 at 08:04:54 UTC, WebFreak001 wrote: On Friday, 14 August 2020 at 07:59:23 UTC, Andrea Fontana wrote: On Tuesday, 4 August 2020 at 22:25:19 UTC, Vicente Eduardo Ferrer Garcia wrote: [...] If someone is interested in the D port you can find the source here:

Re: MetaCall Polyglot is now available form D

2020-08-14 Thread WebFreak001 via Digitalmars-d-announce
On Friday, 14 August 2020 at 07:59:23 UTC, Andrea Fontana wrote: On Tuesday, 4 August 2020 at 22:25:19 UTC, Vicente Eduardo Ferrer Garcia wrote: [...] If someone is interested in the D port you can find the source here: https://github.com/metacall/dlang-port Nice! Maybe you can use a bit of

Re: MetaCall Polyglot is now available form D

2020-08-14 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 4 August 2020 at 22:25:19 UTC, Vicente Eduardo Ferrer Garcia wrote: [...] If someone is interested in the D port you can find the source here: https://github.com/metacall/dlang-port Nice! Maybe you can use a bit of syntax sugar for D. Check this example:

Re: MetaCall Polyglot is now available form D

2020-08-11 Thread Atwork via Digitalmars-d-announce
On Tuesday, 4 August 2020 at 22:25:19 UTC, Vicente Eduardo Ferrer Garcia wrote: Hey guys I am working on an open source polyglot called MetaCall which allows calling functions between languages. Recently a contributor has implemented support for DLang (Port), which means you can use MetaCall

MetaCall Polyglot is now available form D

2020-08-04 Thread Vicente Eduardo Ferrer Garcia via Digitalmars-d-announce
Hey guys I am working on an open source polyglot called MetaCall which allows calling functions between languages. Recently a contributor has implemented support for DLang (Port), which means you can use MetaCall from D to call functions in C#, NodeJS, JavaScript, TypeScript, Ruby, Python,