Hi,

On HackerNews, people are trying to run the factorial example from the main 
page and that does not work. It currently looks like this:

$ curl https://get.pharo.org | bash 
$ ./pharo Pharo.image eval "42 factorial”

But, the path is incorrect. It should probably be more like:

$ wget -O- https://get.pharo.org/64/stable | bash
$ ./pharo Pharo.image eval "42 factorial”

Somehow curl did not work on my machine. It says:
$ https://get.pharo.org/64/stable | bash
bash: https://get.pharo.org/64/stable: No such file or directory
bash-3.2$ curl https://get.pharo.org/64/stable | bash
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     
0curl: (7) Couldn't connect to server


Cheers,
Doru



> On Jan 22, 2019, at 6:59 PM, Esteban Maringolo <[email protected]> wrote:
> 
> The Discord channel could use some human replies as well, some
> newcomers are coming with basic questions about getting started with
> Pharo (and Pharo Launcher), so basic that I don't have a canonical
> answer (because I work around these issues using my shenanigans).
> 
> Esteban A. Maringolo
> 
> El mar., 22 ene. 2019 a las 13:03, Sven Van Caekenberghe
> (<[email protected]>) escribió:
>> 
>> 
>> 
>>> On 22 Jan 2019, at 14:39, Esteban Lorenzano <[email protected]> wrote:
>>> 
>>> https://news.ycombinator.com/item?id=18968116
>> 
>> Please join, this is going really well: 100+ upvotes, 60+ comments (both are 
>> important).
>> Let's keep the momentum going (this is a unique chance to get some 
>> publicity).
> 

--
www.feenk.com

"Things happen when they happen,
not when you talk about them happening."


Reply via email to