This site is no longer active and is available for archival purposes only. Registration and login is disabled.

A few questions?


A few questions?

Postby mmtbb » Oct 2, 2004 @ 7:25am

1) Can you create iconed exe files easily?

2) Does PPL support a C syntax like:
myVar++

or

myVar += 5

I ask because I used to code in VB and would have to write out:
myVar = myVar+1

or

myVar = myVar+5

respectively to accomplish the same thing. Once I switched to C#, I have loved this feature.

3) PPL wouldn't be as fast a C#, correct; C# is compiled to native code and not interpretive. Is that right?
mmtbb
pm Member
 
Posts: 277
Joined: Mar 18, 2004 @ 6:56am


Postby kornalius » Oct 2, 2004 @ 1:12pm

Hi,

1. PPL can create .exe's. It can certainly create an .exe with a different icon with the right tools. We will have to investigate this later on.

2. Yes PPL supports ++, --, +=, -=, *=, /= on pretty much all types, including strings.

3. PPL is one of the fastest interpreted language around. I tested with a lot of different interpreted languages and they come nowhere the speed of PPL so far. I tested with Ch interpreter and it was very slow compared to PPL. I don't know how C# compiles but it is certainly faster than PPL if it compiles to machine code.

However I tested with VBScript on the PocketPC and PC and PPL blows them away by 5 to 8 times. I still have to test with Visual Basic.
Regards,
Kornalius
President
ArianeSoft Inc.
http://www.arianesoft.ca
User avatar
kornalius
pm Member
 
Posts: 1704
Joined: Dec 9, 2003 @ 6:04pm
Location: Montreal, Québec, Canada


Return to Pocket Programming Language (PPL)


Sort


Forum Description

Discuss this new development tool.

Moderator:

kornalius

Forum permissions

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

cron