ANyone esle here use Real Basic?

DivideBYZero

Lifer
May 18, 2001
24,117
2
0
I've been using it on and off for a year or so. Pretty neat and you can compile for Linux and Mac targets if you so wish.
 

Evadman

Administrator Emeritus<br>Elite Member
Feb 18, 2001
30,990
5
81
It is a requirement for all programmers to know basic. However no one is allowed to use it after they reach puberty.
 

DivideBYZero

Lifer
May 18, 2001
24,117
2
0
:roll:

It's a VB compatible Environment and I like it.

If this forum is going to be full of programming snobs like you I think we were better off with keeping it in with games.
 

Unheard

Diamond Member
Jan 5, 2003
3,774
9
81
I played with it back in high school (around 8 years ago), when we had a Mac exclusive lab. Was pretty comparable to VB5 when I was using it. Has it come along pretty well since then?
 

jman19

Lifer
Nov 3, 2000
11,225
664
126
Originally posted by: Evadman
It is a requirement for all programmers to know basic. However no one is allowed to use it after they reach puberty.

I never actually learned it, but then again I didn't learn how to program until college.
 

Evadman

Administrator Emeritus<br>Elite Member
Feb 18, 2001
30,990
5
81
Originally posted by: DivideBYZero
:roll:

It's a VB compatible Environment and I like it.

If this forum is going to be full of programming snobs like you I think we were better off with keeping it in with games.

I believe you need some batteries for your sarcasm meter.
 

Schadenfroh

Elite Member
Mar 8, 2003
38,416
4
0
I have heard from some of the employees of the local International Paper mill that they have some (expensive) instruments that are controlled and monitored by programs written in BASIC. They have to use moslo pro to get it to run at the right speed though, but the language works perfectly for certain tasks.

I find Visual Basic 2005 a great programming language as well and it can do just about everything I need when I am writing a windows application, but the C# fans will probably eat me alive for glorifying it. There is nothing wrong with a programming language that allows you to write a program that does what you need quick and easily.

While I know C++, I prefer VB in nonconsole applications. (although nearly all of the console applications that I write are in C++)

But, the old console BASIC was my first language, actually wrote two adventure games in it while I was in highschool.