@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.
@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.