Live data from Hacker News

Pharo 11

pharo.org

1–10 of 189 posts

Re: Pharo 11

#5
The "fusion of a developed program and development environment" idea is very cool.

One (maybe dumb) question though:

> Simple & powerful language: No constructors, no types declaration, no interfaces, no primitive types.

Are constructors and primitive types really the sort of things that people find to be unnecessary complexity?

Re: Pharo 11

#6
post #2

What do people use Pharo for? Is anyone here using it for a product?

I use it for my interactive-fiction backend and to host save files for another game.

Nothing fancy, just a web server getting file and saving them. Like a KV-storage.

I have deployed it to dogital ocean on 2017. I have not TOUCHED it since then. Still running good. And I can access the Pharo GUI via the web VNC just from my browser with full access to the IDE and dev env.

The cons: I forgot how to run that docker image. If it fails I am in troubles reminding myself how to run it one more time. 6 years have passed...

Re: Pharo 11

#7
post #2

What do people use Pharo for? Is anyone here using it for a product?

I use it for my interactive-fiction backend and to host save files for another game. Nothing fancy, just a web server getting file and saving them. Like a KV-storage. I have deployed it to dogital ocean on 2017. I have not TOUCHED it since then. Still running good. And I can access the Pharo GUI via the web VNC just from my browser with full access to the IDE and dev env. The cons: I forgot how to run that docker ima…

On contra, my dart telegram bot runs on the same machine. I have to restart it weekly. Even when the load is 0. LMAO

Re: Pharo 11

#8
post #2

What do people use Pharo for? Is anyone here using it for a product?

I use it for my interactive-fiction backend and to host save files for another game. Nothing fancy, just a web server getting file and saving them. Like a KV-storage. I have deployed it to dogital ocean on 2017. I have not TOUCHED it since then. Still running good. And I can access the Pharo GUI via the web VNC just from my browser with full access to the IDE and dev env. The cons: I forgot how to run that docker ima…

You can use this tool to figure out how to run again any currently running container https://github.com/lavie/runlike

Re: Pharo 11

#10
post #5

The "fusion of a developed program and development environment" idea is very cool. One (maybe dumb) question though: > Simple & powerful language: No constructors, no types declaration, no interfaces, no primitive types. Are constructors and primitive types really the sort of things that people find to be unnecessary complexity?

you can (and often do) have constructors in smalltalk: https://stackoverflow.com/questions/36878787/making-a-constr... - i think the stuff you quoted was probably written with little thought.
Post reply on HN