Hello,
any idea to implement native complex numbers in uLisp?
I suppose the standard syntax #C(0 1) (i.e. imaginary unit) should be quite ok with the existing parser (I was thinking about the reader macros and change of base part of source code).
I’m still trying to understand the parsing, I’m not so experienced C programmer, so maybe if it’s something not feasible, sorry for that.
What do you think?
regards,
Fausto