Berkeley Logo: Difference between revisions
Jump to navigation
Jump to search
Garycmartin (talk | contribs) mNo edit summary |
Garycmartin (talk | contribs) |
||
Line 18: | Line 18: | ||
[http://sourceforge.net/svn/?group_id=25943 source] |
[http://sourceforge.net/svn/?group_id=25943 source] |
||
== Quick |
== Quick graphical examples == |
||
[[Image:Berkeley Logo Screenshot.png|thumb|220px|Screenshot taken of Berkeley Logo v3 running on an XO, doesn't support Journal or a Sugarized UI yet, but does run quite well.]] |
[[Image:Berkeley Logo Screenshot.png|thumb|220px|Screenshot taken of Berkeley Logo v3 running on an XO, doesn't support Journal or a Sugarized UI yet, but does run quite well.]] |
||
When UCBLogo first starts up the screen is fully taken up by the interactive text input area. When you issue you're first graphic |
When UCBLogo first starts up the screen is fully taken up by the interactive text input area. When you issue you're first graphic instruction the screen will automatically split into a graphic and text input area. Here's some simple example instruction to try: |
||
FORWARD 100 |
FORWARD 100 |
Revision as of 22:26, 14 September 2008
see more templates or propose new |
Berkeley Logo (UCBLogo) is a free, GPL interpreter for the Logo programming language. It runs in an XO activity window, but isn't yet Sugarized in other ways, such as using the Journal.
Get the activity
Sourceforge svn repository
Quick graphical examples
When UCBLogo first starts up the screen is fully taken up by the interactive text input area. When you issue you're first graphic instruction the screen will automatically split into a graphic and text input area. Here's some simple example instruction to try:
FORWARD 100 RIGHT 90 FORWARD 100 RIGHT 90 FORWARD 100 RIGHT 90 FORWARD 100 RIGHT 90
Or using repeat:
REPEAT 4 [FORWARD 100 RIGHT 90]
Or make it a procedure:
TO square REPEAT 4 [FORWARD 100 RIGHT 90] END square
User Documentation
As a plain ASCII text file:
As nicely formatted HTML:
As nice looking PDF: