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"
Chris had something to say to Corey <=-
Re: What was your first programming language?
By: Corey to Chris on Thu Aug 08 2013 12:41 am
I would have liked to know pascal.
but she moved away before I got brave enoght
LOL, same here. I explored her briefly at times, but always wound up getting P-blocked.
My first programming language was BASIC. I learned a little bit while my da would bring home Computer Gazette and Ahoy! magazines from the grocery marke I would practice reading the code on paper then put it into action on my dad computer. It was a lot of fun. Not really know what I was doing some of th time, it didn't always come out exactly as expected.
... I just let my mind wander, but it didn't come back yet.
My first programming language was BASIC. I learned a little bit while my dad would bring home Computer Gazette and Ahoy! magazines from the grocery market. I would practice reading the code on paper then put it into action on my dad's computer. It was a lot of fun. Not really know what I was doing some of the time, it didn't always come out exactly as expected.
Chris had something to say to Jon Justvig <=-
Re: What was your first progr
By: Jon Justvig to All on Sat Aug 10 2013 09:10 pm
My first programming language was BASIC. I learned a little bit while my da would bring home Computer Gazette and Ahoy! magazines from the grocery marke I would practice reading the code on paper then put it into action on my dad computer. It was a lot of fun. Not really know what I was doing some of th time, it didn't always come out exactly as expected.
That brings back fun memories. For me it was Family Computing magazine which had all sorts of basic listings for a bunch of the different 8
bits. I remember always wondering if my Coco 2 or 3 would be supported
for a particular listing and it usually was.
It also gave me a chance to look at listings of other machines like the Ataris, Commodores, Apples etc to see how their version of Basic was different then the DECB I was using at the time.
I would love to mess around with Basic09 again but I don't have the
time or space for setting it all back up *sigh*.
Nightfox had something to say to Jon Justvig <=-
Re: What was your first progr
By: Jon Justvig to All on Sat Aug 10 2013 21:10:00
My first programming language was BASIC. I learned a little bit while my dad would bring home Computer Gazette and Ahoy! magazines from the grocery market. I would practice reading the code on paper then put it into action on my dad's computer. It was a lot of fun. Not really know what I was doing some of the time, it didn't always come out exactly as expected.
My dad showed me one of those programming examples in a computer
magazine once when I was around 11-12 years old. I thought it was
cool, but I felt that I didn't really learn much by typing in someone else's code. It can be useful to learn from other peoples' code though
- but I sometimes tend to get lost in other peoples' code since I don't know what their thought process was when they were designing the
program and writing the code.
in between programming periods. And, if you were to include comments in your code then it might make things a bit more clear if you were to work with your sources together with others.
My dad showed me one of those programming examples in a computer magazine once when I was around 11-12 years old. I thought it was cool, but I felt that I didn't really learn much by typing in someone else's code. It can be useful to learn from other peoples' code though - but I sometimes tend to get lost in other peoples' code since I don't know what their thought process was when they were designing the program and writing the code.
Access Denied had something to say to Nightfox <=-
Re: What was your first progr
By: Nightfox to Jon Justvig on Sun Aug 11 2013 02:29 pm
My dad showed me one of those programming examples in a computer magazine once when I was around 11-12 years old. I thought it was cool, but I felt that I didn't really learn much by typing in someone else's code. It can be useful to learn from other peoples' code though - but I sometimes tend to get lost in other peoples' code since I don't know what their thought process was when they were designing the program and writing the code.
That's acceptable coming from someone that can code themself. I've witnessed your stuff firsthand, and you're damn good at what you do.
On the other hand, my *only* experience in the coding world is to read other people's code, realize what they're doing, and modify it to do
what I want it to do. So I guess it can work both ways, and can be beneficial as well. But I'm one of those that if I open a clean slate
with the intention of coding something, I draw blanks, and go nowhere
with it. :(
That's acceptable coming from someone that can code themself. I've witnessed your stuff firsthand, and you're damn good at what you do.
On the other hand, my *only* experience in the coding world is to read other people's code, realize what they're doing, and modify it to do what I want it to do. So I guess it can work both ways, and can be beneficial as well. But I'm one of those that if I open a clean slate with the intention of coding something, I draw blanks, and go nowhere with it. :(
Thanks :) I enjoy contributing to the BBS community; I'm glad my add-ons and utilities are useful for others.
Re: What was your first progr
By: Nightfox to Access Denied on Mon Aug 12 2013 07:03 pm
Thanks :) I enjoy contributing to the BBS community; I'm glad my add-o and utilities are useful for others.
It's definitely appreciated. If I do actually start a project myself, it wil probably have something to do with a lightbar conference selector (your mess lister seems to come close, but not exactly what I envision.. and if I were start with that, it would probably be half rewritten, and I don't want to do that).
Regards,
Nick
Thanks :) I enjoy contributing to the BBS community; I'm glad my
add-ons and utilities are useful for others.
It's definitely appreciated. If I do actually start a project myself, it will probably have something to do with a lightbar conference selector (your message lister seems to come close, but not exactly what I envision.. and if I were to start with that, it would probably be half rewritten, and I don't want to do that).
It's definitely appreciated. If I do actually start a project myself,
it wil probably have something to do with a lightbar conference
selector (your mess lister seems to come close, but not exactly what I
envision.. and if I were start with that, it would probably be half
rewritten, and I don't want to do that).
I had rdos on a dec c100
I've made some lightbar message & file area choosers, too, if you'd like to check those out. They look fairly similar to my message lister though, but simplified for file/message area selection. Here's a URL: ftp://digdist.bbsindex.com/bbs/SYNC_JS/ddac_105.zip
I've made some lightbar message & file area choosers, too, if you'd like to check those out. They look fairly similar to my message
lister though, but simplified for file/message area selection. Here's a URL: ftp://digdist.bbsindex.com/bbs/SYNC_JS/ddac_105.zip
Cool. I snagged it and will definitely check it out. Though so far it looks like it keeps the default in tact, where you hit "J" from the main menu and it does the group selection first, then jumps right to the area selection.
I envision separating this like other softwares do it. You hit "J" to
choose your conference/group.. then it joins what you select and goes back to the menu. Then you have to hit "A" or something like that to select what area you want to join.
Just looking at the file contents of the zip file, I take it all the ansi codes and/or coloring of the lightbar selection screens are done in the
.js? As of right now no ansi can be loaded or anything, correct?
Ah, I made my area choosers work the same way Synchronet does it so that it can simply be a drop-in replacement. My area choosers are designed to be executed when the user presses J, and it presents the groups first, and when the user selects a group, it then lists the areas and lets the user choose an area.
By "other software", were you referring to other add-ons for Synchronet or other BBS software?
Yes, all the coloring is done in the .js. All the coloring is for fields that change, such as the message number, subject, and post date, so there's really nothing consistent that could be provided by an ANSI file.
Perhaps at some point I could have my area choosers load configuration files that specify the colors to use.. For now, though, that can be customized by editing the .js.
--- ERIC wrote --
If you all want to learn Ruby, look up _why's (poignant) guide to ruby
It's really good. Strangely written, but enjoyable
--- ERIC wrote --
If you all want to learn Ruby, look up _why's (poignant) guide to ruby
It's really good. Strangely written, but enjoyable
QuarkWARE BBS is written entirely in Ruby.
I know what you mean about time and space, if only we lived in outerspace wh it's not limited. <grin> I tried a little bit assembly which wasn't too tou and had a numberic keypad for that. What was interesting with that was at t end of each line it had a special number at the end of the line that would match what was written on paper to make sure I had entered the line correctl like code-checking. I thought it was fun.
... Remember, if you smoke after sex you're doing it too fast.
My first programming language was BASIC. I learned a little bit while
my da would bring home Computer Gazette and Ahoy! magazines from the
grocery marke I would practice reading the code on paper then put it
into action on my dad computer. It was a lot of fun. Not really know
That brings back fun memories. For me it was Family Computing magazine which had all sorts of basic listings for a bunch of the different 8 bits.
Re: What was your first progr
By: Chris to Jon Justvig on Sun Aug 11 2013 02:23 pm
My first programming language was BASIC. I learned a little bit whil
my da would bring home Computer Gazette and Ahoy! magazines from the
grocery marke Iwould practice reading the code on paper then put it
into action on my dad computer. It was a lot of fun. Not really kno
That brings back fun memories. For me it was Family Computing magazi which had all sorts of basic listings for a bunch of the different 8
For me, I got my BASIC listings from 3-2-1 Contact magazine. :)
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).
Android8675 wrote to eric <=-
Re: What was your first programming language?
Sysop: | Ragnarok |
---|---|
Location: | Dock Sud, Bs As, Argentina |
Users: | 136 |
Nodes: | 10 (0 / 10) |
Uptime: | 14:49:06 |
Calls: | 15,171 |
Calls today: | 4 |
Files: | 19,857 |
D/L today: |
83 files (7,763K bytes) |
Messages: | 1,691,738 |