tag:github.com,2008:https://github.com/stuin/Solisp/releases Release notes from Solisp 2023-09-28T22:03:38Z tag:github.com,2008:Repository/240805662/v1.1.1 2023-09-29T18:25:03Z v1.1.1 <ul> <li>Fixed spaces in command line arguments</li> <li>Re added literal string evaluation to back end</li> </ul> stuin tag:github.com,2008:Repository/240805662/v1.1.0 2023-09-22T01:11:10Z v1.1.0 <ul> <li>New data type Name used for any token without <code>"</code></li> <li>Strings will not be resolved as variable names unless they are directly converted to a Name</li> <li>Added better handling of <code>\n, \t, \r \\ \"</code></li> <li>List to String conversion no longer uses space as a deliminator</li> <li>JoinD function added with deliminator before list of items to combine</li> <li>Join function left alone for backwards compatibility</li> <li>Force function added to implicitly convert between data types</li> </ul> <p>Should have marked 1.0 as the commit before this</p> stuin