Welcome, Guest. Please login or register.

Author Topic: Aros and AmosPro  (Read 2619 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline gizz72Topic starter

  • Hero Member
  • *****
  • Join Date: Mar 2004
  • Posts: 817
    • Show only replies by gizz72
Aros and AmosPro
« on: May 27, 2011, 05:03:38 PM »
Greetings,

 I'm just wondering if there's a similar programming language available on Aros, not C++ I'm more into Amospro. Something that may be a port or has similarities with AmosPro?

Thanks.
Good day to all Amigans!
Please Check My FaceBook page
or my Resource Blog @ G.A.R.P.

SAM - SAMSUNG DB-Z2 Dual Core; 1 GB RAM; Dual Drive Win7 and IcarosDesktopv1.5.2
GEORGE - TOSHIBA Satellite J41 ; 512MB RAM; Dual Partition WinXP and IcarosDesktopv1.5.2
MANNY - A1200 + CobraDKB \'030 w/ 32MB + DataF
 

Offline SamuraiCrow

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2281
  • Country: us
  • Gender: Male
    • Show only replies by SamuraiCrow
Re: Aros and AmosPro
« Reply #1 on: May 28, 2011, 04:25:39 PM »
@gizz72

There's an interpreted BASIC called sdlBasic that is a little bit like Amos.  The C source is at http://www.sdlbasic.net/ but somebody has done a port of the interpreter for AROS somewhere.  It's not showing up on my Googling.
 

Offline Louis Dias

Re: Aros and AmosPro
« Reply #2 on: May 28, 2011, 06:22:33 PM »
Quote from: SamuraiCrow;640847
@gizz72

There's an interpreted BASIC called sdlBasic that is a little bit like Amos.  The C source is at http://www.sdlbasic.net/ but somebody has done a port of the interpreter for AROS somewhere.  It's not showing up on my Googling.

It would be nice if someone would make a compiler that read a VB.Net solution and made an AROS executable... ;-)
 

Offline persia

  • Hero Member
  • *****
  • Join Date: Sep 2006
  • Posts: 3753
    • Show only replies by persia
Re: Aros and AmosPro
« Reply #3 on: May 28, 2011, 07:29:17 PM »
@lou_dias

Would be nice if somebody made a DotNet interpreter that converted DotNet code to work properly on MS Windows....
[SIGPIC][/SIGPIC]

What we\'re witnessing is the sad, lonely crowing of that last, doomed cock.
 

Offline EDanaII

  • Hero Member
  • *****
  • Join Date: Dec 2006
  • Posts: 579
    • Show only replies by EDanaII
    • http://www.EdwardGDanaII.info
Re: Aros and AmosPro
« Reply #4 on: May 28, 2011, 07:44:14 PM »
@ Lou_Dias

There is something. It's called Mono. Only drawback is that it's compiled for everything _except_ an Amiga-like OS. :)
Ed.
 

Offline mongo

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 964
    • Show only replies by mongo
Re: Aros and AmosPro
« Reply #5 on: May 28, 2011, 08:25:47 PM »
Quote from: gizz72;640632
Greetings,

 I'm just wondering if there's a similar programming language available on Aros, not C++ I'm more into Amospro. Something that may be a port or has similarities with AmosPro?

Thanks.


http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=4114&forum=2
 

Offline Larious

  • Newbie
  • *
  • Join Date: Jun 2010
  • Posts: 5
    • Show only replies by Larious
Re: Aros and AmosPro
« Reply #6 on: May 30, 2011, 01:55:27 AM »
I loved AMOS too and was looking for something for Microsoft OS. I found SDLBasic very similar to AMOS but has some latency issues for me. I've also wrote a few things using DarkBasic which has much quicker execution but took a bit more time to become acquainted with the different syntax. There is a free trial (basically free for personal use I believe) and recon it is worth a try.