[TriZPUG] Blockly

Elliott Hauser elliott at trinket.io
Fri Sep 5 19:23:55 CEST 2014


A quick point of order, to Chris's comment about Javascript below: Blockly
can output Python, Javascript, Dart, or XML
https://blockly-demo.appspot.com/static/apps/code/index.html

We're actually thinking of incorporating it into our Python trinkets as a
bridge between scratch and python.  As a developer, just htink of Blockly
as a text box that only emits perfectly formatted code.


Elliott Hauser
CEO, trinket
@hauspoor <http://twitter.com/hauspoor>
(919) 308-6681


On Fri, Sep 5, 2014 at 6:00 AM, <trizpug-request at python.org> wrote:

> Send TriZPUG mailing list submissions to
>         trizpug at python.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://mail.python.org/mailman/listinfo/trizpug
> or, via email, send a message with subject or body 'help' to
>         trizpug-request at python.org
>
> You can reach the person managing the list at
>         trizpug-owner at python.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of TriZPUG digest..."
>
>
> Today's Topics:
>
>    1. Re: Blockly (Calvin Spealman)
>    2. Re: Blocky vs Scratch (Mark Hutchinson)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 4 Sep 2014 22:19:49 -0400
> From: Calvin Spealman <ironfroggy at gmail.com>
> To: "Triangle (North Carolina) Zope and Python Users Group"
>         <trizpug at python.org>
> Subject: Re: [TriZPUG] Blockly
> Message-ID:
>         <CAGaVwhQA308tkZPUbRw0XsvYD7kK72F=
> hfibDqHQDoLd2OuUbA at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> What does make Blockly interesting, to me anyway, is two parts:
>
>    - they compile to JS
>    - you can customize the system with custom block types
>
> So, combined, these two properties mean you could use Blockly as the basis
> for a graphical DSL inside your application, or to mod a web-based game. I
> think these possibilities might make up for some of the complexities it
> creates, especially with the right custom blocks.
>
> Imagine an HTML5-based Minecraft clone in which you could problem custom
> blocks or mobs using something like this, right inside the game, and share
> it with friends?
>
>
> On Thu, Sep 4, 2014 at 9:43 PM, Vinod Kurup <vinod at kurup.com> wrote:
>
> > On Thu, Sep 4, 2014 at 7:14 PM, Chris Calloway <cbc at unc.edu> wrote:
> >
> >> Thanks. I'm looking at it from the perspective of what might fit kids'
> >> heads at what age range. These building block programming tricks are
> >> usually aimed at 8-11 years old, I think. I think what I liked least
> about
> >> Blockly is that it throws Javascript source at kids after they build
> >> blocks, as if Javascript is a good choice for exposing to that age
> range.
> >> Maybe I'm underestimating kids. But we choose blocks for the limited
> >> dependency on language skills development and then expect the same kids
> to
> >> match up curly braces. :)
> >
> >
> > ?My son is 7 and we went through a a few of the lessons. I also found the
> > JS code blocks a little strange. The actual activities (so far) were
> pretty
> > easy for him, but understanding the JS was a bit beyond him. I also agree
> > that Scratch is way more flexible, but sometimes it's nice to have
> > something structured like this, otherwise he gets lost about what to do.
> > Thanks for passing on the link!?
> >
> > --
> > Vinod Kurup, MD
> > vinod at kurup.com
> > http://kurup.org
> >
> > _______________________________________________
> > TriZPUG mailing list
> > TriZPUG at python.org
> > https://mail.python.org/mailman/listinfo/trizpug
> > http://trizpug.org is the Triangle Zope and Python Users Group
> >
>
>
>
> --
> Read my blog! I depend on your acceptance of my opinion! I am interesting!
> http://hub.ironfroggy.com/
> Follow me if you're into that sort of thing:
> http://www.twitter.com/ironfroggy
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://mail.python.org/pipermail/trizpug/attachments/20140904/487ac874/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 2
> Date: Thu, 4 Sep 2014 22:44:25 -0400
> From: Mark Hutchinson <aikimark at aol.com>
> To: trizpug at python.org
> Subject: Re: [TriZPUG] Blocky vs Scratch
> Message-ID: <8D196CA7097607F-2C58-18344 at webmail-m291.sysops.aol.com>
> Content-Type: text/plain; charset="us-ascii"
>
> Chris
>
>
> I think the Blocky site is more difficult because it poses actual problems
> to be solved, rather than providing a free-form play environment like
> Scratch.
>
>
> Mark
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://mail.python.org/pipermail/trizpug/attachments/20140904/8894819d/attachment-0001.html
> >
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> TriZPUG mailing list
> TriZPUG at python.org
> https://mail.python.org/mailman/listinfo/trizpug
>
>
> ------------------------------
>
> End of TriZPUG Digest, Vol 77, Issue 4
> **************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/trizpug/attachments/20140905/267050b3/attachment-0001.html>


More information about the TriZPUG mailing list