-
I can't use with-output-to-string
I installed on Arduino UNO and Arduino MEGA using uLisp 4.1a
>(WITH-OUTPUT-TO-STRING (STR) (FORMAT STR "~A" "test"))
Error: undefined: WITH-OUTPUT-TO-STRIN
Is…
-
Copied from technoblogy/ulisp-esp#54
>I'm planning on using Microlisp as a scripting language for a robot I am building, and I want to automatically run code on a microSD card upon startup instead …
-
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 the Lisp REPL and returns to the serial co…
-
The whole pile of `const char stringNNN[] PROGMEM = "NNN"` annoys me for some reason. I don't know how to get rid of it, but I can simplify it with a macro.
```cpp
#define STRINGER(x, s) const cha…
-
# 每日安全资讯(2023-06-10)
- HackerOne Hacker Activity
- [ ] [CVE-2023-29489 XSS in cpanel at [www.███] - Securado, Oman](https://hackerone.com/reports/1982630)
- 离别歌
- [ ] [3DS userland破解那些事](https://…
-
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 to the `obj = cdr(obj)` line in …
-
I've noticed that there are assemblers for AVR, ARM, and RISC-V versions of uLisp, but not ESP. Why? Is it not possible with the ESP architecture?
I'm wondering because I would like to use the asse…
-
I'm planning on using Microlisp as a scripting language for a robot I am building, and I want to automatically run code on a microSD card upon startup instead of launching the REPL, so that I don't ne…
-
I downloaded "Commented uLisp 4.3 for ESP" from [here](http://www.ulisp.com/list?43UC).
First, compiler said on lines 724 and 793 `error: too few arguments to function 'char* MakeFilename(object*, …
-
I love his repo. Found it by accident and installed it on my keyboard featherwing with an M4 Express. I see this is based on uLisp for Arm version 3.4. Version 4 is now available. So I implemented you…