Re: [Sugar-devel] Blocks creation in MusicBlocks

2020-03-09 Thread Walter Bender
On Mon, Mar 9, 2020 at 10:47 AM Rahul kohli  wrote:

> Sir I am working on one of this year's Proposed GSoC idea (Exporting code
> in MusicBlocks)
>

OK. So when you were referring to Turtle Blocks, you were referring to the
Python code. The block format is actually quite similar, but I suspect that
other than the general idea of how export works, there will not be any
transfer between the Python code and the JavaScript code.

>
> On Mon 9 Mar, 2020, 8:14 PM Walter Bender, 
> wrote:
>
>>
>>
>> On Mon, Mar 9, 2020 at 10:09 AM Rahul kohli  wrote:
>>
>>>
>>> On Mon 9 Mar, 2020, 6:46 PM Walter Bender, 
>>> wrote:
>>>

 On Mon, Mar 9, 2020 at 8:40 AM Rahul kohli  wrote:

> Do they use the same strategy of primitive of a block with function of
> the block and its arguments
>

 Yes. But the underlying code in Music Blocks has undergone a major
 restructuring. That has not be merged in Turtle Blocks yet.

>
> On Mon, Mar 9, 2020 at 6:01 PM Walter Bender 
> wrote:
>
>> Turtle Blocks is lagging a bit behind Music Blocks at the moment. But
>> in theory, they are the same under the hood. Just a different collection 
>> of
>> blocks.
>>
>> On Mon, Mar 9, 2020 at 3:34 AM Rahul kohli 
>> wrote:
>>
>>> Is Musicblocks following the same approach for blocks creation as
>>> TurtleBlocks
>>> ___
>>> Sugar-devel mailing list
>>> Sugar-devel@lists.sugarlabs.org
>>> http://lists.sugarlabs.org/listinfo/sugar-devel
>>>
>>
>>
>> --
>> Walter Bender
>> Sugar Labs
>> http://www.sugarlabs.org
>> 
>>
>

 --
 Walter Bender
 Sugar Labs
 http://www.sugarlabs.org
 

>>>
>>> So Sir should I follow the same approach for exporting the code in
>>> musicblocks like turtleblocks or discuss with mentor and come up with new
>>> strategy since there are changes made to musicblocks codebase.
>>>
>>
>> I think I may have missed part of the thread, Not sure what you are
>> working on. If you are planning to work on Music Blocks, there is no prep
>> work needed. If you are planning to work on Turtle Blocks, we'll want to
>> first migrate all of the recent (v3) commits to the Turtle Blocks repo. In
>> either case, we should be building from the Music Blocks block API (See
>> https://github.com/sugarlabs/musicblocks/tree/master/js/blocks).
>>
>>
>> --
>> Walter Bender
>> Sugar Labs
>> http://www.sugarlabs.org
>> 
>>
>

-- 
Walter Bender
Sugar Labs
http://www.sugarlabs.org

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Blocks creation in MusicBlocks

2020-03-09 Thread Walter Bender
On Mon, Mar 9, 2020 at 10:09 AM Rahul kohli  wrote:

>
> On Mon 9 Mar, 2020, 6:46 PM Walter Bender, 
> wrote:
>
>>
>> On Mon, Mar 9, 2020 at 8:40 AM Rahul kohli  wrote:
>>
>>> Do they use the same strategy of primitive of a block with function of
>>> the block and its arguments
>>>
>>
>> Yes. But the underlying code in Music Blocks has undergone a major
>> restructuring. That has not be merged in Turtle Blocks yet.
>>
>>>
>>> On Mon, Mar 9, 2020 at 6:01 PM Walter Bender 
>>> wrote:
>>>
 Turtle Blocks is lagging a bit behind Music Blocks at the moment. But
 in theory, they are the same under the hood. Just a different collection of
 blocks.

 On Mon, Mar 9, 2020 at 3:34 AM Rahul kohli  wrote:

> Is Musicblocks following the same approach for blocks creation as
> TurtleBlocks
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>


 --
 Walter Bender
 Sugar Labs
 http://www.sugarlabs.org
 

>>>
>>
>> --
>> Walter Bender
>> Sugar Labs
>> http://www.sugarlabs.org
>> 
>>
>
> So Sir should I follow the same approach for exporting the code in
> musicblocks like turtleblocks or discuss with mentor and come up with new
> strategy since there are changes made to musicblocks codebase.
>

I think I may have missed part of the thread, Not sure what you are working
on. If you are planning to work on Music Blocks, there is no prep work
needed. If you are planning to work on Turtle Blocks, we'll want to first
migrate all of the recent (v3) commits to the Turtle Blocks repo. In either
case, we should be building from the Music Blocks block API (See
https://github.com/sugarlabs/musicblocks/tree/master/js/blocks).


-- 
Walter Bender
Sugar Labs
http://www.sugarlabs.org

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Blocks creation in MusicBlocks

2020-03-09 Thread Walter Bender
On Mon, Mar 9, 2020 at 8:40 AM Rahul kohli  wrote:

> Do they use the same strategy of primitive of a block with function of the
> block and its arguments
>

Yes. But the underlying code in Music Blocks has undergone a major
restructuring. That has not be merged in Turtle Blocks yet.

>
> On Mon, Mar 9, 2020 at 6:01 PM Walter Bender 
> wrote:
>
>> Turtle Blocks is lagging a bit behind Music Blocks at the moment. But in
>> theory, they are the same under the hood. Just a different collection of
>> blocks.
>>
>> On Mon, Mar 9, 2020 at 3:34 AM Rahul kohli  wrote:
>>
>>> Is Musicblocks following the same approach for blocks creation as
>>> TurtleBlocks
>>> ___
>>> Sugar-devel mailing list
>>> Sugar-devel@lists.sugarlabs.org
>>> http://lists.sugarlabs.org/listinfo/sugar-devel
>>>
>>
>>
>> --
>> Walter Bender
>> Sugar Labs
>> http://www.sugarlabs.org
>> 
>>
>

-- 
Walter Bender
Sugar Labs
http://www.sugarlabs.org

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Blocks creation in MusicBlocks

2020-03-09 Thread Walter Bender
Turtle Blocks is lagging a bit behind Music Blocks at the moment. But in
theory, they are the same under the hood. Just a different collection of
blocks.

On Mon, Mar 9, 2020 at 3:34 AM Rahul kohli  wrote:

> Is Musicblocks following the same approach for blocks creation as
> TurtleBlocks
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>


-- 
Walter Bender
Sugar Labs
http://www.sugarlabs.org

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel