Re: Article on fixed-point arithmetic in picolisp

2016-09-06 Thread rick
On 06 Sep 2016, 07:24:00 -0400, Joe Bogner wrote: > Hey Rick, Hi Joe! > Thanks for the article! It was informative and interesting. It > should make the scale operations less intimidating and awkward to a > new user. I particularly like how it highlights the benefits over > floating point math.

Re: Article on fixed-point arithmetic in picolisp

2016-09-06 Thread Joe Bogner
Hey Rick, Thanks for the article! It was informative and interesting. It should make the scale operations less intimidating and awkward to a new user. I particularly like how it highlights the benefits over floating point math. What do you think about publishing some bits from the article on the

Article on fixed-point arithmetic in picolisp

2016-09-05 Thread rick
Hello list! Here is a blog post that I wrote about fixed-point number operations in picolisp. http://the-m6.net/blog/fixed-point-arithmetic-in-picolisp.html It was fun to write and I hope you find it useful. It might be a bit tedious for the veterans because it is written to inform a relative