Re: Performance assistance / advice
"Yuri Davidovsky (as work at disclosure dot ie)" <[email protected]>
| Newsgroups | gmane.lisp.lispworks.general |
|---|---|
| Message-ID | <[email protected]> |
> On 15 Apr 2025, at 13:41, Tim Bradshaw <[email protected]> wrote: > > So if you're writing general-purpose floating-point code (ie you're not explicitly calling GPUs or using vectorisation intrinsics or whatever) then you do not need to write it in C Admittedly, I find writing numerical code easier in C as it closer follows the standard arithmetical notation, with operator precedence and all. My brain is not wired for prefix maths in lisp. I would have to use some macro that converts infix notation to the prefix one for anything more complex than 3 + 4 * 5. _______________________________________________ Lisp Hug - the mailing list for LispWorks users [email protected] http://www.lispworks.com/support/lisp-hug.html