[Pharo-users] Re: Pharo Mars still not working on Ubuntu

2020-12-09 Thread G B via Pharo-users
I am using OpenSUSE Leap and the above code for "Hello" using GTK-binding works for me. On Wednesday, December 9, 2020, 8:30:29 AM CST, yvan Godin wrote: in reality posted my answer on a wrong list probably    totally new to Pharo and Smaltalk I wanted just try so this is not importa

[Pharo-users] Amber Smalltalk

2020-12-04 Thread G B via Pharo-users
I realize Amber isn't a Pharo related question, but there doesn't appear to be much activity in their Rocket chat or on google groups.   The instructions on the site say to install doing:npm install -g grunt-cli grunt-init @ambers/cli And when you run:amber init It fails:fatal: repository 'https:

[Pharo-users] Willow-Playground

2020-11-25 Thread G B via Pharo-users
I am following the instructions for Willow-Playground ba-st/Willow-Playground: | | | | | | | | | | | ba-st/Willow-Playground Examples on how to use Willow to develop a complete interactive web application - ba-st/Willow-Playground | | | Metacello new baseline: 'Willo

[Pharo-users] Class side vs instance side (variables and methods)

2020-07-28 Thread G B via Pharo-users
--- Begin Message --- Being new not only to Smalltalk, but OOP in general, I think I finally am understanding things. One area I am still unsure about is the class side versus the instance side. Does one usually use the class side when they want those inherited in every subclass, which frees one

Re: [Pharo-users] Agile Artificial Intelligence in Pharo book

2020-07-13 Thread G B via Pharo-users
locate it in the pharo-local/package-cache folder. It should load properly. Alexandre --  _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel  http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On 12-07-2020, at 20:48, G B via Pharo-users wrote: From: G B

Re: [Pharo-users] Agile Artificial Intelligence in Pharo book

2020-07-12 Thread G B via Pharo-users
a code hosting platform and it's having problems these days. Looks like the book code has some dependency hosted there, so I think that when the problem gets solved it should work again.  On Sun, Jul 12, 2020, 20:22 G B via Pharo-users wrote: I bought "Agile Artificial Intelligence in

[Pharo-users] Agile Artificial Intelligence in Pharo book

2020-07-12 Thread G B via Pharo-users
--- Begin Message --- I bought "Agile Artificial Intelligence in Pharo" and am using Pharo 8.0 64-bit.  In the book it says you can download the source using: Metacello new  baseline: 'AgileArtificialIntelligence';  repository: 'github://Apress/agile-ai-in-pharo/src';  load. Then it times out wit

Re: [Pharo-users] Loading a local repository

2020-05-22 Thread G B via Pharo-users
--- Begin Message --- I tried it at home and it worked, so it was something wrong at work. I'll check Tuesday. Thanks. On Friday, May 22, 2020, 2:54:28 PM CDT, G B via Pharo-users wrote: https://github.com/zeroflag/Teapot On Friday, May 22, 2020, 2:31:22 PM CDT, Ben

Re: [Pharo-users] Loading a local repository

2020-05-22 Thread G B via Pharo-users
--- Begin Message --- https://github.com/zeroflag/Teapot On Friday, May 22, 2020, 2:31:22 PM CDT, Ben Coman wrote: On Sat, 23 May 2020 at 00:06, G B via Pharo-users wrote: I am new to Pharo and sent my first message a couple of days ago. Thanks for the help.  I did a clone of

[Pharo-users] Loading a local repository

2020-05-22 Thread G B via Pharo-users
--- Begin Message --- I am new to Pharo and sent my first message a couple of days ago. Thanks for the help.  I did a clone of Teapot and had to move the source to my server (because the company doesn't allow it to have Internet access.)  So now I have a /tmp/Teapot and want to load it into Phar

Re: [Pharo-users] New user

2020-05-20 Thread G B via Pharo-users
o and read Pharo by Example and Deep in Pharo books in order to get more information after you can get started, if you are interest, but by now you must be able to do most basic stuff with the system..   Hope that helps you getting by and fuel you interest in Smalltalk and Pharo.   Regars, V

[Pharo-users] New user

2020-05-19 Thread G B via Pharo-users
--- Begin Message --- I am new to Pharo and liked that it is a cleaned up and modern Smalltalk, but I think I'm done before I ever started.  My biggest interest was in Seaside, yet trying to install it from instructions on the Seaside GitHub fails: Metacello new baseline:'Seaside3'; repository: