Subscribe

2025-03-22 Thread Ojasvin Kirpane
Hello Ojasvin Kirpane  :-)
You are now subscribed



-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


On fixed point annotation in the repl

2025-03-22 Thread Lindsay Lawrence
Not sure when it was added, but I just want to say that the added
annotation for fixed point values, when scl is set, is an amazingly useful
feature for the repl.

: (scl 3)
-> 3  # 0.003
(*/ 1.0 1050546 15970)
-> 65782  # 65.782

Makes it so much easier to work with scaled numbers and debug issues..

Thanks!