New guy in the community.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

New guy in the community.

Mark Rizun
Hi everyone!
My name is Mark and I'm new in Pharo community. I live in Ukraine and study in Ivan Franko National University of Lviv on the Faculty of Applied Mathematics and Informatics. I've just finished my first year and now I want to study programming a lot (I have whole summer!).
I hope, that after some time I will be able to create some cool things and also to inspire other novice programmers, as my friend inspired me. My dream is to create games. I know, that it can take a lot of time even for a simple ones, but I'm ready for it.
Thank you guys for reading this.
Mark.
Reply | Threaded
Open this post in threaded view
|

Re: New guy in the community.

Sven Van Caekenberghe-2
Hi Mark,

Welcome !

On 04 Jun 2013, at 11:58, Маркіян Різун <[hidden email]> wrote:

> Hi everyone!
> My name is Mark and I'm new in Pharo community. I live in Ukraine and study in Ivan Franko National University of Lviv on the Faculty of Applied Mathematics and Informatics. I've just finished my first year and now I want to study programming a lot (I have whole summer!).
> I hope, that after some time I will be able to create some cool things and also to inspire other novice programmers, as my friend inspired me. My dream is to create games. I know, that it can take a lot of time even for a simple ones, but I'm ready for it.
> Thank you guys for reading this.
> Mark.

A great resource to start with is the free book 'Pharo by Example'

        http://pharobyexample.org

The book uses an older version of Pharo, but it is highly recommended to use the special version that comes with the book

        http://pharobyexample.org/image/PBE-OneClick-1.1.app.zip

Regards,

Sven

--
Sven Van Caekenberghe
Proudly supporting Pharo
http://pharo.org
http://association.pharo.org
http://consortium.pharo.org





Reply | Threaded
Open this post in threaded view
|

Re: New guy in the community.

Mark Rizun
Thank you Sven.


2013/6/4 Sven Van Caekenberghe <[hidden email]>
Hi Mark,

Welcome !

On 04 Jun 2013, at 11:58, Маркіян Різун <[hidden email]> wrote:

> Hi everyone!
> My name is Mark and I'm new in Pharo community. I live in Ukraine and study in Ivan Franko National University of Lviv on the Faculty of Applied Mathematics and Informatics. I've just finished my first year and now I want to study programming a lot (I have whole summer!).
> I hope, that after some time I will be able to create some cool things and also to inspire other novice programmers, as my friend inspired me. My dream is to create games. I know, that it can take a lot of time even for a simple ones, but I'm ready for it.
> Thank you guys for reading this.
> Mark.

A great resource to start with is the free book 'Pharo by Example'

        http://pharobyexample.org

The book uses an older version of Pharo, but it is highly recommended to use the special version that comes with the book

        http://pharobyexample.org/image/PBE-OneClick-1.1.app.zip

Regards,

Sven

--
Sven Van Caekenberghe
Proudly supporting Pharo
http://pharo.org
http://association.pharo.org
http://consortium.pharo.org






Reply | Threaded
Open this post in threaded view
|

Re: New guy in the community.

Clément Béra
In reply to this post by Mark Rizun
Hello and welcome,

Yeah lots of programmers start programming willing to do video games. But a few finish by really doing games...

When I was student (a year ago) I started to implement a game, and then I switched and I am now working in compiler & virtual machines related stuff. But recently I decided to fulfill my dream and to finish the game I started as a student. Some features are still missing, but the game is there : http://clementbera.github.io/amber/projects/easnoth/easnoth.html#

This is done in Smalltalk. Not directly in Pharo, because Pharo permits to do client applications, and as a small game I prefered to have it on the web so I implemented in in amber, which could be described as a Pharo on the web.

Good luck with Pharo. Any question is welcomed.

Clement



2013/6/4 Маркіян Різун <[hidden email]>
Hi everyone!
My name is Mark and I'm new in Pharo community. I live in Ukraine and study in Ivan Franko National University of Lviv on the Faculty of Applied Mathematics and Informatics. I've just finished my first year and now I want to study programming a lot (I have whole summer!).
I hope, that after some time I will be able to create some cool things and also to inspire other novice programmers, as my friend inspired me. My dream is to create games. I know, that it can take a lot of time even for a simple ones, but I'm ready for it.
Thank you guys for reading this.
Mark.



--
Clément Béra
Mate Virtual Machine Engineer
Bâtiment B 40, avenue Halley 59650 Villeneuve d'Ascq
Reply | Threaded
Open this post in threaded view
|

Re: New guy in the community.

EstebanLM

On Jun 4, 2013, at 1:22 PM, Clément Bera <[hidden email]> wrote:

Hello and welcome,

Yeah lots of programmers start programming willing to do video games. But a few finish by really doing games...

that's really encouraging ;)
but yes... 25 years ago I made my first small program: 

10 PRINT "HELLO"
20 GOTO 10

( it was a Commodore 64 :D )

... and I was already dreaming about doing games :)
finally last year I decided it was about time to actually doing games and I started storm project for that... now I'm again stuck doing something else, but well... dreams are for make us moving on :)

anyway, welcome and I hope you find here a place to make your dreams live.

Esteban


When I was student (a year ago) I started to implement a game, and then I switched and I am now working in compiler & virtual machines related stuff. But recently I decided to fulfill my dream and to finish the game I started as a student. Some features are still missing, but the game is there : http://clementbera.github.io/amber/projects/easnoth/easnoth.html#

This is done in Smalltalk. Not directly in Pharo, because Pharo permits to do client applications, and as a small game I prefered to have it on the web so I implemented in in amber, which could be described as a Pharo on the web.

