[Newbies] Re: Beginners Digest, Vol 4, Issue 34

cdrick cdrick65 at gmail.com
Tue Aug 22 11:27:34 UTC 2006


>
>
>
> @Damien  you are quite right, networking may be too difficult to begin with. It is just that in some languages, e.g. Rebol, fetching http is trivially simple. I was hoping it might be similar in Smalltalk.

Not so hard in smalltalk actually and you can do some powerful stuff
like stephane and Benjamin showed you... it should be feaseable for
instance to query google and parse the resulting stream without using
any webservices stuffs...

The main difficulty is to find the right class and the right
parameters ;) ...  and for that navigating in the code is essential..
it took me one year to get used to it (at leat but I'm not really fast
;) )

really look at the class side of HttpClient ;)

Cédrick


More information about the Beginners mailing list