Scheme in the real world
https://news.ycombinator.com/item?id=75126Is anybody here using Scheme in the real world? Common Lisp has been my language of choice for a while now, but I'd like to try something a little less bulky. There are two types of projects I'm working on with very different requirements. I'm considering Scheme for both.
The first is standard webapp development. I've been using Hunchentoot, CL-WHO and friends here, and I'm experimenting with Weblocks. I generally like these tools, but I'm open to trying tools that work differently. I'd like to know what tools the Scheme users here prefer for web work.
The other project is a desktop/embedded (fairly fast PC hardware) system with soft real-time requirements (for the curious, it's a DMX lighting controller). I'm looking for speed, multithreading and some predictability in the garbage collector.