Good luck with Pharo. Any question is welcomed.

Clement



2013/6/4 Маркіян Різун <[hidden email]>
Hi everyone!
My name is Mark and I'm new in Pharo community. I live in Ukraine and study in Ivan Franko National University of Lviv on the Faculty of Applied Mathematics and Informatics. I've just finished my first year and now I want to study programming a lot (I have whole summer!).
I hope, that after some time I will be able to create some cool things and also to inspire other novice programmers, as my friend inspired me. My dream is to create games. I know, that it can take a lot of time even for a simple ones, but I'm ready for it.
Thank you guys for reading this.
Mark.



--
Clément Béra
Mate Virtual Machine Engineer
Bâtiment B 40, avenue Halley 59650 Villeneuve d'Ascq

Reply | Threaded
Open this post in threaded view
|

Re: New guy in the community.

Mark Rizun
In reply to this post by Clément Béra
Checked out your game. It's very nice) Hope i can do that later and thank you Clement. 


2013/6/4 Clément Bera <[hidden email]>
Hello and welcome,

Yeah lots of programmers start programming willing to do video games. But a few finish by really doing games...

When I was student (a year ago) I started to implement a game, and then I switched and I am now working in compiler & virtual machines related stuff. But recently I decided to fulfill my dream and to finish the game I started as a student. Some features are still missing, but the game is there : http://clementbera.github.io/amber/projects/easnoth/easnoth.html#

This is done in Smalltalk. Not directly in Pharo, because Pharo permits to do client applications, and as a small game I prefered to have it on the web so I implemented in in amber, which could be described as a Pharo on the web.

Good luck with Pharo. Any question is welcomed.

Clement



2013/6/4 Маркіян Різун <[hidden email]>
Hi everyone!
My name is Mark and I'm new in Pharo community. I live in Ukraine and study in Ivan Franko National University of Lviv on the Faculty of Applied Mathematics and Informatics. I've just finished my first year and now I want to study programming a lot (I have whole summer!).
I hope, that after some time I will be able to create some cool things and also to inspire other novice programmers, as my friend inspired me. My dream is to create games. I know, that it can take a lot of time even for a simple ones, but I'm ready for it.
Thank you guys for reading this.
Mark.



--
Clément Béra
Mate Virtual Machine Engineer
Bâtiment B 40, avenue Halley 59650 Villeneuve d'Ascq

Reply | Threaded
Open this post in threaded view
|

Re: New guy in the community.

Mark Rizun
In reply to this post by EstebanLM
Maybe it wasn't encouraging however I will try to make my dream real.


2013/6/4 Esteban Lorenzano <[hidden email]>

On Jun 4, 2013, at 1:22 PM, Clément Bera <[hidden email]> wrote:

Hello and welcome,

Yeah lots of programmers start programming willing to do video games. But a few finish by really doing games...

that's really encouraging ;)
but yes... 25 years ago I made my first small program: 

10 PRINT "HELLO"
20 GOTO 10

( it was a Commodore 64 :D )

... and I was already dreaming about doing games :)
finally last year I decided it was about time to actually doing games and I started storm project for that... now I'm again stuck doing something else, but well... dreams are for make us moving on :)

anyway, welcome and I hope you find here a place to make your dreams live.

Esteban


When I was student (a year ago) I started to implement a game, and then I switched and I am now working in compiler & virtual machines related stuff. But recently I decided to fulfill my dream and to finish the game I started as a student. Some features are still missing, but the game is there : http://clementbera.github.io/amber/projects/easnoth/easnoth.html#

This is done in Smalltalk. Not directly in Pharo, because Pharo permits to do client applications, and as a small game I prefered to have it on the web so I implemented in in amber, which could be described as a Pharo on the web.

Good luck with Pharo. Any question is welcomed.

Clement



2013/6/4 Маркіян Різун <[hidden email]>
Hi everyone!
My name is Mark and I'm new in Pharo community. I live in Ukraine and study in Ivan Franko National University of Lviv on the Faculty of Applied Mathematics and Informatics. I've just finished my first year and now I want to study programming a lot (I have whole summer!).
I hope, that after some time I will be able to create some cool things and also to inspire other novice programmers, as my friend inspired me. My dream is to create games. I know, that it can take a lot of time even for a simple ones, but I'm ready for it.
Thank you guys for reading this.
Mark.



--
Clément Béra
Mate Virtual Machine Engineer
Bâtiment B 40, avenue Halley 59650 Villeneuve d'Ascq


Reply | Threaded
Open this post in threaded view
|

Re: New guy in the community.

askoh
Administrator
In reply to this post by Sven Van Caekenberghe-2
Reply | Threaded
Open this post in threaded view
|

Re: New guy in the community.

Dennis Schetinin
In reply to this post by Mark Rizun
(Just for your information) If you (don't mind to) speak Russian, you are welcome to join Russian(-speaking) Smalltalk User Group at http://groups.google.com/group/sugr. The (old and ugly, but still alive) site is http://rsug.ru/.


--

Best regards,


Dennis Schetinin



2013/6/4 Маркіян Різун <[hidden email]>
Hi everyone!
My name is Mark and I'm new in Pharo community. I live in Ukraine and study in Ivan Franko National University of Lviv on the Faculty of Applied Mathematics and Informatics. I've just finished my first year and now I want to study programming a lot (I have whole summer!).
I hope, that after some time I will be able to create some cool things and also to inspire other novice programmers, as my friend inspired me. My dream is to create games. I know, that it can take a lot of time even for a simple ones, but I'm ready for it.
Thank you guys for reading this.
Mark.