Livecode Server

Livecode Server is the engine that uses Livecode Script in a Full Stack web application. The server engine works just like PHP where you can place tags in a web page in line with HTML. The server exectues the tags and outputs the results. Livecode’s high-level language is easier to get the job done than many lower level languages such as PHP, Python, C++, PERL, etc. Livecode built solution is easier to write and generally takes less code than these languages....

November 24, 2021

Livecode Intro

Livecode is both a language and a framework and delivers executable native apps with the Livecode Virtual Machine embedded. Livecode can produce apps for Windows, Mac, Linux, iPhone, and Android. Plus it has a terrific IDE that runs on Windows, Mac, or Linux. And instead of syntax that uses parenthesis, brackets, or semi-colons, it codes in English. Consider the traditional software development cycle. You’re probably familiar with it, it goes something like this: Edit, compile, run, navigate, debug, repeat....

March 3, 2021