David Johnson-Davies

Results 258 comments of David Johnson-Davies

Mentioned on the forum here: [uLisp extensions add catch, throw, and backquote](http://forum.ulisp.com/t/ulisp-extensions-add-catch-throw-and-backquote/1249)

What's the simplest way for me to download the version of uLisp with your macro support, so I can try it out?

I've got your version of ESP32 uLisp to compile, and I've been trying it out on some macros. I'm impressed that most things work well, and you've even implemented macroexpand,...

Your implementation of macros works really well - I'm impressed. One of the things that put me off trying to add macros to uLisp was that I read somewhere that...

I'm not familiar with the concept of opaque types. I'll have to read up about it. What are they useful for?

OK, so I think I get it. Opaque types are a way of having Lisp objects that point to memory that's not in Lisp's workspace. For example, you might want...

> In Lisp contexts is it more appropriate to mark code using **bold** versus `monospace` text? I've seen both used. I always use bold for in-line Lisp words because I...

To be realistic, I don't think I'm going to get around to implementing opaque types - I think they go a bit beyond what I'm intending for uLisp - but...

Sorry I'm not keen on providing .hex files because if someone has problems getting them to work there's no way to debug what's going on.