Jan Rychter wrote:
>>> -- I can't figure out what the performance problems are because the >>> SBCL profiler doesn't work for me, >> >> Have you tried older SBCL versions by now? > > No, and it is unlikely I will -- things kind of work right now and I > just can't dedicate the time for debugging SBCL. I can't imagine it being hard to swap in another SBCL on a development machine and giving the profiler a quick test run. Anyway, looks like another task on my TODO list, provided I can reproduce your bad performance. Actually this would also provide direct benefits to my game application since we expect to have lots of users soon. > I wondered about Saikat's work -- it looked very promising and I was > hoping to see it. He told me that he's working on another project. I asked him to put up the current state of his view code on Bitbucket but unfortunately haven't received a reply yet. > Sometimes you want to pre-render things like links to images and pass a > pre-rendered string to a function that assembles a larger chunk of > HTML. As it is now, calling functions that use with-html will render > HTML onto the output stream. > > As a counter-example, I'm writing code in Clojure where every rendering > function returns a string and those strings are accumulated into the > final output. Sounds like you want YACLML instead of CL-WHO: http://www.3ofcoins.net/2009/02/07/yaclml-in-pictures-part-i-html-generation/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "weblocks" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/weblocks?hl=en -~----------~----~----~----~------~----~------~--~---
