Live Code standard library.
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Live Code standard library.
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
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
Re: Live Code standard library.
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
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
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: Live Code standard library.
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
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
Re: Live Code standard library.
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/
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
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode
-
- VIP Livecode Opensource Backer
- Posts: 10052
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Live Code standard library.
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
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Re: Live Code standard library.
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
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
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode