On Nov 13, 2013, at 11:08 PM, Francois Magnan magnan@categoricaldesign.com wrote:
Hi Marc,
Yes it works much better. Now I just need to implement some library functions in javascript. For example I get:
TypeError: ‘undefined’ is not a function (evaluating 'Gambit_glo['with-output-to-string']()')
I will tweak my Scheme code to avoid those abstractions for the moment.
Thank you, Francois
Very well. By the way, I have made a few changes this morning that may make things easier for handling strings, characters and symbols. If all you need is something to convert Scheme data to a string in order to display it, then use the object->string function defined in the attached file. It also includes a pretty-printer.
Marc