SciSmalltalk first commit

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

SciSmalltalk first commit

SergeStinckwich
Dear all,

i made the first commit for the SciSmalltalk project. The code is
available here:
https://github.com/SergeStinckwich/SciSmalltalk

As a test, i commit the random number generator available here:
http://www.squeaksource.com/Random.html

I put here a list of potential existing code that could be integrated
in SciSmalltalk:
https://github.com/SergeStinckwich/SciSmalltalk/wiki/Existing-Math-packages-in-Smalltalk
I will asked the authors if they agree to package their code in SciSmalltalk.

In order to have something coherent, every sub-librairies of
Sci-Smalltalk should be packaged as 'Math-XXX'. Right now, i have
Math-Random and Math-Random-Tests.

SciSmalltalk will contain only code released under MIT licence.

Any comments ?
Best regards,
--
Serge Stinckwich
UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam
Every DSL ends up being Smalltalk
http://doesnotunderstand.org/

Reply | Threaded
Open this post in threaded view
|

Re: SciSmalltalk first commit

Stéphane Ducasse

On Apr 2, 2012, at 7:36 PM, Serge Stinckwich wrote:

> Dear all,
>
> i made the first commit for the SciSmalltalk project. The code is
> available here:
> https://github.com/SergeStinckwich/SciSmalltalk

just a question why not ss3?

>
> As a test, i commit the random number generator available here:
> http://www.squeaksource.com/Random.html
>
> I put here a list of potential existing code that could be integrated
> in SciSmalltalk:
> https://github.com/SergeStinckwich/SciSmalltalk/wiki/Existing-Math-packages-in-Smalltalk
> I will asked the authors if they agree to package their code in SciSmalltalk.
>
> In order to have something coherent, every sub-librairies of
> Sci-Smalltalk should be packaged as 'Math-XXX'. Right now, i have
> Math-Random and Math-Random-Tests.
>
> SciSmalltalk will contain only code released under MIT licence.
>
> Any comments ?
> Best regards,
> --
> Serge Stinckwich
> UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam
> Every DSL ends up being Smalltalk
> http://doesnotunderstand.org/
>


cbc
Reply | Threaded
Open this post in threaded view
|

Re: SciSmalltalk first commit

cbc
In reply to this post by SergeStinckwich
On Mon, Apr 2, 2012 at 10:36 AM, Serge Stinckwich
<[hidden email]> wrote:
> In order to have something coherent, every sub-librairies of
> Sci-Smalltalk should be packaged as 'Math-XXX'. Right now, i have
> Math-Random and Math-Random-Tests.
>
Just curious, why Sci in the name, but Math as the package?  I could
see that growing over time, but to start with the discrepancy seems
odd.  Not a problem, just odd.

-Chris

Reply | Threaded
Open this post in threaded view
|

Re: SciSmalltalk first commit

SergeStinckwich
On Tue, Apr 3, 2012 at 1:42 AM, Chris Cunningham
<[hidden email]> wrote:
> On Mon, Apr 2, 2012 at 10:36 AM, Serge Stinckwich
> <[hidden email]> wrote:
>> In order to have something coherent, every sub-librairies of
>> Sci-Smalltalk should be packaged as 'Math-XXX'. Right now, i have
>> Math-Random and Math-Random-Tests.
>>
> Just curious, why Sci in the name, but Math as the package?  I could
> see that growing over time, but to start with the discrepancy seems
> odd.  Not a problem, just odd.

I think that "Math-XXX" is more easy to understand for than
"SciSmalltalk-XXX" (for someone who don't know what is SciSmalltalk).

Regards,
--
Serge Stinckwich
UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam
Every DSL ends up being Smalltalk
http://doesnotunderstand.org/

Reply | Threaded
Open this post in threaded view
|

Re: SciSmalltalk first commit

SergeStinckwich
In reply to this post by Stéphane Ducasse
On Tue, Apr 3, 2012 at 1:27 AM, Stéphane Ducasse
<[hidden email]> wrote:

>
> On Apr 2, 2012, at 7:36 PM, Serge Stinckwich wrote:
>
>> Dear all,
>>
>> i made the first commit for the SciSmalltalk project. The code is
>> available here:
>> https://github.com/SergeStinckwich/SciSmalltalk
>
> just a question why not ss3?

Because i love git and the FileTree monticello repository work done by Dale ;-)
I will push a copy on ss3 also.
Regards,
--
Serge Stinckwich
UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam
Every DSL ends up being Smalltalk
http://doesnotunderstand.org/

Reply | Threaded
Open this post in threaded view
|

Re: SciSmalltalk first commit

Stéphane Ducasse
>>
>>
>>> Dear all,
>>>
>>> i made the first commit for the SciSmalltalk project. The code is
>>> available here:
>>> https://github.com/SergeStinckwich/SciSmalltalk
>>
>> just a question why not ss3?
>
> Because i love git and the FileTree monticello repository work done by Dale ;-)
> I will push a copy on ss3 also.

My point is that how can I work and merge using monticello if this is only pubslihed on git.
I just tend to avoid to lose time with on-going solutions. So if you really people to help
use the tools they use.

Stef
Reply | Threaded
Open this post in threaded view
|

Re: SciSmalltalk first commit

SergeStinckwich
On Tue, Apr 3, 2012 at 1:43 PM, Stéphane Ducasse
<[hidden email]> wrote:

