NS Basic a good number two?

For everything that's not in any way related to PureBasic. General chat etc...
User avatar
utopiomania
Addict
Addict
Posts: 1655
Joined: Tue May 10, 2005 10:00 pm
Location: Norway

NS Basic a good number two?

Post by utopiomania »

Anyone tried this Basic language? I am probably going to buy a licence for it if nothing
bad turns up.

It's based on a subset of Visual Basic, and compiles .vbs files to single file exe's, and
is said to be 'Object Based' rather than 'Object Orientated'...

What they mean by that is that it doesn't support inheritance & polyporpherism, but it
supports classes, methods, properties, (de+)constructors and so on, so I figure it's a
nice modern language after all, and the company seems good too.

What do you say about this? Anyone tried it?
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

Is NS Basic not a language for PalmOS?
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
User avatar
utopiomania
Addict
Addict
Posts: 1655
Joined: Tue May 10, 2005 10:00 pm
Location: Norway

Post by utopiomania »

It is, but NS Basic DESKTOP is for the PC.

I don't know how long that flavour of it has been around, but I've checked their site from time to time,
and the way it has been updated recently is quite impressing.
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

I have ordered the demo, will test it :wink:
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
Brice Manuel

Post by Brice Manuel »

NS Basic a good number two?
The phrase "number two" has a slightly different meaning here in the USA. Based on our meaning, I think NS Basic is indeed a good "number two".

Tried it for Palm development and wasn't overly impressed. Perhaps thew desktop version is better, but I think there are probably better alternatives for Windows development.
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

It does use a couple of runtime libraries (depending on your application) and some of the wrappers for common libraries are based on COM; e.g. SQLite. Must admit that I've kept an eye on it, but haven't really been tempted as yet.

If you want an OOP basic, have a look at HotBasic.
I may look like a mule, but I'm not a complete ass.
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

The Installer of the Demo is bad, can't run the IDE without error. It's not a
native Compiler, only a Interpreter or Tokenizer, it's nothing for me
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

Also, all windows opened are child windows of the main 'output' window and so it doesn't appear that you can 'nest' windows etc. Seems a little strange!

I'm sure it's good at what it was intended for though.
I may look like a mule, but I'm not a complete ass.
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

HotBasic? Thats just horrible :shock:
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

Without actually buying it, I always thought it looked rather cool (no pun intended! :) ) It certainly seems to have quite a following.
I may look like a mule, but I'm not a complete ass.
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

Really? I found the whole package, all the examples very lacking. I haven't seen a real app done with it yet!

Show me one and i'll change my mind :)
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

> Is NS Basic not a language for PalmOS?

I know it's for Pocket PC for sure, as I almost bought it once.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

PB wrote: I know it's for Pocket PC for sure, as I almost bought it once.
Its for WinCE, palm os, desktop computers and newton
User avatar
utopiomania
Addict
Addict
Posts: 1655
Joined: Tue May 10, 2005 10:00 pm
Location: Norway

Post by utopiomania »

Oops, I must admit you all gave someething to think about here. I was about to register, but I think I'll download
the demo and check it out again before I make a decicion.

Btw, there's a good listing of basic compilers here: http://basic.mindteq.com/ with a short review of all of them.
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Post by ricardo »

NSBasic uses the msscript to do the tasks it describes that can do.

Its exactly as if you use msscript from PB.

Its like running vbs script.
Post Reply