[plt-scheme] number->string in BSL

From: Jordan Johnson (jmj at fellowhuman.com)
Date: Tue Oct 13 16:25:58 EDT 2009

Hi all,

Is there a way to control the translation of numbers to strings in Beginning
Student Language?  I had expected that the "Output Syntax" options in the
language menu would control it, but it seems number->string is rendering all
exact decimals as fractions.  For example:

     > (number->string .1)
     "1/10"

Thanks,
jmj


Posted on the users mailing list.