Re: [Pharo-users] Pharo 6 snap install

2017-04-13 Thread Stephane Ducasse
We always try to have a major release around mid/end of april and this is in addition we have pharodays + several people moving to new houses :). And deadline for projects on top. On Thu, Apr 13, 2017 at 12:39 PM, Luke Gorrie wrote: > On 13 April 2017 at 12:20, Stephane Ducasse > wrote: > >> We

Re: [Pharo-users] Methods & Classes using the command line.

2017-04-13 Thread Peter Uhnak
This should be similar to having the code in playground and executing it at once. I guess it's more forgiving. What I sometimes do to work around it is to store the created class into variable, or use symbol and asClass cast e.g. cls := Object subclass: #TestClass. cls compile:'meth'. or Obj

Re: [Pharo-users] Export MongoDB to sql format

2017-04-13 Thread Esteban Lorenzano
> On 13 Apr 2017, at 19:26, Asbath Sama biyalou via Pharo-users > wrote: > > > From: Asbath Sama biyalou > Subject: Export MongoDB to sql format > Date: 13 April 2017 at 19:26:25 GMT+2 > To: Pharo users users > > > Hello Everyone. > > I think this is not the right place for this question.

Re: [Pharo-users] Machine Learning in Pharo

2017-04-13 Thread frankl1_miky
Sure I would like Le 13 avr. 2017 11:26 AM, "Stephane Ducasse-3 [via Smalltalk]" < ml-node+s1294792n4941957...@n4.nabble.com> a écrit : > You have polymath. > Now I would like to code the code of the book collective intelligence if > you want to have a look. > > Stef > > On Thu, Apr 13, 2017 at 6

Re: [Pharo-users] Machine Learning in Pharo

2017-04-13 Thread frankl1_miky
Sure, I would like Le 13 avr. 2017 11:33 AM, "SergeStinckwich [via Smalltalk]" < ml-node+s1294792n4941958...@n4.nabble.com> a écrit : > We have nothing at the moment at the level of Scikit-learn: > http://scikit-learn.org/stable/ > > but we have existing code in PolyMath: https://github.com/ > Po

Re: [Pharo-users] Methods & Classes using the command line.

2017-04-13 Thread Guillermo Polito
Hi, On Thu, Apr 13, 2017 at 6:57 PM, nacho <0800na...@gmail.com> wrote: > Hi pharoers, > > If I do the following in a minimal Pharo image, using the command line: > > ./Pharo --headless Pharo.image eval "Object subclass: #TestClass > instanceVariableNames: 'one' classVariableNames: '' package: 'I

[Pharo-users] Export MongoDB to sql format

2017-04-13 Thread Asbath Sama biyalou via Pharo-users
--- Begin Message --- Hello Everyone. I think this is not the right place for this question. But I am doing a work with Pharo. I use MongoDB with Voyage. But I am asked to export my database in sql format. I want to know if there is a way to export mongoDB in sql. Thanks. Asbath --- End Me

[Pharo-users] Methods & Classes using the command line.

2017-04-13 Thread nacho
Hi pharoers, If I do the following in a minimal Pharo image, using the command line: ./Pharo --headless Pharo.image eval "Object subclass: #TestClass instanceVariableNames: 'one' classVariableNames: '' package: 'IS-Test'." I get the class created. However, if I try to pass the following argument

Re: [Pharo-users] Neural Networks in Pharo

2017-04-13 Thread Johann Hibschman
I definitely agree with this. Performance-wise, I expect it to be terrible to model each individual neuron as an object. The logical unit (IMHO) should be a layer of neurons, with matrix weights, vector biases, and vector output. Similarly, I think you'd be better off keeping the bias as a separat

Re: [Pharo-users] Pharo 6 snap install

2017-04-13 Thread Luke Gorrie
On 13 April 2017 at 12:20, Stephane Ducasse wrote: > We will do that. > Thank you! I will wait :). Now we are under stress for the release :) > And PharoDays. Great conference! > Thank you for explaining. I am new around here ("oh, are you working on a release now?") so it helps me to have thi

Re: [Pharo-users] Machine Learning in Pharo

2017-04-13 Thread Serge Stinckwich
We have nothing at the moment at the level of Scikit-learn: http://scikit-learn.org/stable/ but we have existing code in PolyMath: https://github.com/PolyMathOrg/PolyMath Oleksandr talk about Machine Learning and Pharo recently: http://lists.pharo.org/pipermail/pharo-dev_lists.pharo.org/2017-April

Re: [Pharo-users] Machine Learning in Pharo

2017-04-13 Thread Stephane Ducasse
You have polymath. Now I would like to code the code of the book collective intelligence if you want to have a look. Stef On Thu, Apr 13, 2017 at 6:44 AM, frankl1_miky wrote: > Hello everyone, > > I would like to experiment machine learning in Pharo. > > Is there any library out there for that

Re: [Pharo-users] Pharo 6 snap install

2017-04-13 Thread Stephane Ducasse
Hi luke We will do that. Now we are under stress for the release :) And PharoDays. Great conference! Stef On Wed, Apr 12, 2017 at 4:57 PM, Luke Gorrie wrote: > On 12 April 2017 at 16:43, Offray Vladimir Luna Cárdenas < > offray.l...@mutabit.com> wrote: > >> I'm also interested in the upcoming N

Re: [Pharo-users] Pharo 6 snap install

2017-04-13 Thread Stephane Ducasse
Thanks a lot for this effort! On Wed, Apr 12, 2017 at 4:03 PM, Alistair Grant wrote: > Hi Everyone, > > I've made a snap package for Pharo 6 which I think is far enough along > for some wider testing. > > To get Pharo up and running on Ubuntu 16.04: > > # Install Pharo > $ sudo snap instal

Re: [Pharo-users] Traits, method flatten

2017-04-13 Thread Hilaire
May be an important note, FileOut is handling just right the Traits logic. Hilaire Le 13/04/2017 à 08:53, Nicolai Hess a écrit : > > I am interested, and I think I already looked at this issue, I vaguely > remember, that this has > something to do with the determination of the origin of a meth

Re: [Pharo-users] Traits, method flatten

2017-04-13 Thread Hilaire
What is your email address? I can't read it from the usenet forum. Hilaire Le 13/04/2017 à 08:53, Nicolai Hess a écrit : > > I am interested, and I think I already looked at this issue, I vaguely > remember, that this has > something to do with the determination of the origin of a method (trait