Re: [Pharo-users] Beginner's question ...

2013-08-16 Thread Roland Strasser
On 08/17/2013 08:09 AM, Stéphane Ducasse wrote: > Hi roland > > You can run pharo with a UI using the headless mode. in that case you can > implement a simple read eval loop > that read from standard input and write on stdout. > You can also use the -eval command line parameter to get a value of

Re: [Pharo-users] Beginner's question ...

2013-08-16 Thread Roland Strasser
On 08/17/2013 07:54 AM, Yuriy Tymchuk wrote: > Hi, > > to make you more familiar with existing pharo applications you can check out: > http://www.drgeo.eu/ > Also Pharo is used for web development. You can follow Sven's tutorial to > make some simple web app: > http://zn.stfx.eu/zn/build-and-depl

Re: [Pharo-users] Beginner's question ...

2013-08-16 Thread Stéphane Ducasse
Hi roland You can run pharo with a UI using the headless mode. in that case you can implement a simple read eval loop that read from standard input and write on stdout. You can also use the -eval command line parameter to get a value of a message Now you can also define a simple ui and disable

Re: [Pharo-users] Beginner's question ...

2013-08-16 Thread Yuriy Tymchuk
Hi, to make you more familiar with existing pharo applications you can check out: http://www.drgeo.eu/ Also Pharo is used for web development. You can follow Sven's tutorial to make some simple web app: http://zn.stfx.eu/zn/build-and-deploy-1st-webapp/ Cheers. Uko Надіслано з iPhone 17 серп.

Re: [Pharo-users] Beginner's question ...

2013-08-16 Thread Roland Strasser
On 08/16/2013 08:33 PM, Roland Strasser wrote: > > Hi, > > I have programming experiences with BASIC compilers. I would like to > program in a Smalltalk environment; but I have the following newbie's > questions: > > a) Can I deploy an image without all the browsers and other "stuff" - > just a

Re: [Pharo-users] Beginner's question ...

2013-08-16 Thread Sven Van Caekenberghe
Hi Roland, On 16 Aug 2013, at 20:33, Roland Strasser wrote: > > Hi, > > I have programming experiences with BASIC compilers. I would like to > program in a Smalltalk environment; but I have the following newbie's > questions: > > a) Can I deploy an image without all the browsers and other "st

Re: [Pharo-users] Beginner's question ...

2013-08-16 Thread James Foster
Hi Roland, Welcome to Smalltalk. As someone who started with BASIC in the early 1970s, I have seen a few changes in the past 40 years. As you have discovered, the typical Smalltalk experience has a heavy emphasis on a GUI. As to deployment, it is generally more difficult to take things out (br

Re: [Pharo-users] Laser Game

2013-08-16 Thread Stéphane Ducasse
On Aug 16, 2013, at 11:11 AM, Маркіян Різун wrote: > Hi, everyone! > I have been working on a tutorial 'how to make a game using smalltalk' and > developed this game ( Laser Game ) on Squeak, as it is an example of > development on Squeak. I'm learning, so it's a great experience for me. Laser

Re: [Pharo-users] Beginner's question ...

2013-08-16 Thread Yuriy Tymchuk
Hi Roland, Can you be more certain? Is your main goal to interact with a final product because you do not have gui (for example web service). Or you just want to develop some application that can be used only with command line etc... Cheers. Uko Надіслано з iPhone 16 серп. 2013 о 21:33 Roland

[Pharo-users] Beginner's question ...

2013-08-16 Thread Roland Strasser
Hi, I have programming experiences with BASIC compilers. I would like to program in a Smalltalk environment; but I have the following newbie's questions: a) Can I deploy an image without all the browsers and other "stuff" - just a plain console program? b) How is it possible to write a console

Re: [Pharo-users] smalltalkhub is down ?

2013-08-16 Thread Benjamin
It also seems that due to a small issue in smalltalkhub, downforeveyone always answers true Ben On Aug 15, 2013, at 9:07 AM, Tudor Girba wrote: > Great. And thanks :). > > Doru > > > On Thu, Aug 15, 2013 at 8:39 AM, Esteban Lorenzano > wrote: > I restarted it. > ... and scheduled a task

Re: [Pharo-users] Laser Game

2013-08-16 Thread Yuriy Tymchuk
Hi, I think that games are cool, but now you have to port it to Pharo or even Amber. And then write a tutorial for that :) Cheers! Uko Надіслано з iPhone 16 серп. 2013 о 12:11 Маркіян Різун написав(ла): > Hi, everyone! > I have been working on a tutorial 'how to make a game using smalltalk'

[Pharo-users] Laser Game

2013-08-16 Thread Маркіян Різун
Hi, everyone! I have been working on a tutorial 'how to make a game using smalltalk' and developed this game ( Laser Game ) on Squeak, as it is an example of development on Squeak. I'm learning, so it's a great experience for me. Laser Game is my first game and it's not complicated, but for me it t