Jump to content

gPro, New Programming Language


gsglive
 Share

Recommended Posts

SleepyXtreme, you are not right. Or at least, not fully right.

Yes, you can do a lot of things with autoit, but also, there are a lot of things you CAN'T do, or at least not with enough efficiency.

I mean mathematical calculations and other similar things.

I am currently working on l-system fractal generator, and calculating 10 iterations of one specific l-system takes 30 seconds in autoit script and 3 seconds with FreeBasic compiled executable.

This is a general problem of the interpreted languages - they are not real programming languages, because they are translated to machine code at runtime.

And this is why they can be slow in time-critical applications.

But let's not start another endless dispute.

In my previous post, my point was that it is pointless to create scripting language with another scripting language. This makes the scripts two times slower - one for interpreting to autoit code, and one for interpreting the interpreted autoit code...

Simply, this is not efficient enough.

There is no need to reinvent the wheel...

AutoIt is simpler than the C languages, and the C languages are simpler than the 1 and 0 languages.

gPro is even simpler than AutoIt, like batch programming (cmd).

gPro thus eases a newb into the programming universe.

- gsglive

- gsglive

Link to comment
Share on other sites

I just made a programming language with gPro: MegaScript00r.

Next version will be MegaScript01r and then MegaScript02r. Awesome!

After 99 I have no clue.

amokoura, could u post the gPro code? I am not sure what exactly u made.

- gsglive

- gsglive

Link to comment
Share on other sites

If I'm correct, I believe amokoura was being sarcastic.

AutoIt is simpler than the C languages, and the C languages are simpler than the 1 and 0 languages.

gPro is even simpler than AutoIt, like batch programming (cmd).

gPro thus eases a newb into the programming universe.

Honestly, AutoIt is just about as simple as you can get. It cannot becomes anymore simpler than it already is.

Kurt

Awaiting Diablo III..

Link to comment
Share on other sites

Any simpler than Autoit and you're heading into plain english.

AutoIt is simpler than the C languages, and the C languages are simpler than the 1 and 0 languages.

gPro is even simpler than AutoIt, like batch programming (cmd).

gPro thus eases a newb into the programming universe.

- gsglive

Link to comment
Share on other sites

I just made a programming language with gPro: MegaScript00r.

Next version will be MegaScript01r and then MegaScript02r. Awesome!

After 99 I have no clue.

I just made a programming language with MegaScript00r: AutoIT...oh, crap...did I just come full circle?

Sean Shrum :: http://www.shrum.net

All my published AU3-based apps and utilities

'Make it idiot-proof, and someone will make a better idiot'

 

Link to comment
Share on other sites

If I'm correct, I believe amokoura was being sarcastic.

Honestly, AutoIt is just about as simple as you can get. It cannot becomes anymore simpler than it already is.

Kurt

Umm... *raises hand* Try programming with LibertBASIC. Its an insult with how simple it is. *sniff*

-I3unz

Monkeh.

Link to comment
Share on other sites

Umm... *raises hand* Try programming with LibertBASIC. Its an insult with how simple it is. *sniff*

-I3unz

no autoit is way simpler, plus LB doesnt have even forums

Link to comment
Share on other sites

  • 4 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...