1. euphoria on Symbian ?

Dear readers...

here's the thing

I live at college and recently i got my 'fund'. and I recently grab a
nokia n-gage(series-60).
actually , i think that ngage is marvelous! 
and it can do many things...
but i was wrong....
nokia n-gage is running symbianOS , not windows,linux nor freeBSD
i dont want to migrate to other programming language because euphoria is
very good language!


because PHYTON can run on symbian platform (nokia series-60) , 
i was wandering...
if there anyone out there would be 'converting' Euphoria to support
SYMBIAN OS ?

It would be relly great if Euphoria can be runned on SYMBIAN....

new topic     » topic index » view message » categorize

2. Re: euphoria on Symbian ?

I vote for this one!

Currently there are not many programming languages for Symbian
(Series60). And smartphone market using symbian is now at more than 70%.

The languages for Series 60 programming are:

1. the most low level one: C++ that is powerful but very iritating to
   eyes!

   example:
   
void CBTModifiedServiceAdvertiser::LocalServiceAddL (TInt aPort, const
TDesC8& aHostName )
{
CSdpAttrValueDES* attrValProt;
CSdpAttrValueString* attrValString;
iSdpDatabase.CreateServiceRecordL( KSerialClassId, iRecord );
TBuf8<2> channel;
channel.Append( (TChar)(aPort<<8) );
channel.Append( (TChar)aPort );
attrValProt = CSdpAttrValueDES::NewDESL( NULL );
CleanupStack::PushL( attrValProt );
attrValProt
->StartListL()
->BuildDESL()
->StartListL()

2. Java (MIDP 2.0), Nokia made a very good implementation, but
   unfortunately cannot access device files, call symbian API, etc
   
3. Python: not as powerful as c++ above and the implementation is not
   complete, too.

Next should be Euphoria, shouldn't it?
- can access low level APIs :)
- simple enough to understand :)
- no thread :(

   
p> posted by: pah <ntahmy at gmail.com>


p> Dear readers...

p> here's the thing

p> I live at college and recently i got my 'fund'. and I recently grab a
p> nokia n-gage(series-60).
p> actually , i think that ngage is marvelous! 
p> and it can do many things...
p> but i was wrong....
p> nokia n-gage is running symbianOS , not windows,linux nor freeBSD
p> i dont want to migrate to other programming language because euphoria is
p> very good language!


p> because PHYTON can run on symbian platform (nokia series-60) , 
p> i was wandering...
p> if there anyone out there would be 'converting' Euphoria to support
p> SYMBIAN OS ?

p> It would be relly great if Euphoria can be runned on SYMBIAN....

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu