|
support
|
 |
« on: July 21, 2010, 10:29:56 AM » |
|
I have noticed that ScriptBasic is being downloaded on a daily basis yet no one is commenting on their experience with the Basic. - Did you have any issue getting ScriptBasic to work on your system?
- What version of Windows did you try ScriptBasic on?
- What areas do you plan to use ScriptBasic in your projects?
- Have you tried ScriptBasic in the 64-bit environment yet?
- Have you tried the Linux or Mac version yet?
- What suggestions do you have to create more of a community around ScriptBasic?
|
|
|
|
|
Logged
|
|
|
|
|
support
|
 |
« Reply #1 on: August 14, 2010, 11:13:03 AM » |
|
I'm interested in how application developers use Basic to solve their project needs.
Do you use Basic as your primary development language?
What do you find most attractive about Basic you don't find in other languages?
Do you think productive computer users would find having a easy to use Basic scripting language that runs on everything using the same script an advantage and something that the community would support?
|
|
|
|
« Last Edit: August 14, 2010, 11:51:23 AM by support »
|
Logged
|
|
|
|
|
support
|
 |
« Reply #2 on: August 14, 2010, 10:43:08 PM » |
|
I have restructured the forum to make it easier to find things and not have to work so hard to pick the right board to post on.
I would like to get the current source on SourceForge in the coming days to attract a larger developer base. If there is an extension module you think would make ScriptBasic more attractive to users, please post it on the Wish List board.
|
|
|
|
|
Logged
|
|
|
|
steve
Newbie

Posts: 2
|
 |
« Reply #3 on: October 18, 2010, 12:50:22 AM » |
|
I have noticed that ScriptBasic is being downloaded on a daily basis yet no one is commenting on their experience with the Basic. ...//...
- What suggestions do you have to create more of a community around ScriptBasic?
Have you tried compiling ScriptBasic for Symbian or Samsung's bada? There are a number of good cross-platform desktop Basics available, maybe mobile devices could be the niche for ScriptBasic.
|
|
|
|
|
Logged
|
|
|
|
|
support
|
 |
« Reply #4 on: October 18, 2010, 04:46:29 PM » |
|
The University of Toronto is using ScriptBasic in embedded controllers for all the environmental systems on campus.
Since SB follows the ANSI C standard, it is very portable and seems to compile on just about everything tried so far.
I'm still trying to figure out how I can use SB as a browser scripting language (plug-in) and not have to use JavaScript as my primary client side scripting engine for custom dynamic web applications I write.
|
|
|
|
|
Logged
|
|
|
|
steve
Newbie

Posts: 2
|
 |
« Reply #5 on: October 19, 2010, 01:00:20 AM » |
|
Since SB follows the ANSI C standard, it is very portable and seems to compile on just about everything tried so far. Interesting, maybe I'll have a go at getting it running on Symbian when I get some time to spare. I'm still trying to figure out how I can use SB as a browser scripting language (plug-in) and not have to use JavaScript as my primary client side scripting engine for custom dynamic web applications I write. That would be excellent too, good luck.
|
|
|
|
|
Logged
|
|
|
|
dons333
Newbie

Posts: 4
|
 |
« Reply #6 on: November 04, 2010, 09:27:03 PM » |
|
•Did you have any issue getting ScriptBasic to work on your system? Not really. It's not simple, but it's not hard either. •What version of Windows did you try ScriptBasic on? Windows 7 •What areas do you plan to use ScriptBasic in your projects? I'm not sure, yet. •Have you tried ScriptBasic in the 64-bit environment yet? No. •Have you tried the Linux or Mac version yet? No. •What suggestions do you have to create more of a community around ScriptBasic? I don't know, but I'll give it some thought.
|
|
|
|
|
Logged
|
|
|
|
|
support
|
 |
« Reply #7 on: November 06, 2010, 12:41:01 AM » |
|
•Did you have any issue getting ScriptBasic to work on your system? Not really. It's not simple, but it's not hard either.
What was the most confusing part about getting ScriptBasic working on your system? What in your opinion would entice others to try ScriptBasic?
|
|
|
|
|
Logged
|
|
|
|
dons333
Newbie

Posts: 4
|
 |
« Reply #8 on: November 06, 2010, 12:21:13 PM » |
|
I think I downloaded the 3.0 release first figuring that was the latest and greatest without actuall reading the instructions in the post, and was looking for a setup.exe file. It was later when I downloaded 2.1 and then went back and actually read your post that I realized that the setup.exe program was in the 2.1 release. Details, always details.  As far as enticing users: I might create Joe's SB site and post some sample code, maybe with some graphics programs, or simple games including screenshots. Let others post comments and code to the sight. Also, maybe compare SB to other BASICs out there for features, etc.. Just some thoughts.
|
|
|
|
|
Logged
|
|
|
|
|
support
|
 |
« Reply #9 on: November 06, 2010, 06:37:32 PM » |
|
Peter has a utility in the 2.1 source that will create a setup.exe but it's antiquated and difficult to use after a new build. (one of the things on my list to do)
ScriptBasic by default is an embeddable Basic like scripting API. I use the console mode interpreter and web server variations that are great examples of embedding the ScriptBasic API.
I view the command line interpreter as a general purpose scripting engine that runs on most everything using little code to accomplish significant tasks.
|
|
|
|
|
Logged
|
|
|
|
RONB
Newbie

Posts: 35
|
 |
« Reply #10 on: July 26, 2011, 03:06:38 PM » |
|
Did you have any issue getting ScriptBasic to work on your system?
What version of Windows did you try ScriptBasic on? Windows 2000 Pro and Windows Xp Home Just setting up on Linux ubuntu server lamp
What areas do you plan to use ScriptBasic in your projects? Have used SB as a tool for quick problem solving and a few applications.
Have you tried ScriptBasic in the 64-bit environment yet? No, have not upgraded to a 64bit computer yet, it will be a Linux box virtual server ready.
Have you tried the Linux or Mac version yet? Setting up SB on Linux now. Also looking at using Linux-SB on small installs, usb drives, etc. My first try was using the appache2 /var/www ---> to a 64 meg usb drive where the web files were, worked ok.
What suggestions do you have to create more of a community around ScriptBasic? There is a lot of work being done with RSS and with xml API's by small users on their web pages-sites. I have used a few of these with SB command line. My first sbhttpd project will be to rewrite them for cgi. I have not been able to use the xml.bas because of lack of example and help files, so have had to write my own XML parser. RSS text output from SB should not be to hard using sbhttpd server. Another area is SVG, if SB -sbhttpd could generate SVG code than it opens up web graphics and animation, both SVG and img data. Another would be an RS232 interface so plc's and other control devices could be managed-controlled. The Arduino is a popular open source controller. udate:I see that there is a libdb-svg library, so when I get the SB unix GB module woking I'll try it out.
|
|
|
|
« Last Edit: August 11, 2011, 11:54:23 AM by RONB »
|
Logged
|
|
|
|
|