ModKit: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
(Created page with "== Introduction ModKit is a visual programming language to program Arduino electronic boards. An unsuccessful [https://www.kickstarter.com/projects/modkit/modkitio-the-i...")
 
mNo edit summary
Line 1: Line 1:
== Introduction
== Introduction ==


ModKit is a [[visual programming language]] to program Arduino electronic boards.
ModKit is a [[visual programming language]] to program Arduino electronic boards.
Line 7: Line 7:
{{quotationbox|Modkit.io is a new kind of programming language for the Internet of Everything for Everyone. It has a rich, yet surprisingly intuitive, multithreaded and event oriented syntax that will be familiar to millions of young students and educators who have been exposed to Scratch. And it works with Wiring, the microcontroller framework used in the Arduino IDE as well as development tools from TI, Particle, and Intel.   
{{quotationbox|Modkit.io is a new kind of programming language for the Internet of Everything for Everyone. It has a rich, yet surprisingly intuitive, multithreaded and event oriented syntax that will be familiar to millions of young students and educators who have been exposed to Scratch. And it works with Wiring, the microcontroller framework used in the Arduino IDE as well as development tools from TI, Particle, and Intel.   


Multithreading is traditionally thought of and introduced as an advanced programming concept, but it just means you can have multiple things going on at the same time. Event-oriented simply means things can alert other things when something interesting happens. Unlike most programming languages, both of these concepts are built-in to Modkit.io, not introduced as a complicated afterthought}} ([https://www.kickstarter.com/projects/modkit/modkitio-the-internet-of-everything-for-everyone  
Multithreading is traditionally thought of and introduced as an advanced programming concept, but it just means you can have multiple things going on at the same time. Event-oriented simply means things can alert other things when something interesting happens. Unlike most programming languages, both of these concepts are built-in to Modkit.io, not introduced as a complicated afterthought}} ([https://www.kickstarter.com/projects/modkit/modkitio-the-internet-of-everything-for-everyone Modkit.io - The Internet of Everything for Everyone], retrieved Feb 2020)
Modkit.io - The Internet of Everything for Everyone], retrieved Feb 2020)


As of Feb 2020, the [http://modkit.com/micro website] is partially broken, and the [http://modkit.com/micro Modkit Micro] page annonces that {{quotation|We're working on a new graphical editor for Microcontrollers based on Modkit.io. Modkit Micro is no longer supported but is still available below}}. In our opinion this software may have a chance of becoming popular, since the better known [[MakeCode]] environment does not interact with [[Lilypads]] and the standard Arduino boards. So far we did not test this - [[User:Daniel K. Schneider|Daniel K. Schneider]] ([[User talk:Daniel K. Schneider|talk]]) 19:07, 6 February 2020 (CET)
As of Feb 2020, the [http://modkit.com/micro website] is partially broken, and the [http://modkit.com/micro Modkit Micro] page annonces that {{quotation|We're working on a new graphical editor for Microcontrollers based on Modkit.io. Modkit Micro is no longer supported but is still available below}}. In our opinion this software may have a chance of becoming popular, since the better known [[MakeCode]] environment does not interact with [[Lilypads]] and the standard Arduino boards. So far we did not test this - [[User:Daniel K. Schneider|Daniel K. Schneider]] ([[User talk:Daniel K. Schneider|talk]]) 19:07, 6 February 2020 (CET)

Revision as of 20:09, 6 February 2020

Introduction

ModKit is a visual programming language to program Arduino electronic boards.

An unsuccessful Kickstarter project described Modkit as “event driven and multi-threaded programming language for the Internet of Everything for Everyone - Inspired by Scratch.”


Modkit.io is a new kind of programming language for the Internet of Everything for Everyone. It has a rich, yet surprisingly intuitive, multithreaded and event oriented syntax that will be familiar to millions of young students and educators who have been exposed to Scratch. And it works with Wiring, the microcontroller framework used in the Arduino IDE as well as development tools from TI, Particle, and Intel.

Multithreading is traditionally thought of and introduced as an advanced programming concept, but it just means you can have multiple things going on at the same time. Event-oriented simply means things can alert other things when something interesting happens. Unlike most programming languages, both of these concepts are built-in to Modkit.io, not introduced as a complicated afterthought

(Modkit.io - The Internet of Everything for Everyone, retrieved Feb 2020)

As of Feb 2020, the website is partially broken, and the Modkit Micro page annonces that “We're working on a new graphical editor for Microcontrollers based on Modkit.io. Modkit Micro is no longer supported but is still available below”. In our opinion this software may have a chance of becoming popular, since the better known MakeCode environment does not interact with Lilypads and the standard Arduino boards. So far we did not test this - Daniel K. Schneider (talk) 19:07, 6 February 2020 (CET)

See also:

  • MakeCode, a (for now) more successful project

Links