Why I Like the BASIC Programming Language

  Рет қаралды 10,509

 HE360

HE360

Күн бұрын

Пікірлер: 52
@kevin12567
@kevin12567 3 жыл бұрын
I have a couple BASIC-like programing languages for Nintendo Switch. One is SmileBASIC, which feels a lot like old-school BASIC (but runs orders of magnitude faster), and the other is FUZE 4 Switch, which is a lot like C, but can also be programmed like traditional BASIC if you want.
@HE360
@HE360 3 жыл бұрын
WOW, that's very cool to know Kevin. I didn't know that the Nintendo Switch runs BASIC. I'm actually going to try to search for those and try those out. A version of BASIC that works with the Nintendo Switch is very very interesting to news for me.
@cbbcbb6803
@cbbcbb6803 Жыл бұрын
Thank you! People can write very very sophisticated programs in basic. These can be all types of applications: games, scientific, business management, and many more categories. I like basic too. In python, spaces, tabs, and line feeds are like invisible reserved words. Brackets and semicolons are inexcusable. Lots of perfectly good languages do not have them.
@FaithfulComforter
@FaithfulComforter Жыл бұрын
What are those programming languages?
@yoidog
@yoidog 2 жыл бұрын
I'm a C++ intermediate and i agree on what you say for BASIC, i use FreeBASIC i'm kind of a beginner at it though, programming in FreeBASIC just feels old, i always dreamed about BASIC, FreeBASIC is my 2nd language and i'm proud of it, this video inspired me to master my FreeBASIC skills, thank you.
@Merlin64-nb1tj
@Merlin64-nb1tj 6 ай бұрын
I could not agree more with everything you said. I started with basic on the C64.
@iandavidson99
@iandavidson99 Жыл бұрын
I use PureBASIC on Windows... It's incredibly powerful and compiles, so incredibly fast. Really not sure why I'd want to use anything else!
@johnschuster1770
@johnschuster1770 Жыл бұрын
Thanks for the video. The first "college computer course" that I took was 1977, Intro to Data Processing. It was focused on binary and hexadecimal systems. We also worked with punch cards. The following year I took some courses in BASIC. Loved it. But that was it far as my programming career went. Now I sit back and enjoy other programmers' efforts. Whatever happened to the original Nintendo Dungeons and Dragons?
@menacerisamir198
@menacerisamir198 3 жыл бұрын
in the 80 i was learning basic with apple 2 and after with msx computer and c64 and i got all this books , this is great now i i am learning dark basic for game guru max , people think that i am nut , but BASIC is really what i like much of all , other guys with c++ are just a bunch of guy who want to show off
@HE360
@HE360 3 жыл бұрын
I agree!
@nameless5724
@nameless5724 2 жыл бұрын
Why I like BASIC? The short answer is: " I am old school ".
@davidgagnon3781
@davidgagnon3781 4 жыл бұрын
Did YOU make all the games in BASIC? Wow!
@HE360
@HE360 4 жыл бұрын
I made many of my first games in BASIC and the very last game in this video was made in a BASIC styled language. I'd say it was made in BASIC under a name called "Cerberus X"
@HistLoveRadio
@HistLoveRadio 2 жыл бұрын
Basically, BASIC is one of the easiest programming languages to learn. Where we literally killed the BASIC language was in the mid-80s, because the problem with that language at the time was that it was interpreted, plus there were a lot of limitations that weren't available at the time. For example STRING type variables were often limited to 255 characters, and sometimes less due to very little ram memory available. It forced us to think differently. But today, since we have adopted new standards, we have simply evolved with languages like C++ or Java for example. Fortunately, a handful of computer engineers had the brilliant idea of reviving this language by bringing what it didn't have at the start, that is to say the speed and power of C++ in an easy-to-learn language. without worrying. Yes, I like FreeBasic which I find powerful in every way, and in addition it is even possible to write software from libraries originally designed for C and C++. Thank you for this video, because I'm not the only one programming in BASIC.
@bjbell52
@bjbell52 Жыл бұрын
I learned BASIC on my first computer, an Atari 400. I guess Atari BASIC (called AB in the rest of this post) was different from the other home computer BASICS because it wasn't written by Microsoft. The computer magazines at the time had many articles explained why AB was so much weaker than MS BASIC, to the point that the owner of the company that wrote AB wrote an article in Compute Magazine PROVING that if one used the features of AB instead of trying to bend AB to be programmed like MS BASIC, one could write better programs. AB lost most of the speed tests like Sieve of Eratosthenes despite the 6502 in the Atari being clocked 79% faster than the Apple or Commodore. This was always because Atari wanted their BASIC to fit into an 8K cartridge and they did so by NOT writing a decent math package but instead, using the crappy package built into the operating system. Someone rewrote AB but created its own math package that ended up over 5 times faster than AB. It also should have been faster because NOT interpreted at run time but was COMPILED into P-Code. Add to that that string variables could be as long as memory permitted. It also used long variable names where every character was significant, making programs easier to read. My first professional program was an animated volleyball game for Softside Magazine. It was written in 100% AB (no machine language calls) and used 4 animated sprites for players and 1 for the ball. If you want to see the program you can download it here "www.atarimania.com/game-atari-400-800-xl-xe-volleyball_26.html"
@NOPerative
@NOPerative 2 жыл бұрын
BASIC! I think BASIC needs to be mandatory. I like BASIC, C and Assembler. I prefer FreeBasic because it compiles - I like executable file formats.
@GothGuy885
@GothGuy885 11 ай бұрын
I still Code in Basic Also, I first learned it way back in HS on an Apple II-E. My dad bought me a TI99-4A for a graduation present, that I coded on for a while. now I use Liberty Basic on a windows 10 system. it has a GUI interface, But I am just starting to Learn how to do graphics a little, because the programs I do Mostly involve Data processing [ Gathering/ Storing Data to /Reading it from the drive, and displaying it on Screen ] so graphics don't matter that much to me Right now, but its fine, and works for me 😀
@mmbeque
@mmbeque 10 ай бұрын
The language in which first Apple computer program was written in
@waynefreeman7167
@waynefreeman7167 Жыл бұрын
Dude, you are spot on. 👍
@lawlit450
@lawlit450 3 жыл бұрын
Now i am in 10th yesterday I found my 7th std Information and technology book at that time i didn't have much intrest in it because my teachers way of teaching made me sleepy and that book contain information about BASIC language vairbles ,if else ,loops,etc so I am started to learn it my so I started learning it I already learned some core python and HTML and CSS (HTML and CSs are not programming languages I know) and I watched this for some motivation thx for it
@symone9746
@symone9746 Жыл бұрын
i really want to make a game with BASIC! what programme did you use? are there any tutorials out there?
@thesqueakingrat8269
@thesqueakingrat8269 2 жыл бұрын
how do I download it?
@gfabasic32
@gfabasic32 10 ай бұрын
Impressive!
@YTrandomusr24
@YTrandomusr24 2 жыл бұрын
Awesome 👍 I'm a big fan of Qbasic and I'm starting to use FreeBasic as well!
@LetsPumpItUp
@LetsPumpItUp 5 күн бұрын
You gotta love the GOTO statement of BASIC language ❤ lol
@thegreenhoodieguy
@thegreenhoodieguy 2 жыл бұрын
I wanted to start programming in Basic, but I don't know what to download. Can you help me with that?
@JosipRetroBits
@JosipRetroBits Жыл бұрын
Try with QB64
@billy7636
@billy7636 2 жыл бұрын
suggest a basic interpreter for windows 10 64 bit to download
@marysharmila8121
@marysharmila8121 5 ай бұрын
You can try Vintage Basic
@anon_y_mousse
@anon_y_mousse 10 ай бұрын
I started with QBasic, and I still love it, but I would never call BASIC a bracket-less programming language. Just like with Pascal, a squiggly symbol is replaced with a keyword. However, you can do the same thing in those other languages. For instance, in C, and technically also C++ but I'm going to ignore it, you can do #define begin { #define end } and then no more "brackets". There are worse things I could show you, but that's probably too much for a single comment.
@stuntfax9004
@stuntfax9004 2 жыл бұрын
So with basic you can’t make a high end resolution games with basic or no?
@x7heDeviLx
@x7heDeviLx 11 ай бұрын
Was it the first language u really got good at or took time to understand?
@astongoldsmith2396
@astongoldsmith2396 3 жыл бұрын
That is great man,I like it ...and i like BASIC....far better than python!!!
@HE360
@HE360 3 жыл бұрын
I agree. I like how with BASIC has a lot of freedom to where we're not locked into a system. But, we could code our projects and not worry about a lot of extra stuff.
@astongoldsmith2396
@astongoldsmith2396 3 жыл бұрын
@@HE360 Yes i agree....and i also hate all this un-natural hype about python which is presented as allmighty ...which is not in most cases ..it is damn slow and ugly un-human lang.
@HE360
@HE360 3 жыл бұрын
I agree. With Python, having to worry about indentations and getting errors for not indenting gets annoying after a while; especially when code gets long vs. a language like BASIC, I get to just program my games, etc. and not have to worry about that stuff.
@basicforge
@basicforge 2 жыл бұрын
Python might be a powerful language but it also has steeper requirements than BASIC, and it's more complicated.
@agentslimepunk
@agentslimepunk 11 ай бұрын
Lately I kind of dig Lua for gamedev, but I don't really have much of a preference these days, myself. Nice video :)
@user4gent416
@user4gent416 3 жыл бұрын
Its the language that Linus(The project manager and developer of Linux) learned first.
@basicforge
@basicforge 2 жыл бұрын
Elon Musk also.
@mmbeque
@mmbeque 10 ай бұрын
Zuckerberg too
@totally_fitz
@totally_fitz 5 ай бұрын
Flashback to The Legend of Zelda. Gotta go find it now 🏃‍♀️
@brunosouza2918
@brunosouza2918 10 ай бұрын
⚙️⚙️
@AloanMoreira1
@AloanMoreira1 Жыл бұрын
is basic even easier than python to memorize and understand?
@GothGuy885
@GothGuy885 11 ай бұрын
yes very. I still code in basic. I have a hard time getting my head around all this Data Stream stuff 'in some of the other languages like Python. the data stream thing makes it sound like a pregnancy test. :Just hold your Laptop in your Urine stream. 😆
@AloanMoreira1
@AloanMoreira1 11 ай бұрын
@@GothGuy885great to know! I remember I used to like basic back in the 80s without even ever coding it, but just because it sounded simple in its own wording and its description haha.. so what is the name of the Basic being used in this video at: 3:18 if you happen to know since there are so many flavors
@GothGuy885
@GothGuy885 11 ай бұрын
@@AloanMoreira1 sorry, not familiar with that one
@dragon90815
@dragon90815 4 ай бұрын
😊
@brunosouza2918
@brunosouza2918 10 ай бұрын
🫵🇧🇷✌️
@nedotraxxxx
@nedotraxxxx 5 ай бұрын
They invented so called "modern programming languages" like JavaScript and then (just 30 years after) suggested to get back into C 🙂BASIC could replace the most of contemporary interpreted and embedded languages, yep 😉
@brunosouza2918
@brunosouza2918 10 ай бұрын
》prof.brunotsouza 》(👂)
Programming Like It's 1979: 6502 Assembly language on the Apple ][
19:53
The BASIC programming language and how it ended up on the Sega Saturn | MVG
13:17
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
I Made My Own Programming Language
10:20
CodeNoodles
Рет қаралды 99 М.
Birth of BASIC
38:13
Dartmouth
Рет қаралды 1,2 МЛН
Dear Game Developers, Stop Messing This Up!
22:19
Jonas Tyroller
Рет қаралды 762 М.
Family BASIC [Programming & Tech]
12:10
Masahiro Sakurai on Creating Games
Рет қаралды 73 М.
Python Developer learns Rust (and remaking my chess engine)
16:18
TheSandwichCoder
Рет қаралды 67 М.
What was Coding like 40 years ago?
29:05
The Coding Train
Рет қаралды 1,8 МЛН
Making My Own Programming Language and Coding a Game in It
10:19
AstroSam
Рет қаралды 1,3 МЛН
Introduction to Commodore 64 BASIC and Why You Should Learn It
14:17
Retro Game Coders - Chris Garrett
Рет қаралды 23 М.
Writing a game the hard way - from scratch using C. #1
34:20
NCOT Technology
Рет қаралды 195 М.
When Optimisations Work, But for the Wrong Reasons
22:19
SimonDev
Рет қаралды 1,1 МЛН