Re: [Pharo-users] An Idea for a minimal self documented begineer friendly pharo image

2016-05-25 Thread Dimitris Chloupis
there is intersection afterall interactive documentation is the holy grail of documentation. I would love to have that. I was thinking making my Prometheas project not just a a bunch of pillar files but also an internal tool inside pharo that can show you titles of chapters of documentation which w

Re: [Pharo-users] An Idea for a minimal self documented begineer friendly pharo image

2016-05-24 Thread Offray Vladimir Luna Cárdenas
Hi, Nice to see this efforts. I will try to help with my interactive notebook documentation project for reproducible/open research and by making visualization for more diverse fields, mainly data activism: Panama Papers[1], Political discourses[2](should be updated), but also medicines [3]. A

Re: [Pharo-users] An Idea for a minimal self documented begineer friendly pharo image

2016-05-24 Thread Dimitris Chloupis
WOW I did not expect so many replies Its amazing you guys work on a minimal image, since that is the case I will wait for you experts to deliver and instead as you advise me Esteban I will focus my effort on documentation, it looks like I have come to a decision to contribute to pharo in 3 ways 1

Re: [Pharo-users] An Idea for a minimal self documented begineer friendly pharo image

2016-05-24 Thread Thierry Goubier
2016-05-24 16:18 GMT+02:00 Esteban Lorenzano : > > On 24 May 2016, at 16:11, Thierry Goubier > wrote: > > > > 2016-05-24 15:18 GMT+02:00 Dimitris Chloupis : > >> Well technically the python part works fine, BUT I also always wanted it >> to be friendly to begineers . So nope , its same project. A

Re: [Pharo-users] An Idea for a minimal self documented begineer friendly pharo image

2016-05-24 Thread Esteban Lorenzano
> On 24 May 2016, at 16:22, Esteban Lorenzano wrote: > > >> On 24 May 2016, at 16:16, Dimitris Chloupis > > wrote: >> >> thanks for the info Thierry where I can find the minimal image ? > > > Pharo 6.0 minimal image >

Re: [Pharo-users] An Idea for a minimal self documented begineer friendly pharo image

2016-05-24 Thread Esteban Lorenzano
> On 24 May 2016, at 16:16, Dimitris Chloupis wrote: > > thanks for the info Thierry where I can find the minimal image ? Pharo 6.0 minimal image Esteban

Re: [Pharo-users] An Idea for a minimal self documented begineer friendly pharo image

2016-05-24 Thread Pavel Krivanek
2016-05-24 15:18 GMT+02:00 Dimitris Chloupis : > Well technically the python part works fine, BUT I also always wanted it > to be friendly to begineers . So nope , its same project. And you are > correct its still focused in coding 3d graphics but I came to realisation > that if I want some people

Re: [Pharo-users] An Idea for a minimal self documented begineer friendly pharo image

2016-05-24 Thread Esteban Lorenzano
> On 24 May 2016, at 16:11, Thierry Goubier wrote: > > > > 2016-05-24 15:18 GMT+02:00 Dimitris Chloupis >: > Well technically the python part works fine, BUT I also always wanted it to > be friendly to begineers . So nope , its same project. And you are correct

Re: [Pharo-users] An Idea for a minimal self documented begineer friendly pharo image

2016-05-24 Thread Dimitris Chloupis
thanks for the info Thierry where I can find the minimal image ? On Tue, May 24, 2016 at 5:12 PM Thierry Goubier wrote: > 2016-05-24 15:18 GMT+02:00 Dimitris Chloupis : > >> Well technically the python part works fine, BUT I also always wanted it >> to be friendly to begineers . So nope , its sa

Re: [Pharo-users] An Idea for a minimal self documented begineer friendly pharo image

2016-05-24 Thread Thierry Goubier
2016-05-24 15:18 GMT+02:00 Dimitris Chloupis : > Well technically the python part works fine, BUT I also always wanted it > to be friendly to begineers . So nope , its same project. And you are > correct its still focused in coding 3d graphics but I came to realisation > that if I want some people

Re: [Pharo-users] An Idea for a minimal self documented begineer friendly pharo image

2016-05-24 Thread Dimitris Chloupis
Well technically the python part works fine, BUT I also always wanted it to be friendly to begineers . So nope , its same project. And you are correct its still focused in coding 3d graphics but I came to realisation that if I want some people to use it, obviously i dont expect the massive majority

Re: [Pharo-users] An Idea for a minimal self documented begineer friendly pharo image

2016-05-24 Thread Ben Coman
On Tue, May 24, 2016 at 7:01 PM, Dimitris Chloupis wrote: > So I was reading the complains from Sven and got Inspiration from Torsten > Pharo image and CUIs and made me wonder what if we had an image which has > the least amount of libraries and every library inside it is full commented > in class

[Pharo-users] An Idea for a minimal self documented begineer friendly pharo image

2016-05-24 Thread Dimitris Chloupis
So I was reading the complains from Sven and got Inspiration from Torsten Pharo image and CUIs and made me wonder what if we had an image which has the least amount of libraries and every library inside it is full commented in class, package and method and even has tutorial using inside help tool.