Hacker News new | ask | show | jobs
by aninteger 2833 days ago
How to write using X in both languages:

Python: https://github.com/python-xlib/python-xlib

Node.js: https://github.com/sidorares/node-x11

4 comments

A couple more native X11 client implementations:

Common Lisp: https://github.com/sharplispers/clx

Go: https://github.com/BurntSushi/xgb

Any others?

(Looking for implementations of the X11 protocol in $LANGUAGE, not bindings to the C Xlib)

One more that I use:

Emacs Lisp: https://github.com/ch11ng/xelb

This is what I actually thought the article was going to be about!
Haha, I also expected this.

Now I'm kind of glad you responded in kind because I'd seen python-xlib but not the node one. That sounds like a bit of fun and punishment at the same time.

At least I wasn't the only one lol
This what I expected from the title.