Recent Posts

Parsing numbers from string in Common Lisp

1 minute read

One task that often recurs in programming is the need to parse a string representation a number(or several numbers) and convert it to its numeric value. Pars...