Hi, I have some experience in Scheme. I'm considering starting a blog and at the same time I want to learn some Arc. Do you suggest trying to create a blogging platform on my own? Just starting from the blog.arc code and expanding it... (I can afford a virtual hosting service, like Linode, so that the blog would be actually alive.) Now, as I'm hacking Arc, I've a few questions: -- How do I load the blog code, modify it, and then test it? Now I've to restart the whole server (e.g. (asv)) and (load "blog.arc") again in order for the changes to take affect. -- Sometimes a blank page appears instead of localhost:8080/blog -- why is that and why it goes okay when you refresh the page?! (This applies to news.arc as well.) -- How do you deal with spam submissions -- I'm looking at news.arc and I can't figure this out?! Thanks, -- Georgi |