I’m pleased to announce a new release of Kojo. Highlights include:
- Italian Level 1 (UI) and Level 2 (programming) support — contributed by Massimo Maria Ghisalberti.
As always, the new version is available from the Kojo Download Page.
Enjoy!
I’m pleased to announce a new release of Kojo. Highlights include:
As always, the new version is available from the Kojo Download Page.
Enjoy!
I’m pleased to announce a new release of Kojo. Highlights include:
As always, the new version is available from the Kojo Download Page.
Enjoy!
I’m pleased to announce a new release of Kojo. Highlights include:
As always, the new version is available from the Kojo Download Page.
Enjoy!
All except the first one are short books without any prose! These books contain small snippets of code for learners to try out, along with (constructionist) exercises based on code that has been previously seen/used by the learner.
Initial results with this format have been quite promising, and I plan to put out more such books over the course of this year.
Kojo continues its impressive progress in Sweden. The following is a link from the blog of Skolverket, the Swedish National Agency for Education:
http://omvarld.blogg.skolverket.se/2015/02/26/programmering-for-alla-pa-tunaskolan-i-lund/
(You can use Google Translate to decipher the contents of the above link).
I’m pleased to announce a new release of Kojo. Highlights include:
As always, the new version is available from the Kojo Download Page.
Enjoy!
I’m pleased to announce a new release of Kojo. Highlights include:
clr val za = nt // create a new turtle called za za fd 100 // one command per line za rt 90 za fd 100 rt 90 fd 100 rt 90 // many commands per line // only one-arg commands can be used without parens za jt (0, 0) lt 90 // teach za new tricks za teach 'sq cmds { za fd 100 rt 90 fd 100 rt 90 za fd 100 rt 90 fd 100 rt 90 } za teach 'sqn cmds { n => rpt(4) { za fd n rt 90 } } za teach 'colrsq cmds { (n, c) => za fc c rpt(4) { za fd n rt 90 } } // use the new commands za sq () sqn 80 colrsq (70, green)
As always, the new version is available from the Kojo Download Page.
Enjoy!
I’m pleased to announce a new release of Kojo. Highlights include:
As always, the new version is available from the Kojo Download Page.
Enjoy!
I received the Phil Bagwell award at Scala Days 2014 for my work with Kojo. Here’s what I said in my video ‘acceptance speech’ :
“It’s an honor for me to get the Phil Bagwell award this year. I had the pleasure of collaborating with Phil for about a year during the course of my work with Kojo; he made big contributions to Kojo during this time – first with the Scala tutorial that is included right within Kojo, and then by giving me very constructive and very hands-on feedback on pretty much every new feature that was added to Kojo during this time.
So getting this award today in his name is a special moment for me, and adds to my motivation to continue to work in the area of Scala and education; and of showing, via Kojo, how Scala can be used in simple yet powerful ways. This was important to Phil, and continues to be important to me.”
I’m pleased to announce a new release of Kojo. Highlights include:
As always, the new version is available from the Kojo Download Page.
Enjoy!
I’m pleased to announce a new release of Kojo. Highlights include:
As always, the new version is available from the Kojo Download Page.
Enjoy!
interviewed me last month. The interview contains a good summary of where Kojo has come from and where it is going.
from Thoughtworks