Live data from Hacker News

What is Glamorous Toolkit v1.0?

lepiter.io

71–73 of 73 posts

Re: What is Glamorous Toolkit v1.0?

#71
post #27

Earlier quoted context omitted.

Your comment emphasizes that you don't empathize with typos.

since when is using the wrong word a typo? it's not like they said empathise

That wouldn't have even been a typo, that's just a different regional spelling of the same word

Re: What is Glamorous Toolkit v1.0?

#72

I tried for an hour to set this up once. The docs were all over the place, you needed prerequisites that were hard to find and linked to 404s. Mysterious errors. Eventually my curiosity was overcome and I gave up.

I just downloaded the compiled ZIP, unzipped it, chmod u+x and ran it. Is working perfectly. Are you saying you want to compile it from source, or are you unaware that there's binaries available?

To clarify, I wanted to use it with PHP. Here's the beginning of the trail:

https://github.com/feenkcom/pdt2famix > pdt2famix takes PHP code and produces MSE files that can be imported into Glamorous Toolkit.

There's something called Gtoolkit, I think? I had to install NetBeans to get some plugin, to get one of these tools to work, then the plugin had some other requirements. It definitely wasn't just running their binary. It was a nightmare.

Re: What is Glamorous Toolkit v1.0?

#73
post #42

The idea makes sense to me. It's basically Emacs, but using Smalltalk instead of Lisp. Instead of using plain text to create your user interface, you have access to a built-in UI toolkit. That's very neat! What's more interesting to me is the fact that the Glamorous Toolkit UI looks perfectly crisp on my M1 MacBook screen, whereas the Pharo IDE is a blurry mess because it doesn't support "retina" screens. If GT is bu…

GToolkit uses a completely parallel graphics stack to standard Pharo. The VM and library ecosystem are still there but the UI is rebuilt from scratch on a modern vector based toolkit. The productivity of the GToolkit developers is impressive.

Oh, that’s very cool. Do you think it’s possible that Squeak and/or Pharo will ever want to build upon the UI work done by the GToolkit developers?
Post reply on HN