svenvc / zinc

Zinc HTTP Components is an open-source Smalltalk framework to deal with the HTTP networking protocol.
MIT License
97 stars 57 forks source link

Install in Squeak? #111

Closed darth-cheney closed 1 year ago

darth-cheney commented 1 year ago

Things might have moved on enough that it's not possible, but can this be installed in Squeak? It looks like there might be some dependencies on the FileSystem API and other Pharo-specific classes, but I just wanted to be sure.

svenvc commented 1 year ago

Hi,

This has never been possible. Zinc itself is currently portable from Pharo 7 to Pharo 11. In the past it ran on Gemstone, maybe an old version still does.

It is not just a question of dependencies. There are subtle differences in many aspects of the language.

It is not impossible, but would require a lot of work.

HTH,

Sven