Basic for web apps?
-
MachineCode
- Addict

- Posts: 1482
- Joined: Tue Feb 22, 2011 1:16 pm
Basic for web apps?
I love PureBasic, but I keep getting interested in web-based apps lately. Is there something like Basic for websites? You know, so a visitor goes to my website and runs an app or game that I've written, right in the browser? What's the closest thing to Basic to do this? Thanks.
Microsoft Visual Basic only lasted 7 short years: 1991 to 1998.
PureBasic: Born in 1998 and still going strong to this very day!
PureBasic: Born in 1998 and still going strong to this very day!
Re: Basic for web apps?
VBScript if your browser supports it.
JavaScript should work on all browsers but is less like basic.
JavaScript should work on all browsers but is less like basic.
- the.weavster
- Addict

- Posts: 1581
- Joined: Thu Jul 03, 2003 6:53 pm
- Location: England
Re: Basic for web apps?
Real software do a web edition of Real Basic.
I seem to recall there's another called Morfik.
I think NS BASIC App Studio also outputs HTML/CSS/JavaScript
I can't vouch for any of them, I know of them but I haven't used them.
I've grown to really like QooxDoo, it's not BASIC but it's cool.
I seem to recall there's another called Morfik.
I think NS BASIC App Studio also outputs HTML/CSS/JavaScript
I can't vouch for any of them, I know of them but I haven't used them.
I've grown to really like QooxDoo, it's not BASIC but it's cool.
Re: Basic for web apps?
came across this http://www.runbasic.com/
Re: Basic for web apps?
NSBasic's yahoo groups support is a big turn off. QooxDoo does look cool. Thanks.the.weavster wrote:Real software do a web edition of Real Basic.
I seem to recall there's another called Morfik.
I think NS BASIC App Studio also outputs HTML/CSS/JavaScript
I can't vouch for any of them, I know of them but I haven't used them.
I've grown to really like QooxDoo, it's not BASIC but it's cool.
Re: Basic for web apps?
If you want to program web applications using basic you are going to be severely disappointed. Why not try expanding your knowledge by learning a new language, something that is meant for building web apps? There are plenty to choose from.MachineCode wrote:I love PureBasic, but I keep getting interested in web-based apps lately. Is there something like Basic for websites? You know, so a visitor goes to my website and runs an app or game that I've written, right in the browser? What's the closest thing to Basic to do this? Thanks.
C provides the infinitely-abusable goto statement, and labels to branch to. Formally, the goto is never necessary, and in practice it is almost always easy to write code without it. We have not used goto in this book. -- K&R (2nd Ed.) : Page 65
Re: Basic for web apps?
What would it take to allow PB to be used to develop web apps?
Couldn't a PB library be developed to provide all of what is needed?
What WOULD be needed to be provided by a library at a minimum?
Couldn't a PB library be developed to provide all of what is needed?
What WOULD be needed to be provided by a library at a minimum?
Re: Basic for web apps?
It'd need a backend, first of all.
Purebasic spits out assembly code that it feeds an assembler. Not exactly applicable with 'web app', beyond the back-end portion of an AJAX style system.
Purebasic spits out assembly code that it feeds an assembler. Not exactly applicable with 'web app', beyond the back-end portion of an AJAX style system.
- utopiomania
- Addict

- Posts: 1655
- Joined: Tue May 10, 2005 10:00 pm
- Location: Norway
Re: Basic for web apps?
NSBasic App Studio is the closest thing I can think of. VBScript is as basic as any basics,
and y7ou can put your app in an iframe.
and y7ou can put your app in an iframe.
Re: Basic for web apps?
If you are content with games and want to stay in the PB realm, this game maker was created with PB:MachineCode wrote:I love PureBasic, but I keep getting interested in web-based apps lately. Is there something like Basic for websites? You know, so a visitor goes to my website and runs an app or game that I've written, right in the browser? What's the closest thing to Basic to do this? Thanks.
http://www.tululoo.com
It is not what you are looking for (a BASIC language), but it would give you a PB-related way to get familiar with the "basics" (forgive the pun) of developing for the web.
Best wishes to the PB community. Thank you for the memories. 
Re: Basic for web apps?
PHP is really easy and almost each server runds it and its free.
ARGENTINA WORLD CHAMPION
Re: Basic for web apps?
Yet it's not basic and most of all is a server side language.ricardo wrote:PHP is really easy and almost each server runds it and its free.
The question was for a BASIC to write programs executable inside the BROWSER.
"Have you tried turning it off and on again ?"
-
MachineCode
- Addict

- Posts: 1482
- Joined: Tue Feb 22, 2011 1:16 pm
Re: Basic for web apps?
Yep. RunBasic looks very much like what I'm after; I'll have to study it. It has all the expected BASIC keywords and constructs (it's by the makers of Liberty BASIC), and preliminary tests seem to show it's what I want. Thanks for all replies!luis wrote:The question was for a BASIC to write programs executable inside the BROWSER.
(BTW, if Liberty BASIC can make a web version of their language, then maybe PureBasic can do it one day, too?).
Microsoft Visual Basic only lasted 7 short years: 1991 to 1998.
PureBasic: Born in 1998 and still going strong to this very day!
PureBasic: Born in 1998 and still going strong to this very day!
-
LuCiFeR[SD]
- 666

- Posts: 1033
- Joined: Mon Sep 01, 2003 2:33 pm
Re: Basic for web apps?
There is also Monkey by Mark Sibly, the author of Blitz Basic. Cross platform and able to compile for the web be it via Flash or html5.
Re: Basic for web apps?
I like Carl, but RunBaASIC suffers one of the major issues that LB does: Speed.MachineCode wrote:Yep. RunBasic looks very much like what I'm after; I'll have to study it. It has all the expected BASIC keywords and constructs (it's by the makers of Liberty BASIC), and preliminary tests seem to show it's what I want.
That said, RunBASIC is not too difficult to set up on your server (from what I remember).
Best wishes to the PB community. Thank you for the memories. 
