Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - swiss-lisper

#1
newLISP newS /
August 31, 2005, 07:27:34 AM
How stupid of me! I was sure I had gotten it right, because I copied it directly from the config file. But it lacked the http:// prefix. Sorry for having bothered you with it! By the way: I believe I posted my question to the wrong forum (newLisp News). This seems to be only for announcements, not for questions. But for questions there seems to be only the Win32 forum and the Unix forum. Where are platform-independent questions to be posted?



And of couse: Thanks a lot for the design and implementation of newLISP. Seems to be cool. I'll certainly continue experimenting with it!
#2
newLISP newS / get-url: bad formed URL
August 31, 2005, 01:08:18 AM
Hi! I just installed newlisp (Windows installer on Windows XP). I have some CommonLisp experience and want to try newlisp for web site building and information retrieval from the web. I did some toy programming yesterday which worked fine.



Now I wanted to retrieve content from the web. I set our proxy with env HTTP_PROXY and then tried get-url



> (get-url "http://www.google.de">http://www.google.de")

"ERR: bad formed URL"

>



That's the error i get with every URL I try. What do I do wrong?