I recently picked up a Lilygo T-Deck (https://www.lilygo.cc/products/t-deck) to play around with it’s LoRa capabilities. I’m already getting tired of programming in C++ and looking to get uLisp up and running on it.
It looks like it could be a pretty capable lisp machine: keyboard, touch display, LoRa, battery management, SD card reader, microphone, speaker, wifi, bluetooth, etc.
Is there a good example doc of using an existing graphics module and keyboard with the uLisp repl, instead of the serial connection? Also, is it possible to integrate uLisp with more than one core of the esp32, using RTOS tasks?
Thanks.