ulisp-esp icon indicating copy to clipboard operation
ulisp-esp copied to clipboard

A version of the Lisp programming language for ESP8266 and ESP32-based boards.

Results 19 ulisp-esp issues
Sort by recently updated
recently updated
newest added

I'm using uLisp with a few custom functions and patches provided by other people and myself. I ran some code and got a Guru Meditation Error, and the backtrace pointed...

I'd like to have my ESP32 available via WIFI all the time. I've got a simple telnet REPL working; the one problem left is that some error (any error) breaks...

Hi! I'm using ESP32 with uL in my project and I need to watchdog support. I have added 3 functions: (wdt-init timeout panic) - init ESP32 watchdog with timeout (in...

I traced it down to this line in gstr() `return '\n'; // -1?` but when fixed to return -1, I got "no space for long symbols" after a while.

Hi, I've found another git repository that seems to contain some useful things, too: github.com/Kaef/ulisp-esp Perhaps (both of) you could try to get a common version that has all the...

My thinking about a better streams api (#64), opaque objects (#70), and also more than 1 extension support using metatables, I was thinking that these different aspects could all be...

I was looking at the code and and noticed that all of the `gfun_t`'s (at least the ones it is common to `(read)` from) have this block of code: ```cpp...

The value returned by return is incorrectly evaluated an extra time if the **return** clause is not the last expression within a **progn** and is within a **loop**, **dotimes**, or...

The current link in the readme (http://www.ulisp.com/show?21T5) goes to the Plasticki "You need to login to access this page" error page. Where should it go now?

Hello and thank you for making this wonderful language. I was wondering if it would be possible to allow the I2Cs and UARTs to do pin remapping on the ESP32...