Other basics

For everything that's not in any way related to PureBasic. General chat etc...
Brice Manuel

Post by Brice Manuel »

IIRC the guy behind RealBasic left the company and started a new "BASIC" (correct me if I am wrong) :?:
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

Media basic I think?

A lot of people would obviously find the 'RAD' aspect of Realbasic attractive, but I think Purebasic is now far more effective in creating solid applications and to be honest, I consider this a RAD language because of the simplicity of the syntax and ease with which even a beginner can learn the basics.

I've been using this language for 2 years now, and although I did wonder for a time where PB was going, things are now beginning to really pick up pace. There is a real buzz around this language and the more I use it, the more I realise that there really is no limit. Yes, there are things which are missing and certain tasks do require a little more effort than might be the case with some more convoluted languages, but with this community, help and assistance are but a few taps of the keyboard away.

People here want to learn and are more than happy to give. It's the Purebasic way! :lol: It's what makes PB so satisfying.
I may look like a mule, but I'm not a complete ass.
User avatar
Kiffi
Addict
Addict
Posts: 1485
Joined: Tue Mar 02, 2004 1:20 pm
Location: Amphibios 9

Post by Kiffi »

> Media basic I think?

no, it's ExtremeBasic: http://www.extremebasic.com/

Greetings ... Kiffi
dagcrack
Addict
Addict
Posts: 1868
Joined: Sun Mar 07, 2004 8:47 am
Location: Argentina
Contact:

Post by dagcrack »

I'd call it ExtremeAnorexic (I don't like it at all)
! Black holes are where God divided by zero !
My little blog!
(Not for the faint hearted!)
venom
User
User
Posts: 56
Joined: Fri Jul 25, 2003 1:54 pm
Location: Australia

Post by venom »

I've got RealBasic 5.5, I find it annoying there is no true main source code, its too oriented towards dragging and clicking. Like the actual basic is an add-on.
jb
User
User
Posts: 37
Joined: Wed Jul 14, 2004 11:58 pm
Location: United States

Post by jb »

venom wrote:I've got RealBasic 5.5, I find it annoying there is no true main source code, its too oriented towards dragging and clicking. Like the actual basic is an add-on.
A while back my company explored alternative development platforms for desktop applications when it was announced that support for Visual Basic was ending. This was the same reaction that we had when using the RealBasic product.
-jb
User avatar
the.weavster
Addict
Addict
Posts: 1576
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Post by the.weavster »

venom wrote:I've got RealBasic 5.5
5.5 did have a clunky IDE but 2005 is very cool.
venom wrote:I find it annoying there is no true main source code, its too oriented towards dragging and clicking. Like the actual basic is an add-on.
Is that such a bad thing?

It does make the code for a particular event or window very easy to find. You can also add methods and properties (and notes) to a window so you can keep it all nicely self contained.

I actually find this easier in a large app than scrolling back and forth through source code looking for a particular procedure or item in the event loop.
User avatar
utopiomania
Addict
Addict
Posts: 1655
Joined: Tue May 10, 2005 10:00 pm
Location: Norway

Post by utopiomania »

there is no true main source code, its too oriented towards dragging and clicking.

Same here, no fun at all. :wink:
venom
User
User
Posts: 56
Joined: Fri Jul 25, 2003 1:54 pm
Location: Australia

Post by venom »

the.weavster wrote:Is that such a bad thing?
To create a function or class I'd rather type it out verus clicking a bunch buttons.
User avatar
the.weavster
Addict
Addict
Posts: 1576
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Post by the.weavster »

You can read the source code simply by clicking print from the file menu.

If your creating a function you can just add a module to your project and add methods to it by typing them out.

The same is true if you're creating a class. Add a class, add it's properties and methods type out what you want them to do.

I'm sorry if I'm beginning to sound like a salesman for REALbasic but I just like it...
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

... a little red dot slowly moves and settles on your chest...
...you swallow hard...

'of course you like purebasic better,' a horse voice whispers, 'and you're gonna' state so in public'...

your tongue feels like leather and your mouth is dry, you know you have no choice but to admit the truth, you do like purebasic better

you swallow again, the words are barely audible as you whisper...
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
dagcrack
Addict
Addict
Posts: 1868
Joined: Sun Mar 07, 2004 8:47 am
Location: Argentina
Contact:

Post by dagcrack »

venom wrote:
the.weavster wrote:Is that such a bad thing?
To create a function or class I'd rather type it out verus clicking a bunch buttons.
Afaik pointing and clicking is not programming.
What happen to those days where mouses didnt exist..?!..
Jeez I see people using mouses so much, when everything could be done with the keyboard :)
! Black holes are where God divided by zero !
My little blog!
(Not for the faint hearted!)
venom
User
User
Posts: 56
Joined: Fri Jul 25, 2003 1:54 pm
Location: Australia

Post by venom »

Well you do type out the names, arguments and stuff. But to me it seems to get in the way having to click add class whenever you want to add a class, or add method whenever you want to add a method/function.
Brice Manuel

Post by Brice Manuel »

Is that such a bad thing?
Yes, it is a VERY bad thing. This is just as bad as the click & crap game creators like MMF, GameMaker, 3D Game Studio and 3D RAD. Games made in these products stand out like a sore thumb. In the end, you have somebody releasing a game and taking pride in it, when in reality it took no effort or skill to turn the game out. Point & Click app development is no different.
User avatar
the.weavster
Addict
Addict
Posts: 1576
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Post by the.weavster »

Brice Manuel wrote:in reality it took no effort or skill to turn the game out.
The skill is devising a game people want to play, nobody gives a monkeys chuff how hard it was for the developer to program it.
Same with an app, the user just wants it to do its job with a minimum of fuss.
blueznl wrote:you have no choice but to admit the truth, you do like purebasic better
Can't I love both equally and at the same time?
(this is a line I've used often but rarely with success)
Post Reply