| First, sorry for my newbie question. I'm willing to give Arc a try but each time I'm stuck because I don't have external libraries (smart time parser, sockets, mysql, etc.) Of what I've seen, there is jArc that support java .. which kind of fix my problem. However, I find the jarc documentation missing. I.e. How do I import package, where do I start ? I know it might be obvious to you.. but I'm kinda lost there. The other way is to use the underlying mzscheme..? Is that what PG had in mind when he created Arc? To supply a minimal language but to be able to use external libraries in the underlying interpreter..? Finally, concerning webapps, is there a way to use arc a little bit more like I would use Django? I.e. a simple routing to functions and a built-in template engine instead of mixing arc code with html and javascript..? Thanks for your help, it's appreciated. |