Hello, I am Eric and I'm new to BBS. But I'm not really new to programming and I just had to ask what your first programming language was. (Sorry if this is a repost).
I personally learned Microsoft BASIC first, because that was the only language my DOS system could interpret. And it was just a good time.
For that reason many programmers think I'm "broken" because BASIC teaches horrible practice and sloppy technique.
So what did you guys first learn?
And for the record, I now know many languages, such as C, Java, Ruby, Python, and C++.
Commodore BASIC on my old C=64. Then Apple BASIC on the Apple IIe. I've been dabbling in python, PHP, and now javascript.
--Draco
Hello, I am Eric and I'm new to BBS. But I'm not really new to programming and I just had to ask what your first programming language was. (Sorry if this is a repost).
I personally learned Microsoft BASIC first, because that was the only language my DOS system could interpret. And it was just a good time.
For that reason many programmers think I'm "broken" because BASIC teaches horrible practice and sloppy technique.
So what did you guys first learn?
And for the record, I now know many languages, such as C, Java, Ruby, Python, and C++.
------------------------
eric
Periodic BBS - periodiccorp.com
Hello, I am Eric and I'm new to BBS. But I'm not really new to programming and I just had to ask what your first programming language was. (Sorry if this is a repost).
I personally learned Microsoft BASIC first, because that was the only language my DOS system could interpret. And it was just a good time.
For that reason many programmers think I'm "broken" because BASIC
teaches horrible practice and sloppy technique.
So what did you guys first learn?
And for the record, I now know many languages, such as C, Java, Ruby, Python, and C++.
Commodore BASIC on my old C=64. Then Apple BASIC on the Apple IIe. I've
been dabbling in python, PHP, and now javascript.
--Draco
Re: Re: What was your first programming language?
By: Draco to eric on Fri Jul 19 2013 10:59 am
Commodore BASIC on my old C=64. Then Apple BASIC on the Apple IIe. I've been dabbling in python, PHP, and now javascript.
--Draco
Yeah, didn't you just love BASIC? Those were some good times. Take those GOTO statements all the way to the bank!
Python is a great language; very intellegent, object-oriented, and just kinda makes sense. JS I don't have much experience with, but I'd like to share with you a little saying from the computer science world:
"Any web application that has the potential of being written and
implemented in JavaScript WILL eventually be written and implemented in JavaScript."
I always thought that was funny.
Good luck in your dabbling, and it's really good to be here on BBS! ------------------------
eric
Periodic BBS - periodiccorp.com
Hello, I am Eric and I'm new to BBS. But I'm not really new to programming and I just had to ask what your first programming language was. (Sorry if this is a repost).
I personally learned Microsoft BASIC first, because that was the only language my DOS system could interpret. And it was just a good time.
For that reason many programmers think I'm "broken" because BASIC teaches horrible practice and sloppy technique.
Yeah, didn't you just love BASIC? Those were some good times. Take those GOTO statements all the way to the bank!
Someone I know once joked that he wanted a language with a "come-from" statement. :PWere that to happen, I would be so elated... Do I smell a new idea for an esoteric language a la LOLCODE?!
I loved GOTO and IF THEN statements a lot and plus you can't forget that evi GOSUB which always causes you a hemorrhoid or two if wasn't correctly justified.
Were that to happen, I would be so elated... Do I smell a new idea for an esoteric language a la LOLCODE?!
Subject: Re: What was your first programming language?
@VIA: PERIODIC
@MSGID: <51EC8CD0.15.dove-program@periodiccorp.com>
@REPLY: <51EA727E.1272.dove-prg@toxicbbs.com>
@TZ: c1e0
Re: Re: What was your first programming language?
By: Lab Rat to eric on Sat Jul 20 2013 12:20 pm
Esoteric languates are the greatest things, in my opinion. You should look t up sometime, they really make programming kind of a fun joke, especially in field where people take things so serously.
------------------------
eric
Periodic BBS - periodiccorp.com
eep ork oop ah ah
Re: Re: What was your first programming language?
By: eric to Draco on Fri Jul 19 2013 12:35:10
Yeah, didn't you just love BASIC? Those were some good times. Take those GOTO statements all the way to the bank!
Someone I know once joked that he wanted a language with a "come-from" statement. :P
Someone I know once joked that he wanted a language with a "come-from"
statement. :P
It already exists: INTERCAL https://en.wikipedia.org/wiki/INTERCAL_programming_language#Control_struct ures
Hello, I am Eric and I'm new to BBS. But I'm not really new to programming a nd I just had to ask what your first programming language was.
Python seems really nice, and I hear it's resource efficient, so that makes it a good thing for us low-level folks :)
Re: What was your first programming language?
By: eric to Chris on Sun Jul 28 2013 00:50:47
Python seems really nice, and I hear it's resource efficient, so that makes it a good thing for us low-level folks :)
I've used Python a little bit (not very extensively), but even with my little experience with it, I like it. Python has a fairly good standard library, and I think Python is fairly easy to read (thanks to forcing you
to maintain a standard level of indentation). One thing I read about
Python a few years ago was that they made some breaking changes in version
3 of Python, so many Python 2.x scripts would be incompatible with Python 3.x. But it has been a few years since I read that, so it's probably not
as much of a problem anymore. If you do any new Python development, it should be with Python 3.x.
I think Python is fairly easy to read (thanks to forcing you to maintain a standard level of indentation). One thing I read about Python a few years ago
was that they made some breaking changes in version 3 of Python, so many Python
2.x scripts would be incompatible with Python 3.x. But it has been a few years
since I read that, so it's probably not as much of a problem anymore. If you
do any new Python development, it should be with Python 3.x.
Nightfox
Re: What was your first programming language?the
By: Chris to eric on Thu Jul 25 2013 10:43 pm
You'll have to let me know how the Python goes. I've been interested on learning Python but I figured I'd tackle Ruby first because it's kind of the gateway to some of the non-C-related languages (regardless of the fact that
Ruby interpreter is implemented in C.)it
Python seems really nice, and I hear it's resource efficient, so that makes
a good thing for us low-level folks :)
------------------------
eric
Periodic BBS - periodiccorp.com
Re: What was your first programming language?
By: eric to Chris on Sun Jul 28 2013 12:50 am
Re: What was your first programming language?
By: Chris to eric on Thu Jul 25 2013 10:43 pm
You'll have to let me know how the Python goes. I've been interested on learning Python but I figured I'd tackle Ruby first because it's kind of gateway to some of the non-C-related languages (regardless of the fact ththe
Ruby interpreter is implemented in C.)
Python seems really nice, and I hear it's resource efficient, so that makit
a good thing for us low-level folks :)
------------------------
eric
Periodic BBS - periodiccorp.com
Hi Eric,
I'll be making notes as I go along, so I'm hoping to post some of that here on my web forum assuming I can shape it into something people can use.
------------------------------------------------------------------
Chris Perrault
The Diamond Mine BBS
telnet://bbs.dmine.net
The Programmers' SIG @ DelphiForums
http://www.delphiforums.com/prosig
------------------------------------------------------------------
That's really kind of you... Post them when you get them done and I'm sure I'll
read them. Python 3 looks interesting, especially giving the new handling of software objects.ge
Anybody out there do Ruby? I kinda have a soft spot for the pragmatic langua
from Japan.
------------------------
Eric Lujan
Owner and Sysop - Periodic BBS - periodiccorp.com
Anybody out there do Ruby? I kinda have a soft spot for the pragmatic language from Japan.
Subject: What was your first programming language?
@VIA: DMINE
@MSGID: <520322F6.1774.dove-prg@dmine.net>
@REPLY: <51FCA8F4.27.dove-program@periodiccorp.com>
@TZ: c12c
Re: What was your first programming language?
By: eric to Chris on Fri Aug 02 2013 11:53 pm
Anybody out there do Ruby? I kinda have a soft spot for the pragmatic lange from Japan.
Oh yeah, I forgot to add:
I would LOVE to learn Ruby also (as I would a few other languages). My focus Python as well as learning more Unix/Linux Admin stuff (my day job) limits m but yeah Ruby's a name I've heard over the years and would love to get my ha on it, even if just a little.
------------------------------------------------------------------
Chris Perrault
The Diamond Mine BBS
telnet://bbs.dmine.net
The Programmers' SIG @ DelphiForums
http://www.delphiforums.com/prosig
------------------------------------------------------------------
Subject: What was your first programming language?
@VIA: PERIODIC
@MSGID: <52048DEE.32.dove-program@periodiccorp.com>
@REPLY: <52034BBA.1682.doveprg@tsgc.synchro.net>
@TZ: c1e0
Re: What was your first programming language?
By: Corey to Chris on Thu Aug 08 2013 12:41 am
If you all want to learn Ruby, look up _why's (poignant) guide to ruby.
It's really good. Strangely written, but enjoyable.
------------------------
Eric Lujan
Owner and Sysop - Periodic BBS - periodiccorp.com
I would have liked to know pascal.
but she moved away before I got brave enoght
"Practise safe Lunch, Use a Condiment"
Hello, I am Eric and I'm new to BBS. But I'm not really new to programming and I just had to ask what your first programming language was. (Sorry if this is a repost).
Sysop: | Eric Oulashin |
---|---|
Location: | Beaverton, Oregon, USA |
Users: | 105 |
Nodes: | 16 (0 / 16) |
Uptime: | 08:04:40 |
Calls: | 5,904 |
Calls today: | 4 |
Files: | 8,496 |
D/L today: |
293 files (120M bytes) |
Messages: | 343,254 |