-
I had an idea...
Some of the platforms (esp, teensy, etc.) support `malloc()`. Could uLisp be updated so that it can take advantage of dynamic memory allocation?
The way it could work is:
* W…
-
I implemented quasiquotation using the MAL tutorial, which is based off of Clojure... Clojure is most definitely *not* Common Lisp... are the behavior of nested quasiquotes correct/compliant with Comm…
-
Title says it all...
eclab updated
11 months ago
-
With release 4 (28e546a6dc63bc6083ada7fe8b1ff1b5b971fc22) I'm getting a panic when running `(load-image)` for my relatively small (1-2 functions) image.
```
Guru Meditation Error: Core 1 panic'e…
-
I have a T-Deck working nicely with the display, using the **GFX Library for Arduino** by Moon On Our Nation.
I have also got the T-Deck working with the SD Card interface, using the SD library in …
-
So in trying to run this new version, I figured out that:
a) the Arduino_GFX_Library is no longer needed, so you can remove that #include
but more importantly
b) the TFT_eSPI.h library has to be th…
-
```
Sketch uses 32644 bytes (101%) of program storage space. Maximum is 32256 bytes.
Global variables use 1536 bytes (75%) of dynamic memory, leaving 512 bytes for local variables. Maximum is 2048 b…
-
I've been playing around with the I2C bus on an ESP32 and connecting it to ATtiny85's emulating I2C slave devices. However, I'm having trouble figuring out how exactly to communicate with the I2C slav…
-
### Bug description
The following or similar error is shown when opening any django project file in VSCode:
c:\Users\ulisp\Documents\Computer\Projekte\djac22\launchpad\admin.py: Fatal error while …
-
Copied from https://github.com/technoblogy/ulisp-esp/issues/54#issuecomment-1186288972
> How can I split the `ulisp.ino` up so I can include my "extra" functions in a separate file? Something like …