I would like to communicate with mpv using Unix sockets, but Perl 6 does not offer any high level interface for doing this. So I thought that I could write a small module for this, started digging deeper, found an implementation of IO::Socket::INET and learned about the NQP operations nqp::socket and nqp::connect .
However, I could not find any mention of those contained in the list of NQP operations , and they seem to be different from the traditional BSD socket APIs. So I would like to ask: can these two create a Unix socket and connect to it? If so, how? Or maybe another way?
io perl6 sockets
Ramillies
source share