Already part of Microsoft MakeCode learn to code ecosystem. Read this blog for more details: https://www.microsoft.com/en-us/research/blog/rocket-fast-em...
HN user
abchatra
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/).
MakeCode works with Minecraft Windows 10 as well. Please see the setup instructions here: https://minecraft.makecode.com/setup
I am dev who builds Microsoft MakeCode (https://makecode.com) editor for micro:bit. Try out these fun projects on micro:bit and give us feedback 1. Rock-paper-scissors (https://pxt.microbit.org/projects/rock-paper-scissors) 2. Guitar: (https://pxt.microbit.org/projects/guitar) 3. Milk Monster: (https://pxt.microbit.org/projects/milky-monster)
:-). Yes I do love it here. Thanks!
We build editor for microbit (beta - https://pxt.microbit.org). Code is open source as well(https://github.com/Microsoft/pxt). Give us some feedback.
Great question. Yes, we have a way to disable jit. See the merged pull request by our super cool dev here: https://github.com/Microsoft/ChakraCore/pull/4. We have build configuration which produces daily builds without JIT as well: https://github.com/Microsoft/ChakraCore/pull/42.
Sincerely thank you. Yes, it was a lot of hard work, but we had fun. Looking forward to working with the community.
Disclaimer: I work for Chakra team.
Sure I will follow up.
Fixed by this: https://github.com/Microsoft/ChakraCore/issues/70
You can follow webassembly standardization process here: https://github.com/WebAssembly/spec
Look at prototype pull request in ChakraCore by one of our awesome engineer: https://github.com/Microsoft/ChakraCore/pull/63
The first step is to get the runtime and interpreter running. Next step is to bring the jit up. Chakra is the hybrid engine where we have the interpreter, simple jit and full jit. The interpreter is the one which does all the profile data collection. Profile data is required to get the quality jit code.
Declaimer: I work for Chakra team.
Road map here: https://github.com/Microsoft/ChakraCore/wiki/Roadmap
I work for Chakra team.
WebMIDI is not owned by Chakra. Please voice your opinion here
https://wpdev.uservoice.com/forums/257854-microsoft-edge-dev...
I work for Chakra team and it is going to under MIT license.