Thanks. Of course it is incomplete and full of bugs. And for some bugs all the system freezes, without the possibility to resume, and I need to force the power off of the laptop. Therefore I want to switch the development in a VM with emacs in the host that connects to slynk on the VM.
@admich this would be an even better software stack than Android, especially if you could get Emacs Lisp applications to run in Common Lisp.
I am also curious how difficult this would be to port to FreeBSD.
@ramin_hal9001 I think that the port to FreeBSD would be easy. As I understand FreeBSD and linux share many user space library. Through cffi I use with the following libs:
- libdrm
- libseat
- libudev
- libinput
- xkbcommon
- epoll
Of these I think that only epooll is linux specific.
The difficult part is to have something complete and solid.