Earlier quoted context omitted.
That is good news, my only complaint now is that Education Edition has a Mac OS version which is the platform I prefer.
Education Edition is based off Bedrock Edition, which is the console/UWP codebase (as opposed to the Java version available already). You'll have to wait for that to come to macOS first before seeing EE there.
Microsoft MakeCode
11–20 of 94 posts
Re: Microsoft MakeCode
#12Earlier quoted context omitted.
Education Edition is based off Bedrock Edition, which is the console/UWP codebase (as opposed to the Java version available already). You'll have to wait for that to come to macOS first before seeing EE there.
I realize that, actually EE is already on Mac OS, it was there even in the beta of EE. I would like to be able to use the Bedrock Edition on Mac OS but EE and being a school is the only way to do that.
Re: Microsoft MakeCode
#13Earlier quoted context omitted.
I realize that, actually EE is already on Mac OS, it was there even in the beta of EE. I would like to be able to use the Bedrock Edition on Mac OS but EE and being a school is the only way to do that.
Oh, huh, I didn't even realize. I do wonder how far the two codebases have diverged (especially with the recent "Better Together" update on Bedrock). Kind of a shame MakeCode doesn't work on Java Edition, since that's where I invested my time.
Re: Microsoft MakeCode
#14I think 'visual programming' has a lot of promise for education, but...jeez, after looking into it for awhile I'm sort of losing hope that it isn't a gimmick or fad.
Has anyone actually made a complex project with these initiatives, and had it spark an interest in computing/electronics that didn't already exist? Have they managed to make the jump from visual interfaces to lines-of-code? Is there any evidence that these programs REALLY help when it comes to engaging a wider group of people?
I'm starting to worry that it's just more cynical grant-grabbing as the projects pile up and the results don't seem to. I hope it isn't, I just worry that this is all starting to sound a little 'magic solution'-y.
The Arduino came out about 15 years ago, for perspective.
Re: Microsoft MakeCode
#15Re: Microsoft MakeCode
#16Re: Microsoft MakeCode
#17Wow, cool - the 'block editor' looks a lot like Scratch. Is it Scratch? I'm having trouble finding many details about the technical side of it. I think 'visual programming' has a lot of promise for education, but...jeez, after looking into it for awhile I'm sort of losing hope that it isn't a gimmick or fad. Has anyone actually made a complex project with these initiatives, and had it spark an interest in computing/e…
Blocks editor is based on the fork of google blockly(https://developers.google.com/blockly/).
Re: Microsoft MakeCode
#18At BlockSchool, my online coding school for kids 6-13, we've had a pretty good experience using Blockly. We've managed to hook it up to our own Minecraft-esque world.
If you're interested in what we're doing with kids you can learn more here: https://block.school
Re: Microsoft MakeCode
#19Wow, cool - the 'block editor' looks a lot like Scratch. Is it Scratch? I'm having trouble finding many details about the technical side of it. I think 'visual programming' has a lot of promise for education, but...jeez, after looking into it for awhile I'm sort of losing hope that it isn't a gimmick or fad. Has anyone actually made a complex project with these initiatives, and had it spark an interest in computing/e…
There is a toggle between blocks and javascript in MakeCode. You can write code in blocks and switch to javascript or vice versa. This dual modality hopefully helps students to make the jump from blocks to javascript on a long term. Blocks editor is based on the fork of google blockly( https://developers.google.com/blockly/ ).
Re: Microsoft MakeCode
#20Wow, cool - the 'block editor' looks a lot like Scratch. Is it Scratch? I'm having trouble finding many details about the technical side of it. I think 'visual programming' has a lot of promise for education, but...jeez, after looking into it for awhile I'm sort of losing hope that it isn't a gimmick or fad. Has anyone actually made a complex project with these initiatives, and had it spark an interest in computing/e…
There is a toggle between blocks and javascript in MakeCode. You can write code in blocks and switch to javascript or vice versa. This dual modality hopefully helps students to make the jump from blocks to javascript on a long term. Blocks editor is based on the fork of google blockly( https://developers.google.com/blockly/ ).
Though I'm not a part of the team and so can't provide much more information beyond an interested outsider, unfortunately. :)