Software:CLX (Common Lisp)

From HandWiki
Revision as of 02:10, 8 June 2021 by imported>Scavis2 (correction)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
CLX
Written inCommon Lisp

CLX is the standard X Window System client library for Common Lisp,[1] equivalent to the Xlib library for the C programming language. CLX is written solely in Common Lisp; it does not use Xlib.

CLX contains data types, functions and macros to interact with an X server by sending requests and receiving events and replies.[1]

References

External links