Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
Free text:
{{Olpcboxtop|toptext=[[{{PAGENAME}}|Berkeley Logo]]}} {{ OBX activity |[[Image:Ucblogo.png|40px]]|extra<!--|{{{text}}}--> }} {{ OBX source |[[http://sourceforge.net/svn/?group_id=25943 sourceforge]]}} {{ OBX team |students at UC Berkeley|[[User:bh]]}} <small>see more [[:Category:OBX templates|templates]] or [[OBX proposals|propose new]]</small> {{Olpcboxbottom}} 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. == 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.]] When UCBLogo first starts up the screen is fully taken up by the interactive text input area. When you issue your first graphic instruction the screen will automatically split into a graphic and text input area. Here's some simple example instruction to try, case is insensitive: HELP "FORWARD Now you know how to get help on a command: FORWARD 100 RIGHT 90 FORWARD 100 RIGHT 90 FORWARD 100 RIGHT 90 FORWARD 100 RIGHT 90 Or for less typing use a repeat loop: REPEAT 4 [FORWARD 100 RIGHT 90] Or make it a procedure: TO square REPEAT 4 [FORWARD 100 RIGHT 90] END square Re-edit a procedure you've created with: EDIT "square To wipe the graphics screen type: CLEARSCREEN == User documentation == * [http://www.cs.berkeley.edu/~bh/usermanual user manual as plain ASCII text file] * [http://www.cs.berkeley.edu/~bh/docs/html/usermanual.html usermanual as nicely-formatted HTML] * [http://www.cs.berkeley.edu/~bh/docs/usermanual.pdf usermanual as nice-looking PDF] == Internal documentation == [http://www.cs.berkeley.edu/~bh/docs/ucblogo-plm.txt ucblogo-plm.txt] == See also== *[[LOGO]], [[Lisp]], [[Scheme]] [[Category:LOGO]]
General Activity Info (for latest tested version)
To add another activity version that works with other builds click "add another"
Version number:
Releases tested on: 7.1.0 (650) 7.1.1 (653) 7.1.2 (656) 8.1.0 (703) 8.1.1 (708) 8.2.0 (767) 8.2.1 Candidate
Development status: 1. Planning 2. Pre-Alpha 3. Alpha 4. Beta 5. Production-stable 6. Mature
Summary::
This is a minor edit Watch this page
Cancel