
I pre-date that be about six years - first code was written on a ZX80. Probably the first program from the first page of the supplied instruction manual.BMS Doug wrote:Most of us won't remember, my first coding experience was 30 years ago (and there are plenty here who significantly pre-date me).
Code: Select all
if [[ "$INT" =~ ^-?[0-9]+$ ]]; then
The best advice I can offer, do not code in Perl!expandables wrote:Coding is no walk in the park for me i literally stare at my PC for hours when i don't know a code.
For exampleCode: Select all
if [[ "$INT" =~ ^-?[0-9]+$ ]]; then
Oh really? Because am interested in SED, AWK and PERLNormanDunbar wrote:
The best advice I can offer, do not code in Perl!![]()
Cheers,
Norm.
Same here with the RML380Z, would have been around 1978.rpdom wrote:Research Machines (RM) 380Z. A bit of dabbling in BASIC with CP/M, then a few years later the ZX80 came along and I programmed on a friend's one.
sed and awk are text utilities as is grep, not fully fledged languagesexpandables wrote:Oh really? Because am interested in SED, AWK and PERLNormanDunbar wrote:
The best advice I can offer, do not code in Perl!![]()
Cheers,
Norm.![]()
Sed and awk are good, I use them almost daily. Perl just does my head in! I consider it to be write once, read never! Too many hieroglyphis for my liking. I never got to grips with Lisp either - all those brackets!expandables wrote:Oh really? Because am interested in SED, AWK and PERL![]()
Heh....just a bit. The Summer of 1964, so 51 years ago. First languages were FORTRAN IID and SPS IID, both on an IBM 1620 Mod. I. Done by keying ones program into cards, together with job control cards, and submitting an "SBD" (Small Banded Deck) to the operator and getting any output back as a card deck (no printer attached to the 1620...you could take your output across the room the a 407 Accounting machine and print them...likewise your source deck of you wanted a listing to work from). Usually what you got back (on the front of your deck) was a pink card with a bunch of check boxes marked, and possibly a hand written comment. In that shop it was known as a "TS card".BMS Doug wrote:Most of us won't remember, my first coding experience was 30 years ago (and there are plenty here who significantly pre-date me).
Terminals? You had terminals? We had to scratch binary patterns into the dirt with a stick.W. H. Heydt wrote:Heh....just a bit. The Summer of 1964, so 51 years ago. First languages were FORTRAN IID and SPS IID, both on an IBM 1620 Mod. I. Done by keying ones program into cards, together with job control cards, and submitting an "SBD" (Small Banded Deck) to the operator and getting any output back as a card deck (no printer attached to the 1620...you could take your output across the room the a 407 Accounting machine and print them...likewise your source deck of you wanted a listing to work from). Usually what you got back (on the front of your deck) was a pink card with a bunch of check boxes marked, and possibly a hand written comment. In that shop it was known as a "TS card".BMS Doug wrote:Most of us won't remember, my first coding experience was 30 years ago (and there are plenty here who significantly pre-date me).
Terminals (especially video display terminals--VDTs) came later...much later.
Teletypes go quite a ways back. To before electronic computers. None of the shops I worked iname wrote:Terminals? You had terminals? We had to scratch binary patterns into the dirt with a stick.W. H. Heydt wrote: Terminals (especially video display terminals--VDTs) came later...much later.
Didn't you say that you stare at the code for hours and never figure it out? Perhaps Perl was made up by a guy who was only joking. That's obviously true about Python.expandables wrote:Oh really? Because am interested in SED, AWK and PERL![]()
http://dilbert.com/strip/1992-09-08ame wrote: Terminals? You had terminals? We had to scratch binary patterns into the dirt with a stick.
I remember doing this on my ZX81.joan wrote:Simple, probably because my first program would have been something like.
10 print "hello"
20 goto 10
Start with the simple stuff.
Does it still work?jamesh wrote:
Then borrowed a UK101, then got a BBC Micro. Still got it....
All 6502 based.