Tarn W. Burton

Results 28 issues of Tarn W. Burton

COPY-READTABLE states that passing NIL as the readtable argument will cause the standard readtable to be copied. The other readtable functions do not state the behavior of NIL as the...

needs writeup

Currently decreases the time to write 10,000 double floats into an empty broadcast stream from 5.73 milliseconds to 3.90 milliseconds. # Benchmark against Quaviver ``` Relative Times within Implementation and...

A portable and extensible floating point base conversion and string library Author: Paul A. Patience, Tarn W. Burton, Robert Strandh License: MIT Source: https://github.com/s-expressionists/Quaviver.git

canbuild

I'd like to adopt cbaggers/trivial-macroexpand-all. I've reached out the author and heard nothing back for a year. There hasn't been any updates to original repo for 8 years. Implementations such...

Trinsic is a utility lib for system construction used by s-expressionists. Author: Tarn W. Burton License: MIT Source: https://github.com/s-expressionists/Trinsic.git

A collection of potential WSCL clarifications issues for LOOP.

For `~$` 22.3.3.4 states > If arg is a complex number or some non-numeric object, then it is printed using the format directive ~wD, thereby printing it in decimal radix...