I can't understand

+1 for lua

here is the trick:

[lua]local brain = require (“brain”)

local doCoolApps = function ( corona )

if corona then

brain.remove ( ECMA )
ECMA = nil
collectgarbage ( “collect” )

brain:insert ( lua )
end
end

doCoolApps ( true ) [import]uid: 13632 topic_id: 15765 reply_id: 65266[/import]

Or

private function doCoolApps (experience)  
{  
 if(experience=="AS3")  
 {  
 import "ECMAKnowledge";  
 delete "Luahelpfile";  
 }  
}  
  
doCoolApps(var experience:String);  

…you could of course include PHP, Javascript, Java, C#, C++ or any number of other languages.

I will reiterate AGAIN - I don’t mind Lua too much, I was just interested to understand why it was chosen! [import]uid: 95579 topic_id: 15765 reply_id: 65270[/import]

Can’t help it

[as3]
public static var performance:String = “Lousy”;

private function doCoolApps (experience)
{
if(experience==“AS3”)
{
import “adobe.air”;
trace ( performance );

return false;
}
}
doCoolApps(“AS3”) ; [import]uid: 13632 topic_id: 15765 reply_id: 65272[/import]

hahaha this thread is epic on many levels!
-finefin [import]uid: 70635 topic_id: 15765 reply_id: 65275[/import]

or…

[code]
public static var performance:String = “Lousy”;

private function doCoolApps (experience)
{
if(experience==“AS3”)
{
import “adobe.air”;
trace ( performance );
tryLua(experience)
}
}

private function tryLua(experience)
{
delete(experience);
var readLuaHelp:Timer = new Timer(100000);
readLuaHelp.addEventListener(TimerEvent.TIMER,TrawlWebForLuaHelp);
}

private function TrawlWebForLuaHelp()
{
Browser.SetDateTo1995;
Browser.TurnOffAllFormatting;
}

doCoolApps(“AS3”) ;

[/code] [import]uid: 95579 topic_id: 15765 reply_id: 65284[/import]

I learn basic language for my apple many years ago. Then have not touch programming many many years.
I try to pick up objective C for my hobby to build Iphone game. It is not possible for me to use such highend language. But for Lua I only need few weeks I already can build some game for fun. Now I’m learning using sqlite and director. It is more fun.

Lua is great language.

KC [import]uid: 94613 topic_id: 15765 reply_id: 65342[/import]

i started with basic on coco3 then moved to gw-basic then visual basic then nothing for bout 15 - 20 years til corona and lua picked it up quick [import]uid: 7911 topic_id: 15765 reply_id: 65345[/import]