Hi everyone,

We continue to make progress during our weekly coding sessions. We are glad to announce that this week we made a huge leap forward. Now PharoJS is available for Pharo 10. To install it, run the following script in a Pharo 10 playground

Metacello new
  baseline: 'PharoJS';
  repository: 'github://PharoJS/PharoJS:pharo10';
  load