Welcome, Guest. Please login or register.

Author Topic: What's program language is used commonly?  (Read 3375 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: What's program language is used commonly?
« on: October 06, 2006, 09:29:11 AM »
Quote
Piru wrote:
C

Shortest reply in the history of a.org? :-)

@amiga_3k
Since you are already versed in AmigaBasic you might want to give Blitz a try. Though I have never used AmigaBasic and only have limited exposure to Blitz, they are both flavours of Basic so I would assume they are similar enough to make the transition fairly easy.

The other good thing about Blitz is that you can put Assembler and AmigaDOS C functions in-line with your Basic code. So you will probably find you will start being exposed to those languages as your Blitz applications get more and more complex. Eventually you may find you have enough experience with these other languages that you can start coding purely in C or Assembler.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10