Curious...
-
saw this for sale on an auction site the other day. If you want to bid on it. I will pick it up and ship it to you. or you can pay them to ship it to you. You have to pay for it either way. Commodre 64 Okimate | West Central Sales and Auction Co[^] Then you can find out what you would want.
To err is human to really mess up you need a computer
I had several year of intimate life with C64 - including burning chips and banging my head on it... Today I user emulators when feel the urge...
"The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012
-
UCSD Pascal was an integrated system, running on a variety of Z80 and 6502 based system. Pretty good system! Not too fast, using a P-code as "VM". So, one could do better than Basic
Far, far better. I had it for my Apple ][+.
Robust Services Core | Software Techniques for Lemmings | Articles
The fox knows many things, but the hedgehog knows one big thing. -
BASIC came on built-in ROM chips, there's nothing stopping them do PASCAL or any other language.
The issue isn't the implementation of the language, but the integration with the shell. Pascal, for example, requires much more in the way of preliminary definitions that BASIC does (e.g. PRINT "Hello, World" is a legal BASIC statement, but Writeln("Hello, World"); requires all kinds of boilerplate).
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.
-
I had several year of intimate life with C64 - including burning chips and banging my head on it... Today I user emulators when feel the urge...
"The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012
Kornfeld Eliyahu Peter wrote:
Today I user emulators when feel the urge...
That's probably what I should have stuck with. A few years ago I bought the C64 Mini. Thought it was neat, played with it for a few hours (total), but it's currently gathering dust. Then I bought an actual working C64 off of some eBay-like site. Works fine, the guy I bought it from threw in a few game disks, but my problem is the display. I can hook it up to my main monitor, but don't have the room on my desk to dedicate to it. And I'd have to buy some other display or adapter if I wanted to set it up elsewhere. So it's also gathering dust. Then the company that made the C64 Mini made a full-sized one, with a working keyboard. I've been tempted to get it (it would solve the display connectivity issue, as it's using HDMI, like the Mini) but I suspect it'll gather dust as well.
-
The issue isn't the implementation of the language, but the integration with the shell. Pascal, for example, requires much more in the way of preliminary definitions that BASIC does (e.g. PRINT "Hello, World" is a legal BASIC statement, but Writeln("Hello, World"); requires all kinds of boilerplate).
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.
Not sure what boilerplate you're referring to, the examples I see online don't have any, but regardless in BASIC you constructed programs using lines so 10 print "Hello" 20 goto 10 That doesn't preclude having boilerplate code.
-
If today, you had a computer like C64, would you love it to start with BASIC or there is an other language you would prefer for the prompt?
"The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012
-
If today, you had a computer like C64, would you love it to start with BASIC or there is an other language you would prefer for the prompt?
"The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012
Assembler - and I did way back then!
-
If today, you had a computer like C64, would you love it to start with BASIC or there is an other language you would prefer for the prompt?
"The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012
I grew up on Input magazine [^] , spent countless hours typing hex assembly into ZX81, ZX Spectrum and C64. it certainly teaches you attention to detail. ;P
-
No, because Basic teaches you bad habits that become engrained. Go with a strongly typed language if you want to develop seriously, weakly typed if you want to play at it (and don't mind the computer getting it wrong in annoying ways from time to time). C# is a good starter language for people who want to do this for a living! :-D
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!
Sorry to disagree... The BASIC that came on the C64, TRS-80, Sinclair etc. had only one bad habit, the GOTO instruction! I can't swear to the others, but you HAD to type variables in TRS-80 BASIC, and there was so little memory available that the size of every variable was important. You had to do your own memory management too, e.g. re-use variables rather than just declaring new ones etc. All in all it taught me a more good practice than bad. I seem to remember that sloppy typing and variants only appeared very much later in VB?
So old that I did my first coding in octal via switches on a DEC PDP 8
-
If today, you had a computer like C64, would you love it to start with BASIC or there is an other language you would prefer for the prompt?
"The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012
If I remember well it would also run Turbo Pascal.
Check out my blog at http://msdev.pro/
-
If today, you had a computer like C64, would you love it to start with BASIC or there is an other language you would prefer for the prompt?
"The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012
I fell in love with computer at 12, when a friend of mine show me typing a program to get a skying game. Don't ask me why, it blowed my mind, and that's it. Some months after, I had my ZX 48k, and started my trip to hell using basic, but as soon as I could (not that easy in Italy in 1984) I switch to Assembly. So, today, Assembler. I love Assembler. Assembler. Bye.
-
If today, you had a computer like C64, would you love it to start with BASIC or there is an other language you would prefer for the prompt?
"The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012
basic is well... to basic Pascal would be the only good choice off course
-
Sorry to disagree... The BASIC that came on the C64, TRS-80, Sinclair etc. had only one bad habit, the GOTO instruction! I can't swear to the others, but you HAD to type variables in TRS-80 BASIC, and there was so little memory available that the size of every variable was important. You had to do your own memory management too, e.g. re-use variables rather than just declaring new ones etc. All in all it taught me a more good practice than bad. I seem to remember that sloppy typing and variants only appeared very much later in VB?
So old that I did my first coding in octal via switches on a DEC PDP 8
We started the same way! My first programming was switches on PDP-8s then paper tape. Disassembling Scripsit on TRS-80 to add hotkeys for Compugraphic typesetting was a fun project!
-
VB6
VB6 rules!
Haters are going to Hate!
-
If today, you had a computer like C64, would you love it to start with BASIC or there is an other language you would prefer for the prompt?
"The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012
I had a C64 back in the 80's and there was actually a BASIC language compiler available for it, by Abacus. It generates machine language from Basic and has extensions beyond the built in Basic. Having been using Basic since then in many variations over the years, the language of choice for me would be Basic, but a BASIC compiler with a modern command set. I also worked with machine code on the C64. I wrote my own compiler, which had a subset of basic but was designed for maximum speed, and I wrote it in compile Basic and it generated direct to machine language. I used my own compiler to write a family friendly video game which was published in the Compute Gazette magazine (October 1987). I still write in Basic today using PowerBasic for Windows using the WIN32 API. So Basic is a good language to use, but it needs to be a fast compiler, support inline assembler and have direct access to either the hardware directly or the operating system.
-
If today, you had a computer like C64, would you love it to start with BASIC or there is an other language you would prefer for the prompt?
"The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012
I never had a C64, but did get a TI 99-4/a when I was around 15/16 and quickly learned BASIC, writing little programs that solved math/geometry homework problems. All that I REMember about it now was that it required line numbers. I still have that system in it's original box, but it hasn't been plugged in for well over 20 years now. Even if I did, I doubt I'd be able to find an adapter for the TV. :laugh: Good times! :)
"Go forth into the source" - Neal Morse "Hope is contagious"
-
If today, you had a computer like C64, would you love it to start with BASIC or there is an other language you would prefer for the prompt?
"The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012
PowerShell
-
I never had a C64, but did get a TI 99-4/a when I was around 15/16 and quickly learned BASIC, writing little programs that solved math/geometry homework problems. All that I REMember about it now was that it required line numbers. I still have that system in it's original box, but it hasn't been plugged in for well over 20 years now. Even if I did, I doubt I'd be able to find an adapter for the TV. :laugh: Good times! :)
"Go forth into the source" - Neal Morse "Hope is contagious"
That's the same computer I started on back in 1983 which was responsible for my current career path. I learned BASIC, Extended BASIC and finally assembly.
Kelly Herald Software Developer
-
Basic, basic, basic all the way! Or should that be BASIC? I learnt on Algol, then moved to Fortran, then I worked for HP in the glory days of Bill, Dave and John Young on the HP98 series of boxes in - would your believe - BASIC! I can still type error-free basic in almost any dialect as fast as I can write English. :-\ Squirley brackets? Who needs 'em? :laugh:
I started with RGB-II on the IBM mainframes back in 1974. I eventually did COBOL and CICS but was quite happy when I moved to the PC and learned BASIC as my first language. Then I moved onto Turbo Pascal for several years, which I completely enjoyed...
Steve Naidamast Sr. Software Engineer Black Falcon Software, Inc. blackfalconsoftware@outlook.com
-
If today, you had a computer like C64, would you love it to start with BASIC or there is an other language you would prefer for the prompt?
"The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012
REXX
Cheers, Mike Fidler "I intend to live forever - so far, so good." Steven Wright "I almost had a psychic girlfriend but she left me before we met." Also Steven Wright "I'm addicted to placebos. I could quit, but it wouldn't matter." Steven Wright yet again.