David Johnson-Davies

Results 258 comments of David Johnson-Davies

Yes, the **sleep** function puts the CPU to sleep on AVR and some ARM platforms, but I couldn't work out how to do it on the ESP32. Also, I have...

Haven't done this yet - sorry!

Would that be more efficient? The advantage of the current way using #define is that the C versions of all the Lisp primitives, such as push, pop, car, cdr etc,...

Hi, good to hear from you again. This is a great idea, but I can think of a number of things that would make it very hard to implement, some...

If you feel like tackling it I think it would be a great addition to uLisp! I'm currently preoccupied with designing a good Lisp screen editor for the T-Deck: [LilyGO...

Create circular objects at your own peril!

Great! Is it OK if I put it on the uLisp Forum?

Interested to see your point here: > I put the asterisk in pointer types next to the base type (e.g. object* foo) instead of next to the variable (e.g. object...