Main Page: Difference between revisions
Jump to navigation
Jump to search
m (Protected "Main Page" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
No edit summary |
||
| Line 1: | Line 1: | ||
< | __NOTOC__ | ||
== Getting started == | |||
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.<br> | |||
Also see the [[Help:Formatting|additional formatting help]] for wiki markup not covered by the general user's guide.<br> | |||
If it is your first time to write technical documentation, see the article [[Help:How to Write Well|How to Write Well]] for a wrap-up of technical documentation writing. | |||
== Purpose of this wiki == | |||
This wiki contains information regarding the various Shoptalk System development languages. | |||
:{| | |||
|- style="vertical-align:top;" | |||
| [https://www.libertybasic.com/ Liberty BASIC] | |||
| Easy programming for the Windows desktop<br>The next main release, currently in alpha testing, will also support Mac OS X, Linux and Raspberry Pi | |||
|- | |||
| [https://www.justbasic.com/ Just BASIC] | |||
| Free easy programming for the Windows desktop | |||
|- | |||
| [http://www.runbasic.com/ Run BASIC] | |||
| Easy and pain free web programming for Windows, Mac OS X and Linux | |||
|} | |||
== | == Additional Information == | ||
The [[:Category:Programmers Encyclopedia|Programmers Encyclopedia]] categories contain code examples for various aspects of the development languages.<br> | |||
: These fully functional code snippets have been collected over the years by the communities. | |||
* [https:// | |||
* [https:// | The [[:Category:Building Blocks|Building Blocks]] categories contain short code examples for each aspect of the development languages.<br> | ||
* [https:// | : There are also useful functions included, that the users created over the years. | ||
The [[:Category:Bug Tracker|Bug Tracker]] contains bug reports collected from the various forums of the development languages. | |||
* [https://libertybasiccom.proboards.com/ Liberty BASIC Community Forum] | |||
* [https://justbasiccom.proboards.com/ Just BASIC Community Forum] | |||
* [https://runbasic.proboards.com/ Run BASIC Community Forum] | |||
[[Category:Main Pages]] | |||
Revision as of 05:20, 8 October 2023
Getting started
Consult the User's Guide for information on using the wiki software.
Also see the additional formatting help for wiki markup not covered by the general user's guide.
If it is your first time to write technical documentation, see the article How to Write Well for a wrap-up of technical documentation writing.
Purpose of this wiki
This wiki contains information regarding the various Shoptalk System development languages.
Liberty BASIC Easy programming for the Windows desktop
The next main release, currently in alpha testing, will also support Mac OS X, Linux and Raspberry PiJust BASIC Free easy programming for the Windows desktop Run BASIC Easy and pain free web programming for Windows, Mac OS X and Linux
Additional Information
The Programmers Encyclopedia categories contain code examples for various aspects of the development languages.
- These fully functional code snippets have been collected over the years by the communities.
The Building Blocks categories contain short code examples for each aspect of the development languages.
- There are also useful functions included, that the users created over the years.
The Bug Tracker contains bug reports collected from the various forums of the development languages.