this post was submitted on 19 Oct 2023
1 points (100.0% liked)

Lisp

52 readers
3 users here now

founded 1 year ago
MODERATORS
top 2 comments
sorted by: hot top controversial new old
[โ€“] friedrichRiemann@alien.top 1 points 11 months ago (1 children)

Do experienced CL users recommend against using this style and library? Since it's familiar for C-family programmers.

[โ€“] arthurno1@alien.top 1 points 11 months ago

I don't know. I found it yesterday by a chance; was looking for Invistra, but couldn't remember the name; searched on "Common Lisp format library" and that one popped up too. Took like just few minutes to understand it and adapt it, so that is where I see the value.

The biggest problem with it seems to be it does not support string escapes, like a new line; at least not for me; perhaps I don't understand it yet; will look at that later.

I also have no idea how it compares performance-wise with real printf via FFI; I am not sure if that really matters though.