(no title)
qwertfisch | 1 month ago
Can I do networking? Can I do system calls to my OS? Display graphics and sound? Can I import a C library that will do all that and call its functions? And if so, how? I just can’t see it from any documentation. Yes, I can call functions from other BEAM-based languages, but then I’m going in circles.
__jonas|1 month ago
The Erlang docs on this are here: https://www.erlang.org/doc/system/overview.html
qwertfisch|1 month ago