Author Topic: Dumb Question about AGI  (Read 3040 times)

0 Members and 1 Guest are viewing this topic.

Offline Allen

Dumb Question about AGI
« on: August 27, 2002, 09:25:21 AM »
How difficult is it to learn AGI, i mean, how long?

I started with SCI so I do not understand most of the AGI language ???


http://www.mizpro.co.uk
The new home of Mizar Productions.

It is a sign!

Kon-Tiki

  • Guest
Re:Dumb Question about AGI
« Reply #1 on: August 27, 2002, 09:37:23 AM »
AGI is the easiest languages I know (and, if you know that I can't even work with Visual Basic ::), you'll know how easy it is. ;)

-Kon-Tiki-

Offline Allen

Re:Dumb Question about AGI
« Reply #2 on: August 27, 2002, 03:02:59 PM »
Cool!

(ps neither can I!)
http://www.mizpro.co.uk
The new home of Mizar Productions.

It is a sign!

Offline Patrick

Re:Dumb Question about AGI
« Reply #3 on: August 27, 2002, 05:13:54 PM »
I am taking a visual basic class in High School this year and i think personally that Visual Basic is about on the same level of hardness as AGI. AGI is a little harder to do rescorces on like settin up a screen and stuff, because VisBasic lets you just place things on the screen and click on it and write simple coding for it.

But that is just my opinoin

;) SMG240


Offline Joel

Re:Dumb Question about AGI
« Reply #4 on: August 27, 2002, 06:04:46 PM »
I would actually agree with smartguy here. Visual Basic doesn't make you set up your windows programmatically, but with AGI you have to set up just about everything except priorities with code. Plus, in AGI you've got very limited resources. Not really the case with VB. That's not to say that AGI programming is hard (certainly no harder than SCI programming)...but it's probably not the simplest thing you'll ever do, either.

Offline Allen

Re:Dumb Question about AGI
« Reply #5 on: August 27, 2002, 06:15:20 PM »
ok,

It's just that i was really into AGI studio a couple years ago, looked at the logic and then thought, d***! What the h*** does this s*** mean?

Now it's strange, i don't even see the code. It certainly is easier than i thought!
http://www.mizpro.co.uk
The new home of Mizar Productions.

It is a sign!

Offline Steven Melenchuk

Re:Dumb Question about AGI
« Reply #6 on: August 27, 2002, 09:50:44 PM »
Heh... we're all like that at first.
Then we start figuring out what the (not-so-)cryptic statements like isset(f5) are, and then it clicks, and you can start reading screens full of code like they were pages from a book...
...hmm, I've gotten off topic here somewhere, haven't I? Oh well.
----------------
Steven Melenchuk
"Hopefully, next time you won't play around with gauges you don't understand!"

Offline Andrew_Baker

Re:Dumb Question about AGI
« Reply #7 on: August 31, 2002, 01:35:15 AM »
Actually, you don't even need to use isset().  You can just say if (flag_name)...  Not much simpler.

AGI reminds me of UNIX-type shell-scripts.  The language itself isn't that hard, but the syntax is a bit screwy.  The biggest problem I have is with writing code that looks perfectly reasonable but has a bizarre effect once used.  I attribute this to the rather proprietary nature of AGI...  that and it is a bit buggy?
I hope you realize that one day I will devour the Earth.


SMF 2.0.19 | SMF © 2021, Simple Machines
Simple Audio Video Embedder

Page created in 0.046 seconds with 21 queries.