Earlier quoted context omitted.
They do. By saying "there is such functionality, but you should try this instead , because using it from commandline won't tell you why this is interesting". Which isn't directly answering the question, but pointing the asker in a good direction.
Until the asker has been shown that their commandline requirements can be met — they will not be interested.
Pharo 7.0 released
121–130 of 236 posts
Re: Pharo 7.0 released
#122I believe that there are attempts to tackle these problems but what is the status?
Re: Pharo 7.0 released
#123Why would I use this instead of C++ for example
Re: Pharo 7.0 released
#124Anyways, the dedication of the team is really remarkable. It looks like a really useful learning/teaching tool for OOP. I'll try and hopefully beat my prejudice.
Re: Pharo 7.0 released
#125Earlier quoted context omitted.
>I couldn't understand the fascination with the integrated environments though. The only thing I can recommend it watching some Alan Kay videos or Pharo demos. Windows and Linux UI conditioned everyone to think of UI as a crutch for incompetent users, rather than a tool useful in its own right. This cannot be undone in a single reply, no matter how elaborate it will be. Traditional tools are definitely more polished…
Any good Pharo demos that you can recommend?
Any sluggishness you experience with Gtoolkit, by the way, is because Bloc is being hosted in Morphic (the current graphics system) temporarily.
Re: Pharo 7.0 released
#126does it have decent hidpi support yet? I remember trying out pharo 6 briefly and being unable to get it usable on my laptop.
This has been a point of contention for lots of people, including myself. From what I remember, it was supposed to happen for Pharo 7 but now I see that it didn't. Squeak and Pharo are great but the font rendering is terrible, I can't stress how bad it looks on hidpi screens. That makes it unusable for me since it gives me headaches. It's a shame too since they have spent a lot of time working on related frameworks (…
I am more hopeful about Bloc, however. The stack is not any more insane than that of a web browser.
Re: Pharo 7.0 released
#127"Everything's an object" is object oriented programming done right and I can see why Ruby and other languages used those ideas from Smalltalk. I couldn't understand the fascination with the integrated environments though. It was my biggest stumbling block. Is there a pathway to use Pharo with my traditional tools?
You don't like having a system fully built in one language / paradigm ? It felt very exciting and relaxing to me. But to each his own.
Re: Pharo 7.0 released
#128Earlier quoted context omitted.
Until the asker has been shown that their commandline requirements can be met — they will not be interested.
But it's entirely missing the point in that you don't use a Smalltalk environment so that you can run some hello world example from the command line.
— How to run a Smalltalk source code file as a script
— How to use stdio, How to use file handles
— How to load Smalltalk source code from files, save, deploy , and invoke on remote machines
Until `virtualized` has seen that basic stuff can be done, why should they care?
Re: Pharo 7.0 released
#129Earlier quoted context omitted.
> I just want a "hello world" example to get an idea what I am actually dealing with. How do I run a "hello world" program from the command line? The trouble is that what you are dealing with is a graphical interactive programming environment. Sure, you can run it from the command line like /bin/perl, but to understand what you are dealing with you have to open it up and try it on its own terms. If you aren't interes…
>If you aren't interested in a novel immersive programming environment then you can safely ignore Pharo too. I was curious and so downloaded and ran the default image, and I'm beyond captivated by it, but I have to agree that neither the link nor the homepage do a good job of enticing me to do so, or even hinting and what can I expect. If I didn't feel like setting up and checking out random projects I stumble upon,…
Guessing this is a hard problem. People have been working on marketing Smalltalk for almost 50 years now. If there were an easy solution I reckon they'd have found it by now :)
Re: Pharo 7.0 released
#130Earlier quoted context omitted.
I looked for any useful documentation for a few minutes and just gave up. I don't want to read a book. I don't want to watch a video. This is not my first programming language, thank you. I just want a "hello world" example to get an idea what I am actually dealing with. How do I run a "hello world" program from the command line? How can I deploy that to another machine that doesn't necessarily have a GUI?
You don't. Smalltalk means GUI, pretty much.