I seek a GNU Common Lisp package which implements forkpty()
; openpty()
would also be a big plus, and login_tty()
开发者_开发问答 would be a luxury I could live with. (Duckduckgo, Google, etc. were of no help.) Is there such? Where?
https://github.com/cffi-posix/ seems to be the right place to put the code you are looking for.
The idea is to port standard UNIX header files to CFFI-* packages.
LISP is not know for its libraries, which is often though to be a side effect of its power (and lack of portability, and fragmented community, etc.). You are welcome to make your own and put it on github (or a similar platform)!
This is a rather unsatisfying non-answer, so: No, there probably isn't. If there is it is likely to not be portable enough to work on your implementation anyway.
精彩评论