Information for teachers
Liberty BASIC Resources - Bookmark this page!

There's a lot of cool resources available for Liberty BASIC programmers.  More to come!!

  Liberty BASIC v3.0 helpfile online!
  Tools
  Books
  Web Sites
  Tutorials
  Open Source Projects

Also, check out our chat room, where you can meet other Liberty BASIC users including Carl Gundel, the author of Liberty BASIC.  Click here to chat now!

Liberty BASIC v3.0 helpfile online - For the first time ever, we've put the entire documentation set for one of our products online.  Click here to check it out!

Tools

LB Workshop - This great tool is brought to you by Alyce's Restaurant.  It is an editor, graphical user interface builder and more! You use LB Workshop to design the GUI and write your code, and it then launches Liberty BASIC and runs your program.  It can even run the debugger!  Shareware - For Liberty BASIC v3.0x.

Learn more here: http://alycesrestaurant.com/workshop.htm

Books

NEW EDITION December 2003!  Beginning Programming for Dummies 3rd Edition by popular author and columnist Wallace Wang. This book presents a general introduction using Liberty BASIC v4.0 examples. The book includes a CDROM with the trial version of Liberty BASIC v4.0 and other goodies. Read about the book or order it here: Book listing at Wiley

 

Greg Perry, the author of the best selling QBasic book ever "QBasic by Example" has chosen Liberty BASIC as the introductory programming language in his new book entitled "SAMS Teach Yourself Beginning Programming in 24 Hours".  This book includes Liberty BASIC v2.02 and goodies from Side by Side Software.   Read about the book or order it here:  Sams Publishing or Amazon.com or Barnes & Noble

 

Number Wonder is a new educational mathematics book by Walter Koetke for:
   
- Mathematics classrooms
   - Independent study
   - Professional development
This new book features Liberty BASIC in all its computer related exercises!  http://www.realmathematics.com

 

Web sites

Alyce's Restaurant - The mother of all Liberty BASIC web sites!  Full of help files, tools, games, and more!  http://www.alycesrestaurant.com

 

The official LBNews home page - This is where you can get all that famous LBNews info!  There are more than 100 issues, jam packed with great technical, informational and how-to info!  Here is a link to the site - http://www.libertybasicuniversity.com/lbnews

The Liberty BASIC Developer web site is home to a programmers newsletter for Liberty BASIC!  http://lbdev.5u.com

 

The Liberated Code Foundry - Tools, cool programs, links and more!  http://www.foundrysearch.com

 

 

Tutorials

Liberty BASIC comes with a solid tutorial, but there's none so solid as Alyce's Liberty BASIC tutorials:

If you want your web site or tutorial considered for this listing, contact me at carlg@libertybasic.com!

Open Source Projects - Open source projects provide a way for many people to develop software together.  Sometimes the code is released to the public domain, and sometimes the original developer places restrictions on how the software can be distributed, or on how it is used (read the license, if there is one).

LB2BCX - This is a new open source project to convert Liberty BASIC code to BCX, which is a BASIC to C translator.  The LB2BCX translator is written in Liberty BASIC, which is used to convert itself to BCX!  Pretty cool!  The translator is limited in terms of what it can convert at this time, but with some volunteer help a lot can be accomplished!

Learn more here: http://groups.yahoo.com/group/cgicellLB

LBPP - This is a new open source project that translates Liberty BASIC code to C, targeting Linux and Windows!

Learn more here: http://sourceforge.net/projects/lbpp

Open source html editor - You can download related files for this project here: http://lbdev.5u.com/files.html

Open source data plotter - This is for plotting data from a lab device of some kind, if that's your thing.  It is a good example of how to read data using IO ports.  Get the file here: plotter01.zip