#28642 - 2002-09-09 05:27 PM
Re: Help!
|
Kdyer
KiX Supporter
   
Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
|
I agree with Shawn.. If you want to get up and rolling quick with something to compile.. VB is it. However, if you want more structure, go to C++.. Haven't used C# or Delphi, but understand they are very good as well..
Kent
|
|
Top
|
|
|
|
#28643 - 2002-09-09 05:54 PM
Re: Help!
|
sonoslap
Fresh Scripter
Registered: 2002-09-09
Posts: 12
Loc: NC
|
|
|
Top
|
|
|
|
#28645 - 2002-09-09 06:08 PM
Re: Help!
|
Kdyer
KiX Supporter
   
Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
|
sonoslap,
What are you trying to learn?
quote:
Hey ppl, I need a good way to learn programming language. I just want to make some of my own programs...Help!?
As has been pointed out to you..
There is a difference:
- Scripting is a "non-compiled" version of code.
- Programming is using compiled code to make executables and is generally faster as the conversion has been done.
HTH, Kent
|
|
Top
|
|
|
|
#28648 - 2002-09-10 09:57 AM
Re: Help!
|
Richard H.
Administrator
   
Registered: 2000-01-24
Posts: 4946
Loc: Leatherhead, Surrey, UK
|
Good points guys.
Sonoslap, if all you want to do is put together some programs and get a flavour of what you might be able to do then go with VB or similar.
It's got a relatively easy learning curve, and more importantly you will be able to create GUI applications within the first hour of reading a tutorial.
KiXtart is a lovely language - easy to learn and fun to work with, but to achieve anything "pretty" or "interesting" you really will have to work quite hard - much harder than with a language with drag 'n' drop interfaces. Once you've mastered another language you may come back to KiXtart because it is more appropriate to a job you need to do.
Part of the reason the KiXtart community loves the language is because of the tricky things you can do to get the language to perform tasks a long way from it's true purpose. This is great for us, but not so useful for someone starting out.
Using VB has it's drawbacks. It simplifies the coding process and hides an awful lot of what is going on. This will make it harder for you to transition to other languages.
You might like to consider Java as a good compromise. From what I've seen it's very C++ like, you will learn more about the underlying process than with VB, there is no cost, and quite usefully it is portable across a number of different platforms. If you don't have the runtime environment, you can download it from the Java home page
|
|
Top
|
|
|
|
#28649 - 2002-09-10 02:20 PM
Re: Help!
|
Bryce
KiX Supporter
   
Registered: 2000-02-29
Posts: 3167
Loc: Houston TX
|
SonofSlap
Well, a good place to start is this BBS, very good group of people.
Also take a look at this. http://www.isorg.net/startersguide/Kix_Starters_Guide.zip
The best way that i have learned how to program, is to have a project/goal that you want to accomplish. Over the past few years my attempts at kix programming have gone from the simple (simple hello world) to the very complex (multi threaded kix scripts). My advice to you start small, and work your way from there.
Bryce
|
|
Top
|
|
|
|
#28651 - 2002-09-11 02:06 PM
Re: Help!
|
sonoslap
Fresh Scripter
Registered: 2002-09-09
Posts: 12
Loc: NC
|
|
|
Top
|
|
|
|
#28653 - 2002-09-11 06:26 PM
Re: Help!
|
Fernando Madruga
Starting to like KiXtart
Registered: 2002-08-21
Posts: 149
Loc: Coimbra.Portugal.Europe.Earth....
|
I'd recommend Delphi for what you want. If all else fails, just use:
code:
asm mov ax, [variable] end
or anything else you may want to do with assembler just in the middle of some Pascal code. So you can code "easily" with Delphi and still do some "hard" stuff later when you get to know more...
Later, Madruga
P.S.: (off-topic) As a side note, I too used GFABasic! It was not just one of 50+ computer languages I've ever used, but also an EXCELENT Basic for that time. In fact, Atari ST had two excelent basics: I don't recall the name (maybe STOS basic) of the second one, but it was a Game oriented basic with pretty good sprite/event handling, the right one for (small) game development. That was not enough to save it, though...
_________________________
Later,
[b]Mad[/b]ruga
|
|
Top
|
|
|
|
#28656 - 2002-09-11 07:13 PM
Re: Help!
|
Howard Bullock
KiX Supporter
   
Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
|
My first script was a perpetual loop of "I was here" scrolling diagonally down the screen of a C64 on the department store shelf.
|
|
Top
|
|
|
|
#28657 - 2002-09-11 07:16 PM
Re: Help!
|
Shawn
Administrator
   
Registered: 1999-08-13
Posts: 8611
|
I'll never forget the C64 keyboard ... with all those funky graphics characters on the front (not top) of the keyboard keys ... what a mess ... but you gotta love it ...
Think sonoslap might be giving us all a "slap" if he has email notifications enabled on this thread
|
|
Top
|
|
|
|
Moderator: Jochen, Allen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Arend_, Mart
|
1 registered
(Allen)
and 675 anonymous users online.
|
|
|