>>>
>>>
>>>> Dear all,
>>>>
>>>> i made the first commit for the SciSmalltalk project. The code is
>>>> available here:
>>>> https://github.com/SergeStinckwich/SciSmalltalk
>>>
>>> just a question why not ss3?
>>
>> Because i love git and the FileTree monticello repository work done by Dale ;-)
>> I will push a copy on ss3 also.
>
> My point is that how can I work and merge using monticello if this is only pubslihed on git.
> I just tend to avoid to lose time with on-going solutions. So if you really people to help
> use the tools they use.

This work like a usual mc repository.
Ok no worry, i will put the package also on ss3 ;-)

Regards,
--
Serge Stinckwich
UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam
Every DSL ends up being Smalltalk
http://doesnotunderstand.org/

Reply | Threaded
Open this post in threaded view
|

Re: SciSmalltalk first commit

philippeback
In reply to this post by Stéphane Ducasse
+1

2012/4/3 Stéphane Ducasse <[hidden email]>
>>
>>
>>> Dear all,
>>>
>>> i made the first commit for the SciSmalltalk project. The code is
>>> available here:
>>> https://github.com/SergeStinckwich/SciSmalltalk
>>
>> just a question why not ss3?
>
> Because i love git and the FileTree monticello repository work done by Dale ;-)
> I will push a copy on ss3 also.

My point is that how can I work and merge using monticello if this is only pubslihed on git.
I just tend to avoid to lose time with on-going solutions. So if you really people to help
use the tools they use.

Stef



--
Philippe Back
"Helping you hit the top 3 outcomes you really want to achieve"

Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail: [hidden email] | Web: http://philippeback.eu | Blog:

High Octane SPRL
rue cour Boisacq 101
1301 Bierges

Reply | Threaded
Open this post in threaded view
|

Re: SciSmalltalk first commit

Sven Van Caekenberghe
In reply to this post by SergeStinckwich
Serge,

On 03 Apr 2012, at 03:24, Serge Stinckwich wrote:

> Because i love git and the FileTree monticello repository work done by Dale ;-)

Yes, if MCFileTreeRepository lives up to its promise, and apparently it does, because you are using it, that is really great. Does it really work transparently ?

Again, one more thing to check out, time permitting.

Sven

smime.p7s (5K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: SciSmalltalk first commit

SergeStinckwich
On Tue, Apr 3, 2012 at 5:50 PM, Sven Van Caekenberghe <[hidden email]> wrote:
> Serge,
>
> On 03 Apr 2012, at 03:24, Serge Stinckwich wrote:
>
>> Because i love git and the FileTree monticello repository work done by Dale ;-)
>
> Yes, if MCFileTreeRepository lives up to its promise, and apparently it does, because you are using it, that is really great. Does it really work transparently ?

This is not transparent because you need to commit with git but this
quite easy to do that.
What is only missing for me is the way to generate .mcz file
automatically from a MCFileTreeRepository.

I love that you can commit other files than Smalltalk code on your
repo (pictures, README file ...).

Regards,
--
Serge Stinckwich
UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam
Every DSL ends up being Smalltalk
http://doesnotunderstand.org/

Reply | Threaded
Open this post in threaded view
|

Re: SciSmalltalk first commit

Stéphane Ducasse

On Apr 3, 2012, at 12:56 PM, Serge Stinckwich wrote:

> On Tue, Apr 3, 2012 at 5:50 PM, Sven Van Caekenberghe <[hidden email]> wrote:
>> Serge,
>>
>> On 03 Apr 2012, at 03:24, Serge Stinckwich wrote:
>>
>>> Because i love git and the FileTree monticello repository work done by Dale ;-)
>>
>> Yes, if MCFileTreeRepository lives up to its promise, and apparently it does, because you are using it, that is really great. Does it really work transparently ?
>
> This is not transparent because you need to commit with git but this
> quite easy to do that.
> What is only missing for me is the way to generate .mcz file
> automatically from a MCFileTreeRepository.
>
> I love that you can commit other files than Smalltalk code on your
> repo (pictures, README file …).

sure me too. I support the integration but I do not want alpha version for my alpha work :)
>
> Regards,
> --
> Serge Stinckwich
> UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam
> Every DSL ends up being Smalltalk
> http://doesnotunderstand.org/
>


Reply | Threaded
Open this post in threaded view
|

Re: SciSmalltalk first commit

SergeStinckwich
On Tue, Apr 3, 2012 at 7:42 PM, Stéphane Ducasse
<[hidden email]> wrote:

>
> On Apr 3, 2012, at 12:56 PM, Serge Stinckwich wrote:
>
>> On Tue, Apr 3, 2012 at 5:50 PM, Sven Van Caekenberghe <[hidden email]> wrote:
>>> Serge,
>>>
>>> On 03 Apr 2012, at 03:24, Serge Stinckwich wrote:
>>>
>>>> Because i love git and the FileTree monticello repository work done by Dale ;-)
>>>
>>> Yes, if MCFileTreeRepository lives up to its promise, and apparently it does, because you are using it, that is really great. Does it really work transparently ?
>>
>> This is not transparent because you need to commit with git but this
>> quite easy to do that.
>> What is only missing for me is the way to generate .mcz file
>> automatically from a MCFileTreeRepository.
>>
>> I love that you can commit other files than Smalltalk code on your
>> repo (pictures, README file …).
>
> sure me too. I support the integration but I do not want alpha version for my alpha work :)

Yes sure.

There is a now a ss3 repository also here:
http://ss3.gemstone.com/ss/SciSmalltalk.html

Regards,
--
Serge Stinckwich
UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam
Every DSL ends up being Smalltalk
http://doesnotunderstand.org/