TurtleStitch is a visual, blocks-based programming environment for turtle graphics with a primary focus on embroidery.
 
 
 
Go to file
Michael Ball aa62a6c7d4 Fix type issue when adding blanks to lists
This is one small change that will need to be tested!
This makes the add function behaves like `in front of` and
uses a call to `isNil()`. Only values that are `nil` will be
added  to the list as `null` (in JS). This is more consistent with
Snap! so that values like the empty string are handled correctly.

This fixes #863. Contains will properly handle empty inputs and
when re-loading a list with blank elements added, they will no
longer be converted to 0's.
2015-07-14 21:33:34 -07:00
Backgrounds
Costumes
Examples
Sounds
help
libraries
.gitignore
README.md
Snap! Connectivity Strategy.pdf
agpl.txt
blocks.js Merge pull request #834 from cycomachead/number-functions 2015-06-25 15:32:22 +02:00
byob.js Revert to "new" for object creation 2015-06-25 15:11:51 +02:00
click.wav
cloud.js
contributing to BYOB4.txt
favicon.ico
gui.js add indentation 2015-06-25 16:35:00 +02:00
history.txt update version history 2015-06-26 14:16:20 +02:00
index.html
lang-bn.js
lang-ca.js
lang-cs.js
lang-de.js
lang-dk.js
lang-el.js
lang-eo.js
lang-es.js
lang-fi.js
lang-fr.js update French translation, thanks, Frédéric Bonnaud! 2015-06-25 16:00:17 +02:00
lang-it.js
lang-ja.js
lang-ja_HIRA.js
lang-kn.js
lang-ko.js
lang-ml.js
lang-nl.js
lang-no.js
lang-pl.js
lang-pt.js
lang-pt_BR.js
lang-ru.js
lang-si.js
lang-sv.js
lang-ta.js
lang-te.js
lang-tw.js
lang-zh.js
lists.js Fix type issue when adding blanks to lists 2015-07-14 21:33:34 -07:00
locale.js update French translation, thanks, Frédéric Bonnaud! 2015-06-25 16:00:17 +02:00
manifest.mf
morphic.js update Morphic 2015-06-26 13:04:27 +02:00
morphic.txt update Morphic 2015-06-26 13:04:27 +02:00
objects.js remove some spaces 2015-06-25 15:36:21 +02:00
paint.js Revert to "new" for object creation 2015-06-25 15:11:51 +02:00
readme.txt
sha512.js
snap.html
snap_logo_sm.png
store.js Revert to "new" for object creation 2015-06-25 15:11:51 +02:00
threads.js Merge pull request #805 from brollb/master 2015-06-25 15:37:55 +02:00
tools.xml
translating Snap.txt
widgets.js Revert to "new" for object creation 2015-06-25 15:11:51 +02:00
xml.js Revert to "new" for object creation 2015-06-25 15:11:51 +02:00
ypr.js

README.md

Snap! Build Your Own Blocks

http://snap.berkeley.edu

a visual, blocks based programming language inspired by Scratch

written by Jens Mönig and Brian Harvey jens@moenig.org, bh@cs.berkeley.edu

Copyright (C) 2015 by Jens Mönig and Brian Harvey

Snap! is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.