decoration decoration
Stories

GROKLAW
When you want to know more...
decoration
For layout only
Home
Archives
Site Map
Search
About Groklaw
Awards
Legal Research
Timelines
ApplevSamsung
ApplevSamsung p.2
ArchiveExplorer
Autozone
Bilski
Cases
Cast: Lawyers
Comes v. MS
Contracts/Documents
Courts
DRM
Gordon v MS
GPL
Grokdoc
HTML How To
IPI v RH
IV v. Google
Legal Docs
Lodsys
MS Litigations
MSvB&N
News Picks
Novell v. MS
Novell-MS Deal
ODF/OOXML
OOXML Appeals
OraclevGoogle
Patents
ProjectMonterey
Psystar
Quote Database
Red Hat v SCO
Salus Book
SCEA v Hotz
SCO Appeals
SCO Bankruptcy
SCO Financials
SCO Overview
SCO v IBM
SCO v Novell
SCO:Soup2Nuts
SCOsource
Sean Daly
Software Patents
Switch to Linux
Transcripts
Unix Books

Gear

Groklaw Gear

Click here to send an email to the editor of this weblog.


You won't find me on Facebook


Donate

Donate Paypal


No Legal Advice

The information on Groklaw is not intended to constitute legal advice. While Mark is a lawyer and he has asked other lawyers and law students to contribute articles, all of these articles are offered to help educate, not to provide specific legal advice. They are not your lawyers.

Here's Groklaw's comments policy.


What's New

STORIES
No new stories

COMMENTS last 48 hrs
No new comments


Sponsors

Hosting:
hosted by ibiblio

On servers donated to ibiblio by AMD.

Webmaster
starBASIC | 326 comments | Create New Account
Comments belong to whoever posts them. Please notify us of inappropriate comments.
starBASIC
Authored by: DannyB on Wednesday, January 30 2013 @ 02:35 PM EST
StarBasic is not a serious contender.

Under the same name as I am using here, I posted plenty of StarBasic code on
oooforum.org for a few years before and during the early years of Groklaw. If
you search out my posts there I think you might form the conclusion that I have
some experience.

A major drawback of StarBasic is you cannot create arbitrary data structures in
it. This is a huge problem. In fact, it was one of the major limitations on
what I could do in StarBasic.

You cannot create new classes in StarBasic. You cannot subclass. It does not
have first class functions (aka functions are a value that can be stored and
passed around as values -- important for binding event handlers to gui controls
for example).

While it is cross platform, it requires OpenOffice / LibreOffice to be installed
The Macros are delivered in the form of a document, such as a Draw document (my
favorite as you could determine from the website). Then the user must open the
document and click some control in order to initiate action. While this can be
useful, as some of my examples illustrated, it is not a replacement for a
general purpose programming language.

If you want that kind of language, then why not learn JavaScript instead of
StarBasic? It is also bound to a particular system, but more than one such
system. JavaScript runs on web browsers, but also in Flash, and Node.js, and
other things that incorporate JavaScript runtimes. Even modern LibreOffice
allows you to script in JavaScript. So if you're into LibreOffice macros, why
not use JavaScript which doesn't have the limitations I noted above?
Furthermore, just using it on the web, you can do pretty amazing things in
JavaScript. (See Google's website ChromeExperiments.com on their Chrome
browser.)

In conclusion, and respectfully, I think the case to learn StarBasic is pretty
weak. Even if all you know is basic, you would pick up a book on JavaScript and
(I'll just pick:) jQuery and be doing useful learning in a few hours.

---
The price of freedom is eternal litigation.

[ Reply to This | Parent | # ]

Groklaw © Copyright 2003-2013 Pamela Jones.
All trademarks and copyrights on this page are owned by their respective owners.
Comments are owned by the individual posters.

PJ's articles are licensed under a Creative Commons License. ( Details )