Jens Mönig and Brian Harvey both received a National Technology Leadership Summit (NTLS) Educational Technology Leadership Award for their impact on educational technology over the course of a lifetime, for their work on Snap! https://ntls.info/ntls-educational-leadership-award/brian-ha... >[...] Snap! is a remarkable technological achievement. However, like Logo, its greatest achievement is arguably the educational…
It’s awesome to see Brian Harvey get recognition. He’s an incredible educator - the finest I’ve encountered - and I’ll be forever grateful that I got to experience that at Berkeley before he retired. https://en.m.wikipedia.org/wiki/Brian_Harvey_(lecturer)
Snap! 6 is here, and it's all about scale
41–50 of 59 posts
Re: Snap! 6 is here, and it's all about scale
#42Jens Mönig and Brian Harvey both received a National Technology Leadership Summit (NTLS) Educational Technology Leadership Award for their impact on educational technology over the course of a lifetime, for their work on Snap! https://ntls.info/ntls-educational-leadership-award/brian-ha... >[...] Snap! is a remarkable technological achievement. However, like Logo, its greatest achievement is arguably the educational…
Very well deserved, Jens is an awesome person.
Re: Snap! 6 is here, and it's all about scale
#43Great. I had read about it but wasn’t sure if it was a better option than Scratch for younger kids. Mine are 6 and 7 and I they use something similar to Scratch. Does anybody know if younger kids use Snap! ?
Re: Snap! 6 is here, and it's all about scale
#44Note: it's not related to the package manager. https://en.wikipedia.org/wiki/Snap_(package_manager)
Alternately: Note: it’s related to the visual programming language. https://en.m.wikipedia.org/wiki/Snap!_(programming_language) Or with full snark mode enabled: Note: it’s about the visual programming language (2009) and not the package manager (2014.) :)
Note: it’s about the visual programming language (2009) and not about the band (1989) or the package manager (2014.)
:)
(full geek mode enabled: the band name is even spelled identically, including the bang: https://en.wikipedia.org/wiki/Snap! - Given that Jens Mönig, like the band, is German, here's hoping that the name is a tribute)
Re: Snap! 6 is here, and it's all about scale
#45Jens Mönig and Brian Harvey both received a National Technology Leadership Summit (NTLS) Educational Technology Leadership Award for their impact on educational technology over the course of a lifetime, for their work on Snap! https://ntls.info/ntls-educational-leadership-award/brian-ha... >[...] Snap! is a remarkable technological achievement. However, like Logo, its greatest achievement is arguably the educational…
It’s awesome to see Brian Harvey get recognition. He’s an incredible educator - the finest I’ve encountered - and I’ll be forever grateful that I got to experience that at Berkeley before he retired. https://en.m.wikipedia.org/wiki/Brian_Harvey_(lecturer)
Re: Snap! 6 is here, and it's all about scale
#46Earlier quoted context omitted.
“Snap! is Scheme disguised as Scratch.” -Brian Harvey
S3 btw do people transition out from snap! ? do they go emacs ? vi ? IDE ?
You have a choice between multiple script languages (Lua, Javascript and more). The run-time library [3] only has a handful of simple functions but is feature-complete nonetheless (plus there is some address-based peek/poke API to do more advanced, low-level stuff).
I'd imagine learning javascript programming by starting game-development in TIC-80 to be much more straight-forward than attempting to wrestle with the complexities of HTML5+CSS+javascript+tooling for in-browser programming.
Re: Snap! 6 is here, and it's all about scale
#47Earlier quoted context omitted.
Alternately: Note: it’s related to the visual programming language. https://en.m.wikipedia.org/wiki/Snap!_(programming_language) Or with full snark mode enabled: Note: it’s about the visual programming language (2009) and not the package manager (2014.) :)
Surely you must mean, Note: it’s about the visual programming language (2009) and not about the band (1989) or the package manager (2014.) :) (full geek mode enabled: the band name is even spelled identically, including the bang: https://en.wikipedia.org/wiki/Snap ! - Given that Jens Mönig, like the band, is German, here's hoping that the name is a tribute)
We were very happy with the name BYOB, but we had a few teachers tell us very insistently that they could never use a language called that with kids. Those of you who live in civilized countries can't appreciate Americans' lack of a sense of humor. So we were looking for a reasonably short name for which the ___.berkeley.edu domain was available, and Snap was what we found.
Re: Snap! 6 is here, and it's all about scale
#48Earlier quoted context omitted.
Alternately: Note: it’s related to the visual programming language. https://en.m.wikipedia.org/wiki/Snap!_(programming_language) Or with full snark mode enabled: Note: it’s about the visual programming language (2009) and not the package manager (2014.) :)
Surely you must mean, Note: it’s about the visual programming language (2009) and not about the band (1989) or the package manager (2014.) :) (full geek mode enabled: the band name is even spelled identically, including the bang: https://en.wikipedia.org/wiki/Snap ! - Given that Jens Mönig, like the band, is German, here's hoping that the name is a tribute)
https://en.wikipedia.org/wiki/Snap!_(disambiguation)
https://en.wikipedia.org/wiki/Snap%21
https://en.wikipedia.org/wiki/Snap!_(album)
https://en.wikipedia.org/wiki/Snap!_(programming_language)
https://en.wikipedia.org/wiki/SNAP%21
I think the Object Oriented version of Snap! should be called "Snap! Snap!" instead of "Snap!++".
Great minds snap alike! (That man's nuts: grab 'em! Woo hoo!)
Re: Snap! 6 is here, and it's all about scale
#49I taught a high-school Intro to CS course last year with the TEALs program ( https://tealsk12.org ). I was very unenthusiastic when I heard that the first semester was taught using Snap, but I was wrong. Snap is a pretty awesome way to introduce someone to programming (much more powerful and reliable than other block-based programming environments I've tinkered with like the Kano kit). The one really terrible thing a…