erlang NIF written in D?

Jacob Carlborg doob at me.com
Sun Dec 16 14:26:49 UTC 2018


On 2018-12-16 08:43, Karl wrote:
> I'm curious if it'd be possible to write erlang NIFs in D?
> 
>  From reading Interfacing to C, it seems like I'd need to generate a D 
> interface file for the [not insignificant] erl_nif header, and then I'd 
> be able to create a -shared file from D code and load it like any other 
> shared object in Erlang?

Yes, should be doable. You can try DStep [1] to automatically generate 
bindings to the Erlang libraries (the erl_nif header).

[1] http://github.com/jacob-carlborg/dstep make sure to build from master

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list