Earlier quoted context omitted.
A dev tool with a monthly subscription? That's enough to stop me right there. An alternative is B4J, a free (as in beer) BASIC that compiles to Java, so should run just about anywhere. It also has * B4A - a free version for Android * B4R - a free version for Arduino and ESP8266 * B4I - a paid version for iOS The main (sole?) developer is ridiculously responsive and helpful.
>A dev tool with a monthly subscription? It seems that can buy a perpetual license for GBP £5000 / developer, which is equal to 16 years of monthly subscription (quite optimistic for a 3yo project).
Is XYplorer really written in VB6?
151–160 of 232 posts
Re: Is XYplorer really written in VB6?
#152Re: Is XYplorer really written in VB6?
#153Earlier quoted context omitted.
Every single language is a mess. Just look at time and floating point numbers in Java (not having a go at Java).
> Just look at time and floating point numbers in Java What do you mean? The time & date API in Java is excellent, and the float and double types follow the IEEE standard.
Re: Is XYplorer really written in VB6?
#154Earlier quoted context omitted.
> PHP 8 is a top notch language Maybe the things they've added lately have been well designed, but did they ever actually fix the WTFs from PHP 4? JavaScript has the same problem. They added `let` and `const` but never removed `var` or `==`. If you take a look at ESLint rules there are dozens of footguns that could have been fixed in the language. Not as bad as PHP's footguns, but still...
It's not possible to remove anything without potentially breaking backwards compatibility. Removing ANYTHING in Javascript would be a tremendously bad idea. If webpages from 30 years ago stopped working because 2025 developers favor aesthetics and disrespect legacy, I'd be pretty angry.
We could implement a version declaration system that removes and fixes elements of JavaScript when properly declared.
Re: Is XYplorer really written in VB6?
#155Earlier quoted context omitted.
Every single language is a mess. Just look at time and floating point numbers in Java (not having a go at Java).
There are lasting languages and good languages, but there are no lasting good languages.
Re: Is XYplorer really written in VB6?
#156Earlier quoted context omitted.
If you thought going from XYplorer to what's available on Linux was bad, now try going from Directory Opus to what's available on Linux :/
Dolphin on Linux is very nice. It even can connect with ssh and SFTP. Best file manager I've used.
Re: Is XYplorer really written in VB6?
#157Earlier quoted context omitted.
Every single language is a mess. Just look at time and floating point numbers in Java (not having a go at Java).
Every single language has parts that are a mess, or at least not perfectly designed. But that doesn't mean that languages all have an equal amount of mess. Python clearly has less mess than Perl. Rust clearly has less mess than C++. Zig clearly has less mess than C. There should be a name for the "nothing is perfect so everything is equally bad" fallacy. It's surprisingly common.
Re: Is XYplorer really written in VB6?
#158I know that one of the best bug bounty hunter scripted his work using VB (unlike rest of the world who uses Python/Golang or Rust), if it works and you know it why not? Actually looking for perfect tools is procrastination.
Re: Is XYplorer really written in VB6?
#159For no specific reason other than life random offers I've gone through a few of those "dead and bad" reputational language in my career (VB6, Delphi, PHP), mostly as a case of "there is a lot of money being a decent programmer who can use these correctly". And there are three things I learned about it 1. There is a lot more money in it than you would think. The good part of "there is a lot of newbie using it" is that…
> PHP 8 is a top notch language Maybe the things they've added lately have been well designed, but did they ever actually fix the WTFs from PHP 4? JavaScript has the same problem. They added `let` and `const` but never removed `var` or `==`. If you take a look at ESLint rules there are dozens of footguns that could have been fixed in the language. Not as bad as PHP's footguns, but still...
I really have very little annoyance with PHP despite retaining some WTFs. In fact, with a modern language server and psalm I find it downright comfortable.
Re: Is XYplorer really written in VB6?
#160For no specific reason other than life random offers I've gone through a few of those "dead and bad" reputational language in my career (VB6, Delphi, PHP), mostly as a case of "there is a lot of money being a decent programmer who can use these correctly". And there are three things I learned about it 1. There is a lot more money in it than you would think. The good part of "there is a lot of newbie using it" is that…
Beauty in languages or tool chains is one thing, but the satisfaction of solving an issue for someone within some weird constraints for whatever reasons is real.