Live Code standard library.

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
sintj
Posts: 2
Joined: Thu Oct 25, 2012 9:58 am

Live Code standard library.

Post by sintj » Thu Oct 25, 2012 10:05 am

Hello,

I would like to ask, does Live Code provide a standard library as good as PHP extensions, or as good as that of Java or of .N ET ?

best regards,

sintj

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Live Code standard library.

Post by Mark » Thu Oct 25, 2012 10:50 am

Hi,

What do you mean by standard library and how would you define "as good as"?

Note that LiveCode and PHP are limited to the API's built into the language, while Java and .NET are subject to this limitation to a lesser extent or not at all.

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

sintj
Posts: 2
Joined: Thu Oct 25, 2012 9:58 am

Re: Live Code standard library.

Post by sintj » Thu Oct 25, 2012 12:23 pm

Hello Mark,

take Java for instance, if you search Java Platform, Standard Edition in wikipedia, you get an article that explains what packages (libraries) are available to Java. All these libraries provide a set of functionality available to Java programmers. Is that set of functionality available in LiveCode?

best regards,

sintj

BvG
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1239
Joined: Sat Apr 08, 2006 1:10 pm
Contact:

Re: Live Code standard library.

Post by BvG » Thu Oct 25, 2012 12:35 pm

Most of the things that other languages have to supply in add-on libraries is part of the main product for LC, what specific capabilities are you searching for?

Said that, there's the GLX app framework. It adds a few things and makes some other things easier to use then the built in capabilities, but it also adds some complexity. So if you're still learning LC, I'd suggest to skip installing this until you actually have a specific task that you find can't be done with the built in capabilities:

http://www.bluemangolearning.com/revolu ... framework/
Various teststacks and stuff:
http://bjoernke.com

Chat with other RunRev developers:
chat.freenode.net:6666 #livecode

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10052
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Live Code standard library.

Post by FourthWorld » Thu Oct 25, 2012 4:41 pm

Lots of code and libraries are available in RevOnline.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Live Code standard library.

Post by Mark » Thu Oct 25, 2012 4:57 pm

Hi sintj,

BvG is right: all those things for which you need specific packages in Java are built into the LiveCode engine by default. File i/o, math and GUI are very basic things. You can't consider them extensions, IMHO. Going through the list on Wikipedia, I'd say that LiveCode contains most if not all of these packages. This whole "packages" thing is a non-issue in LiveCode.

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Post Reply