Search found 4412 matches
- May 03, 2017 18:01
- Forum: Community Discussion
- Topic: Essentially, Leaving the Community.
- Replies: 44
- Views: 10173
Re: Essentially, Leaving the Community.
I'd probably revise the reason that I'm inactive. Now, it's more that I'm less interested in BASIC and more interested in general types of problem solving, particularly in business. I still don't know what to do as an outlet for art and expression. Not much time for that anymore :( I'm doing well en...
- Dec 23, 2016 6:37
- Forum: Community Discussion
- Topic: Java & FreeBasic
- Replies: 6
- Views: 4940
Re: Java & FreeBasic
There is Rust if you want something low-level, Python if you want support on pretty much every embedded device these days (used to be C, but Python seems to be most popular now). Java is used at the enterprise scale by plenty of organizations. It gets the job done. I very highly doubt Oracle would e...
- Dec 23, 2016 6:33
- Forum: Community Discussion
- Topic: BASIC was meant to be easy to learn, read and understand
- Replies: 45
- Views: 5315
Re: BASIC was meant to be easy to learn, read and understand
My personal take is that the principles of "object-oriented design" are cooler than "object-oriented programming". By that, I mean I care about things like SOLID more than I do the semantics of OOP languages.
- Dec 14, 2016 2:06
- Forum: Community Discussion
- Topic: Can Python be written in FreeBASIC?
- Replies: 25
- Views: 6026
Re: Can Python be written in FreeBASIC?
The developer.caseih wrote:I'm not really sure who this "user" is that you speak of.
- Dec 12, 2016 6:22
- Forum: Community Discussion
- Topic: Can Python be written in FreeBASIC?
- Replies: 25
- Views: 6026
Re: Can Python be written in FreeBASIC?
Yes visual studio does have a very powerful debugger and you can recompile sections of code while it's still running. Replace running code. I don't know of any other debugger that can do that. But a debugger isn't what I was talking about with qb. Intermediate mode is not just about inspecting vari...
- Dec 11, 2016 22:44
- Forum: Community Discussion
- Topic: Can Python be written in FreeBASIC?
- Replies: 25
- Views: 6026
Re: Can Python be written in FreeBASIC?
QuickBasic and QBasic have an interactive mode that's very powerful, and you could even stop a program's execution and then go inspect variables by running commands in that window. A neat concept. Interpreters do have their place. You can do this in pretty much any language with a decent debugger, ...
- Dec 11, 2016 22:39
- Forum: Community Discussion
- Topic: Can Python be written in FreeBASIC?
- Replies: 25
- Views: 6026
Re: Can Python be written in FreeBASIC?
Isn't that illegal? This is a terrible way to phrase it. No it is not illegal. Nowhere is it illegal. Does it violate the PB EULA, possibly. But that does not make it "illegal". I am sorry to have used this phrase: I'm not all too educated in that area (I didn't know that most copyright l...
- Apr 16, 2016 2:37
- Forum: General
- Topic: How to 'shade' a pixel FAST?
- Replies: 29
- Views: 1922
Re: How to 'shade' a pixel FAST?
All I can think of is pre-computing the shade value and the RGB bytes each change as opposed to computing them constantly. Everything I've come up with that's fast either requires this or will only work on inputs that are powers of two or shades of gray... Once you get into the realm of pre-caching ...
- Mar 30, 2016 23:19
- Forum: Community Discussion
- Topic: What can't be written in FreeBASIC?
- Replies: 127
- Views: 10402
Re: What can't be written in FreeBASIC?
If you have a basic class in systems and microprocessors first, then BASIC makes very little sense and you generally won't prefer it over other languages. Interesting view. I myself did start with the simple old microprocessors and always saw BASIC as a natural direct extension of Assembler languag...
- Mar 30, 2016 18:24
- Forum: Community Discussion
- Topic: What can't be written in FreeBASIC?
- Replies: 127
- Views: 10402
Re: What can't be written in FreeBASIC?
If you find C, C++, Java, Python, Haskell, Scala, LISP, etc. more difficult than FreeBASIC, that might reflect your own personal attributes as a programmer. It reflects my attributes as an old time self taught part time hobby programmer. I would love to have the skills of a professional C++ program...
- Mar 25, 2016 19:00
- Forum: Community Discussion
- Topic: What can't be written in FreeBASIC?
- Replies: 127
- Views: 10402
Re: What can't be written in FreeBASIC?
All that being said, I'd like to write a web browser and HTML, CSS and JS compilers in FreeBASIC and then re-implement them in various other languages to compare. That would be fun.
- Mar 25, 2016 18:59
- Forum: Community Discussion
- Topic: What can't be written in FreeBASIC?
- Replies: 127
- Views: 10402
Re: What can't be written in FreeBASIC?
Some thoughts after spying on this thread for a bit: If your programming language supports basic constructs from Turing computation or lambda calculus, it is able to compute any computable function. So when someone asks "Why would you use another programming language? This one can do everything...
- Feb 03, 2016 21:08
- Forum: Community Discussion
- Topic: FreeBASIC.net forum CSS (Last Updated 1/16)
- Replies: 15
- Views: 3061
- Feb 03, 2016 15:43
- Forum: General
- Topic: Interfacing to Tumblr
- Replies: 3
- Views: 640
Re: Interfacing to Tumblr
I don't understand. Do you want to do this using FreeBASIC? Get a decent browser like Google Chrome. Go to your resources panel. You'll be able to find the image as a resource on the page and save it someplace then set it as your desktop background manually.
- Feb 03, 2016 15:40
- Forum: Community Discussion
- Topic: FreeBASIC.net forum CSS (Last Updated 1/16)
- Replies: 15
- Views: 3061
Re: FreeBASIC.net forum CSS (Last Updated 1/16)
... it's going to take me a little playing around to find a color scheme that works better for this forum)... Hello anonymous1337, thanks for feedback. Why not having many themes avaiable, and so testable, as was the case in the past if I'm not wrong? I'm not a forum admin. I just hack at the site ...