FreeBASIC 'destroys' Rust

General discussion for topics related to the FreeBASIC project or its community.
Post Reply
chikega
Posts: 6
Joined: Aug 15, 2021 22:25

FreeBASIC 'destroys' Rust

Post by chikega »

Tomasz, the very talented programmer that hosts "Tsoding Daily" on YouTube appeared to be very impressed with how fast FreeBASIC compiles. So he did a quick test against Rust. And after running a few tests at the 49:00 mark, he stated "It just compiles fast .. It just compiles fast. I'm sorry Rust fans. You just got destroyed by FreeBASIC that hosts binaries on SourceForge." LOL. :lol: He was never able to get PureBasic to work on Linux in the first portion of his stream.

https://youtu.be/7_EV22SpDY4?si=awaue86MbRi6UbgS
badidea
Posts: 2636
Joined: May 24, 2007 22:10
Location: The Netherlands

Re: FreeBASIC 'destroys' Rust

Post by badidea »

The rust compiler is known for being slow. The compiler checks a lot of stuff trying to prevent you from writing code with bugs. The rust website is a bit deceptive here by writing "Rust is blazingly fast and memory-efficient..."

I am more impressed by this guy, unfamiliar with basic, writing a freebasic program using the raylib library in one hour.

You can skip the first half hour of the recording, unless you want to to enjoy some typical linux use frustrations :-)
Imortis
Moderator
Posts: 1984
Joined: Jun 02, 2005 15:10
Location: USA
Contact:

Re: FreeBASIC 'destroys' Rust

Post by Imortis »

I watched this video yesterday, and I was also impressed with this guy. I will be watching more of his content.
srvaldez
Posts: 3653
Joined: Sep 25, 2005 21:54

Re: FreeBASIC 'destroys' Rust

Post by srvaldez »

I started to watch it but I couldn't stand his constant foul language 😒
Lost Zergling
Posts: 637
Joined: Dec 02, 2011 22:51
Location: France

Re: FreeBASIC 'destroys' Rust

Post by Lost Zergling »

Selected passages:
"It's like Pascal but less 'noisy', .. Yeah. Less noisy, less noisy...awesome".
:) :D :lol: :lol: :lol:
jakobssystems
Posts: 37
Joined: Aug 11, 2024 8:06

Re: FreeBASIC 'destroys' Rust

Post by jakobssystems »

Seriously? The first 30 Min he did not managed to understand, that he tried to run a 32bit app on 64Bit? Even when somebody gave him the hint in chat?

Tough I loved his rust comment... ;-)
aurelVZAB
Posts: 681
Joined: Jul 02, 2008 14:55
Contact:

Re: FreeBASIC 'destroys' Rust

Post by aurelVZAB »

well ..what i don't like about this guy is his
rumbling...and his use of ..strange to me linux terminal in combo with VS code or Vim
ahhh linuxero issuses :D
thebigh
Posts: 45
Joined: Dec 14, 2018 11:11

Re: FreeBASIC 'destroys' Rust

Post by thebigh »

Lost Zergling wrote: Sep 17, 2024 16:00 Selected passages:
"It's like Pascal but less 'noisy', .. Yeah. Less noisy, less noisy...awesome".
I'd describe it more as "Like pascal, but less joyless."

Just speaking for myself I reckon FB has a lot of the free-wheeling gonzo fun of coding in one of the early BASIC dialects combined with the rigour and discipline of C. It's just a nice language.
marcov
Posts: 3503
Joined: Jun 16, 2005 9:45
Location: Netherlands
Contact:

Re: FreeBASIC 'destroys' Rust

Post by marcov »

Apropos Pascal, it would have nice if he benchmarked compile speed against Delphi :-)
aurelVZAB
Posts: 681
Joined: Jul 02, 2008 14:55
Contact:

Re: FreeBASIC 'destroys' Rust

Post by aurelVZAB »

WOW
i saw few videos of this guy then i try to investigate ..he made 520 youtube videos about programming
THEN .he made few programming languages ... :o
hmm seems that is talented ...very good
SlugX
Posts: 4
Joined: Oct 31, 2024 2:10

Re: FreeBASIC 'destroys' Rust

Post by SlugX »

What's wrong with sourceforge. Why does he think it's weird to put binary files on sourceforge?
demosthenesk
Posts: 293
Joined: Jul 15, 2021 7:23
Location: Greece
Contact:

Re: FreeBASIC 'destroys' Rust

Post by demosthenesk »

SlugX wrote: Nov 01, 2024 3:45 What's wrong with sourceforge. Why does he think it's weird to put binary files on sourceforge?
fb is on github with no releases and with binaries at sf... this is it !
paul doe
Posts: 1880
Joined: Jul 25, 2017 17:22
Location: Argentina
Contact:

Re: FreeBASIC 'destroys' Rust

Post by paul doe »

SlugX wrote: Nov 01, 2024 3:45 What's wrong with sourceforge. Why does he think it's weird to put binary files on sourceforge?
SourceForge has a terrible track record and lost the trust of developers long ago. Besides, it was superceded by git and all its front-ends (GitHub, GitLab, et al), so nowadays almost nobody uses it to host code; even less binaries. The FreeBasic project was started ca 2004 so it has accrued lots of 'legacy' baggage, one of which is the use of SourceForge to host binaries.
Post Reply