Snap! (programming language)

This is an old revision of this page, as edited by DancingPhilosopher (talk | contribs) at 13:54, 6 January 2012. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
"BYOB" redirects here. For other uses, see BYOB (disambiguation).

BYOB is an open-source early computer language learning environment, featuring custom (build your own) blocks, first class procedures (lambda), first class lists (including lists of lists), and first class truly object oriented sprites with prototyping inheritance, which are not part of Scratch it is based upon.[1]

BYOB
Paradigmobject-oriented, educational, event-driven
DeveloperJens Mönig
First appeared2011
Stable release
3.1.1 / May 19, 2011
Typing disciplinedynamic
LicenseOpen source with proprietary components
Filename extensions.ypr
Websitebyob.berkeley.edu/
Influenced by
open-source early computer language learning environment Scratch

BYOB can be installed and freely redistributed on any Windows, Mac OS X or Linux computer. The open-source code is made available under a license that allows modifications for non-commercial uses and can be downloaded from the UC Berkely website [2].

BYOB was developed by Jens Mönig [3] with documentation provided by Brian Harvey [4][5] from University of California, Berkeley and has been used to teach "The Beauty and Joy of Computing" introductory course in CS for non-CS-major students [6].

See also

References