Script Basic primary thing is as far as i know server-side scripting is it?
so as such this language is not for most hobby -enthusiast etc programmers
and also primary target is Linux.
Right now I am rather chained to Windows
I wish John didn't quit (I really struggle to find reason for it), but he's gone, so does it really matter what we're posting in this topic?
If anyone did any insisting, it was John insisting we all love his tool.
Maybe the kids just want to go back to the time of 8-bit computing, PEEK & POKE, and cassette storage?
Because god forbid that anyone gets any enjoyment out of something they create for their own pleasure, yeah?
Script BASIC was finished even way back when it first appeared on its original scriptbasic dot com site. It came in two flavors (Linux and Windows), was supplied with exhaustive user and developer documentation, and included a number of exemplary and practical extensions (both front- and back-end) to allow for future diversification and expansion.
Peter Verhas was as meticulous a language developer as there only can be. What his successors tried and achieved to a varying degree of success was building upon the solid base he was so prescient to provide.
So tell John he can come back. (if he wants to)
The current challenge going on at RetroB is being able to walk away with your reputation intact.
"Script Basic was finished even way back when it first appeared..."(see attachment)
2001 or 2002? I forget, it was done deal back then, no new development needed.
Doesn't that make it dead according to Tomaaz opinion, sorry I still say it's an opinion?
You know this challenge was originally directed at Script Basic, I confess now that I worked up my boring example (probably not a great example of SmallBASIC) and Peter his, could someone offer a good representative one of Script Basic code? Maybe AlyssonR or (old) Mike?
Heck! I wouldn't mind seeing new Mike's version either! :) maybe a GUI sample, I would think it actually useful and not waste of time.
And D, can SpecBas do this?
"Inquiring minds want to know."
Quote from: B+You know this challenge was originally directed at Script Basic, I confess now that I worked up my boring example (probably not a great example of SmallBASIC) and Peter his, could someone offer a good representative one of Script Basic code? Maybe AlyssonR or (old) Mike?
Heck! I wouldn't mind seeing new Mike's version either! :) maybe a GUI sample, I would think it actually useful and not waste of time.
And D, can SpecBas do this?
"Inquiring minds want to know."
Script BASIC has directory walking built into the syntax of the language.
RTFM (https://www.scriptbasic.org/docs/ug/ug_12.14.html)
Peter Verhas and his new Java 11 book.
Output is attached. But I do have a question: Is the generated list accessible, or would I have to copy the output of NEXTFILE into a separate list? Just curious.
John, please consider rejoining the forum. The BASIC community is too small and life is too short for arguments and fallouts to be sustained.
I would love to see, for example, ScripBasic distributed in this format. What do you think?
The result is a bit surprising. I was expecting it to be 50/50, but it looks like Windows easily "wins". Aurel must be delighted. ;)
I keep forgetting about associative arrays.
I might try them out with a JSON datafile or two.
On the other hand, I *could* just carry on as I am.
AIR,
Just open a file handle at the top of your code and PRINT to the file rather than the screen.
I guess you missed it....
The whole idea of "this thing" is to work everywhere. Do you mean BaCon together with a compiler, C and GTK libraries etc. in one file? The file would be probably massive, but yes - that would be easy to use.
My point was no need to build a string before printing it to a file as a whole. Your first example just needed to PRINT # to a file rather than the screen. Small code reduction but both result in the same output.
N.B. If you are using PB to develop your ThinBasic interpreter, in accordance with your PB license you can't just create a wrapper to the PB UTF8toChr$ function, but using the MultiByteToWideChar functin would be OK..
HOLY CARP! You're right!
I even added 32bit graphics to SpecBAS for that reason. Damn, I need to see if I can dig the code out.
When code challenges become more complex then the job I'm being paid to write, the pissing contest rapidly loses my interest.
Code challenges that might have real world application are going to be more complex than trivial crap like the Floyd Triangle.
The point of a SB Floyd's Triangle was to explain to Tomaaz that one line of multiple statements desn't always mean less code. The other lesson was just because SB is an interpreter, it holds its own against compiled alternatives.
I think what I doing with interfacing with VB6 OCX forms as intelligent UI objects is a step up from Floyd.
I think he's just a bit linguistic identity confused ;)
... or, he could just be trolling a bit.
When I was registered there, it was dead. Now, AIR's posting examples in Bash, Python, Ruby, Nim... And this place here is... dead. Guys, why can't we have one forum for everything? ;D
BTW, I posted my code in various languages in the OPEN forum section to show how each could implement a solution. I was hoping that some of the members here could chime in with how their favorite BASIC or other language could do the same. Any takers? Please improve my code where needed; even though I can cover several different languages, I'm always looking to improve!!
ZeroBrane Studio
OK. Why wasn't I using it? This is a fantastic IDE for Lua. It comes with easy to use graphics libraries (with tons of examples) and support for projects like LOVE or Corona. I'm definitely familiar with the name, but I didn't know it was so good.
Website - https://studio.zerobrane.com/
The problem is in the nuklear code library for circle drawing with lines:
Oh wait, you probably can't see it at all!
OK John for your circle drawing challenge, try this
Excuse my ignorance, but what's special about Else If?
SOB open source BASIC's.
Scriptbasic Oxygenbasic Bacon
Hard core BASIC projects. 8)
Otherwise, I find SB to be eminently useful for back-end and background functions, even if I do use VB6 lmost exclusively.
I’ve coded since 1988. Tech comes and goes. To have a long career:
1. Learn how to learn
2. Build comm skills
3. Continuously improve through challenges, practice, and feedback
4. Show empathy
5. Be ethical
6. Give more than you get
7. Show humility
8. Be flexible
9. Show up
Cool idea.
If we had a dedicated NaaLaa section on this forum, the problem would be solved.
For me, it was terrible. I rejoined this forum only to find it being dead. Some of the other forums look more like blogs. We used to complain about the level of activity on BP.org, but comparing to today's forums that place was extremely busy. The only BASIC that looks alive to me is BaCon. Other compilers/interpreters are either not being developed or used any more (I don't care about commercial products). The development of (not so long ago) busy and advanced projects has stopped or slowed down dramatically (QB64, OpenEuphoria, FreeBASIC). Python has been widely accepted as the language for beginners - Raspberry Pi (which I find boring and overrated) is probably the main reason for it. Several attempts to bring BASIC to Raspberry Pi have failed. The same can be said about mobile devices. Sorry guys, but it looks bad.
ScriptBasic Linux/Windows/macOS
QuoteScriptBasic Linux/Windows/macOS
QuoteScriptBasic Linux/Windows/macOS
Can anyone show me a screenshot of Script BASIC running natively under macOS, preferably in a windowed mode rather than the terminal? ;)
QuoteScriptBasic Linux/Windows/macOS
Pi
Android Linux
Various embedded controller OS platforms
Basically EVERYTHING.
Okay, we know about SB.
Have you looked at any others over the years?
FBSL
Using my unreleased Cocoa Objects Library:
Thanks Armando!
What is the license for the macOS native Script BASIC and where can I get its sources should the license so permit?
Using my unreleased Cocoa Objects Library:
ScriptBasic License is MIT, afaik. It's up in the SANDBOX here.
He's also the author of recent ScriptBasic for Java. Probably he knows better the merits and drawbacks of his latest opus as compared to "classic" Script BASIC that runs natively under Windows, all sorts of Linuxes, and macOS, both 32 and 64 bits.
After all, I think implementing an interpreter in another interpreter was an ill idea in the first place.
Normal iOS applications cannot run in the background (there are no services in iOS).
QuoteNormal iOS applications cannot run in the background (there are no services in iOS).
Interesting!
LOL, I know not of any MS Windows build or distro that I would ever need to make work. I've enjoyed them all OOTB without stirring a finger.
Go figure now why every Windozer tends to call Linux not a real OS, really. ;D
While they post on their Android Linux or Apple Unix phones to a website running the same.
I'm just trolling.
This is not a Linux laptop at this point.
or try out our ObjReader in flesh.
This article focuses on software which emulates home computers, a class of personal computer which reached the market in the late 1970s, and became immensely popular in the following decade, selling many millions of units. Leading home computer companies included Commodore, Sinclair, Atari, Apple, Acorn, Tandy Radio Shack, and Amstrad.
You can still download 32-bit versions of Debian, Buntus (Lubuntu, Xubuntu), Mint, Fedora, Slackware. I agree that support for 32-bit is going to disappear eventually, but it hasn't happened yet. I know - I should have replied several months ago, but better late than never.
It's time to state the obvious - this place is DEAD. If anyone knows ACTIVE and friendly forums dedicated to hobby programmers, please post the links here. Thanx! Hope to see you there.
Yes. Problem is we are trying to describe the infinite detail of the real number line in the finite space of the computer.
But wait, that cannot be. Every schoolboy knows that:
0.3 + 0.3 + 0.3 =
3/10 + 3/10 + 3/10 =
(3 + 3 + 3) / 10 =
9 / 10 =
0.9
Every schoolboy has a finite sized brain so this computation is not impossible to do accurately.
No, fact is, computers cannot do arithmetic.
Lets face it: BASIC is dead.
Lets face it: BASIC is dead.