Hi Stephan
2016-08-29 14:16 GMT-03:00 Stephan Eggermont :
> On 26/08/16 18:49, Hernán Morales Durand wrote:
>
>> Is not fully tested but here is how you install it:
>>
>> Gofer it
>> smalltalkhubUser: 'hernan' project: 'CodeGenerator';
>> configuration;
>> loadDevelopment.
>>
>> CGSma
On 26/08/16 18:49, Hernán Morales Durand wrote:
Is not fully tested but here is how you install it:
Gofer it
smalltalkhubUser: 'hernan' project: 'CodeGenerator';
configuration;
loadDevelopment.
CGSmalltalkExamples exampleNSISPharo4.
CGSmalltalkExamples exampleNSISPharo5.
It will ge
2016-08-25 13:18 GMT-03:00 Gour :
> On Wed, 24 Aug 2016 00:54:10 -0300 Hernán Morales Durand
> wrote:
>
> > I have two generators for this: A code generator written in Pharo to
> > generate the NSIS script, and an image builder batch script which
> > downloads image from ZeroConf, loads everythin
On Wed, 24 Aug 2016 00:54:10 -0300 Hernán Morales Durand
wrote:
> I have two generators for this: A code generator written in Pharo to
> generate the NSIS script, and an image builder batch script which
> downloads image from ZeroConf, loads everything through Metacello,
> and launches NSIS to ge
<>
Only if you think deployment means shipping your entire development
environment to users and telling them to get on with it.
Pharo is absolutely the worst language for deployment in the world. This is
why, after all these years, there have only ever been three desktop
applications written i
2016-08-23 16:26 GMT-03:00 kmo :
> <>
>
> Only if you think deployment means shipping your entire development
> environment to users and telling them to get on with it.
>
> Pharo is absolutely the worst language for deployment in the world. This is
> why, after all these years, there have only eve
Correction: Actually I was wrong, you dont even need to delete shortcuts to
make the IDE completely inaccessible to user. The moment you create the
morph that covers the Pharo window, that morph can also receive all events
which means no Pharo shortcuts will be able to trigger unless of course you
"Only if you think deployment means shipping your entire development
environment to users and telling them to get on with it."
No
Including the Pharo enviroment is a great idea because it makes remote
debugging a possibility. Pharo has tools to connect to another running
image and control its exe
<>
Only if you think deployment means shipping your entire development
environment to users and telling them to get on with it.
Pharo is absolutely the worst language for deployment in the world. This is
why, after all these years, there have only ever been three desktop
applications written in i
I don't want to present a whole application environment to the user, I want
to disable everything not having to do with the task at hand.
Also, it gives people with more limited bandwidth connections the options
of downloading the entire thing, or a highly stripped version that is much
smaller. It
Pharo has the easiest deployment in any language I have used. It's just a
single folder. It does not get any simpler way than that. You can also
customize the name of the executable, the icon, the folder and the image
itself. There is no need to install Pharo or your Pharo application.
So what you
On Thu, 18 Aug 2016 12:21:11 +0200 Offray Vladimir Luna Cárdenas
wrote:
> There is. See Phratch: http://www.phratch.com/
That's very nice example, thank you.
> You can use Nix package manager with your current distro (debian,
> arch, etc.) This combination have worked for me when the distro rep
On Thu, 18 Aug 2016 13:05:39 +0200 Peter Uhnak
wrote:
> I'm still confused... do you mean in distribution?
Yes.
> There is however PharoLauncher, which is technically an app written
> in Pharo, that is available for Ubuntu (you could probably install
> the .deb in debian though).
I have Phar
On Thu, Aug 18, 2016 at 12:14:35PM +0200, Gour wrote:
> On Thu, 18 Aug 2016 11:55:40 +0200 Peter Uhnak
> wrote:
>
> > I am not sure what you mean by "not seeing any end-user app written
> > in Pharo".
>
> Afaics, there are no applications written using Pharo to be installed
> under Debian, right
Hi,
On 18/08/16 11:25, Gour wrote:
On Thu, 18 Aug 2016 11:07:23 +0200
Peter Uhnak wrote:
If you only target Mac and/or Win, it should be easy. If you aim for
linux, then good luck…
If I'd use some other compiled language, then covering Mac/Win would be
fine considering that Linux users are
On Thu, 18 Aug 2016 11:55:40 +0200 Peter Uhnak
wrote:
> I am not sure what you mean by "not seeing any end-user app written
> in Pharo".
Afaics, there are no applications written using Pharo to be installed
under Debian, right?
> There is work being done on a "minimal Pharo bootstrap" which wou
On Thu, Aug 18, 2016 at 11:25:45AM +0200, Gour wrote:
> On Thu, 18 Aug 2016 11:07:23 +0200
> Peter Uhnak wrote:
>
> > If you only target Mac and/or Win, it should be easy. If you aim for
> > linux, then good luck…
>
> If I'd use some other compiled language, then covering Mac/Win would be
> fine
On Thu, 18 Aug 2016 11:07:23 +0200
Peter Uhnak wrote:
> If you only target Mac and/or Win, it should be easy. If you aim for
> linux, then good luck…
If I'd use some other compiled language, then covering Mac/Win would be
fine considering that Linux users are (mostly) accustomed to build
install
On Thu, Aug 18, 2016 at 10:36:50AM +0200, Gour wrote:
> Hello,
>
> there are some Smalltalks like Dolphin, VisualWorks..which can, afaict,
> create stand-alone executable for easier deployment to end users.
>
> I'm aware that Pharo probably has more important tasks to tackle first,
> but just cur
Hello,
there are some Smalltalks like Dolphin, VisualWorks..which can, afaict,
create stand-alone executable for easier deployment to end users.
I'm aware that Pharo probably has more important tasks to tackle first,
but just curious if creating stand-alone/runtime exectuables is
somewhere on its
20 matches
Mail list logo