Grigory Shepelev on Nostr: State of #wayland bindings in some #Lisp's 1. #Guile Scheme - ...
State of #wayland bindings in some #Lisp's
1. #Guile Scheme - https://github.com/guile-wayland/guile-wayland; which WIP, really big, has some C incrustations and unreliable: sigsegv sometimes, hard to debug
2. #Racket Scheme - http/github.com/acarrico/wayland-protocol. Same approach as guile, but ~ 5-6 times less code. no pure C files. Seems very good although lacks tests and the last commit ~ 8y ago
3. #CommonLisp - https://github.com/sdilts/cl-wayland & https://sr.ht/~shunter/wayflan. Both are polished, tested & well-maintained
1. #Guile Scheme - https://github.com/guile-wayland/guile-wayland; which WIP, really big, has some C incrustations and unreliable: sigsegv sometimes, hard to debug
2. #Racket Scheme - http/github.com/acarrico/wayland-protocol. Same approach as guile, but ~ 5-6 times less code. no pure C files. Seems very good although lacks tests and the last commit ~ 8y ago
3. #CommonLisp - https://github.com/sdilts/cl-wayland & https://sr.ht/~shunter/wayflan. Both are polished, tested & well-maintained