I'm the luckiest guy on earth, because I've been able to use Arc at work. I needed a web app for people at my work to be able to browse and recover what they saved on a dedicated server when they break their own data. It needed a login/password system and the ability to compress and transfer files (that was the hard part). It had to use Apache at least as a proxy so as to enable SSL encryption. Something rather simple, but with a few tricky points. Well, I prototyped it with arc (it was a good occasion to play with the language), it took only 10 hours and produced a 60-lines program. And since it really works fine, I think I'll keep this version for real use (if I do so, I'll hide the fact that I've used an alpha-release of a lisp dedicated to hackers). Thanks pg and all other contributors ! Btw, as announced by pg himself, my code doesn't work anymore with arc1 :) |