-
I noticed that the NOECHO flag gets set and never gets cleared. I'm not sure what it does so I'm not sure where it should be cleared. Can you explain what it does and also possibly clear it if it's ne…
-
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
if (LastChar) {
char temp = LastChar;
…
-
@SuGlider I've now tested ESP32 Arduino 2.0.3 with a number of ESP32 boards, using a benchmark that involves uploading a program of about 1400 characters to my uLisp interpreter and then running it. T…
-
I had another idea: user-definable opaque types. You could add a `void*` pointer to the car and cdr of the object union, and then have a variable `OpaqueCounter` which is the highest registered opaque…
-
**Reproduction Steps**
1. Flash latest (release 6) on T-Deck
2. Use `wifi-connect` to connect to local wifi
3. Type in and run the `webpage` example in the [Wi-Fi examples](http://www.ulisp.com/s…
-
Currently the way `save-image` works is it just compacts the used cells into the smallest contiguous block of memory possible and then dumps the workspace as a binary blob. If you're saving this blob …
-
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 since it supports it. I don't know what …
-
-
Hi! I was looking around for a lisp like language for on an esp. I'm prototyping hardware, and I much prefer the malleable and dynamic nature of a lisp over c.
Now, I do need to use bluetooth. And …
-
I am collecting my ulisp badge BoM and one of them is the MightyCore. See http://www.technoblogy.com/show?2AEE and
```
Installing a bootloader
To program the Lisp Badge I now recommend using …