Programming language

Back in the dos days you could append ascii character 255 to the end of a file name and no one could run the file unless they typed the file name plus ascii character 255 because it was invisible.

View attachment 477379

1617834697155.png


Been so long I've forgotten more than I remember.

*****SMILE*****



:)
 
What was the first you learned? Python? or something else such as SQL or html?
I played around with Basic (just "Basic") and command line, DOS and Unix scripts but didn't get serious until I started application programming in the unique languages they used. Eventually they matured and all use Python now. I also did a bunch of javascript, asp, aspx, and php to build some web sites. Good times. I can't recall how many OS I learned that don't exist anymore.

javascript is good to know. every interactive website uses it. Did you find it more difficult to learn than Python?
Hard to say, the Javascript I used was NOT the asynchronous stuff we have today. If I had to guess, I'd say Python is the easiest language (and the most useful) if only because it has the largest community behind it. It won't do everything great but it will do everything. A Swiss Army knife of a language.

Modern Javascript has moved far beyond its original purpose (scripting for web pages). The async-first mindset can make for some confusing code to a newb. It's also makes it possible to write some really bad code, that never-the-less, kinda-sorta works. Something like Ruby or Python might be a better place to start.

The real key is to find something you want to make, and do it. Grab whatever tools get the job done. I think that's the best way to learn.
I want a Bunny Ranch in Mizzouri like they have in Vegas....

Then I recommend Lisp.
 
What was the first you learned? Python? or something else such as SQL or html?
I played around with Basic (just "Basic") and command line, DOS and Unix scripts but didn't get serious until I started application programming in the unique languages they used. Eventually they matured and all use Python now. I also did a bunch of javascript, asp, aspx, and php to build some web sites. Good times. I can't recall how many OS I learned that don't exist anymore.

javascript is good to know. every interactive website uses it. Did you find it more difficult to learn than Python?
Hard to say, the Javascript I used was NOT the asynchronous stuff we have today. If I had to guess, I'd say Python is the easiest language (and the most useful) if only because it has the largest community behind it. It won't do everything great but it will do everything. A Swiss Army knife of a language.

Modern Javascript has moved far beyond its original purpose (scripting for web pages). The async-first mindset can make for some confusing code to a newb. It's also makes it possible to write some really bad code, that never-the-less, kinda-sorta works. Something like Ruby or Python might be a better place to start.

The real key is to find something you want to make, and do it. Grab whatever tools get the job done. I think that's the best way to learn.
I want a Bunny Ranch in Mizzouri like they have in Vegas....

Then I recommend Lisp.
Thavage.

Ethel Thayer. Sounds like I'm lisping doesn't it.
 
What was the first you learned? Python? or something else such as SQL or html?
I played around with Basic (just "Basic") and command line, DOS and Unix scripts but didn't get serious until I started application programming in the unique languages they used. Eventually they matured and all use Python now. I also did a bunch of javascript, asp, aspx, and php to build some web sites. Good times. I can't recall how many OS I learned that don't exist anymore.

javascript is good to know. every interactive website uses it. Did you find it more difficult to learn than Python?
Hard to say, the Javascript I used was NOT the asynchronous stuff we have today. If I had to guess, I'd say Python is the easiest language (and the most useful) if only because it has the largest community behind it. It won't do everything great but it will do everything. A Swiss Army knife of a language.

Modern Javascript has moved far beyond its original purpose (scripting for web pages). The async-first mindset can make for some confusing code to a newb. It's also makes it possible to write some really bad code, that never-the-less, kinda-sorta works. Something like Ruby or Python might be a better place to start.

The real key is to find something you want to make, and do it. Grab whatever tools get the job done. I think that's the best way to learn.
I want a Bunny Ranch in Mizzouri like they have in Vegas....

Then I recommend Lisp.
Thavage.

Ethel Thayer. Sounds like I'm lisping doesn't it.

This is a fun one too: Whitespace (programming language) - Wikipedia
A coding language made up of entirely, and exclusively, spaces, tabs and linefeeds.
 
My last college class was for Windows '95 I figure he was making new versions faster than then you could get the class for credit.
 
I played around with BASIC in high school when the school got an Apple II E. First programming class I took used PL/1 and I had to use punch cards, no computer screen.
 
When Segei Bren and Larry Paige created google they said we will use Python where we can C++ where we must. Python is where you should start i say.
 

Forum List

Back
Top