Harakou wrote:
maxskywalker wrote:
Harakou wrote:
Which is why I don't really think it's work counting. But that game in BASIC? Psh, that would be easy. :PReally? Easy? Then can you type it out for me? It would be nice to be able to effortlessly (or as close as you can get when you're using code) make simple games. My school math book had a little BASIC code, but it was just math functions.
Well, all the functions you used are pretty universal. It wouldn't be that hard to replicate using a form of BASIC. If I still had Small BASIC installed, I'd make a quick conversion, but I don't, and I'm not particularly familiar with the syntax since it's been so long since I last used it. :/
Oh. Well that proves my point! I hadn't used Python in maybe a year (minimum) when I made this. Python just flows naturally. Can you say that about BASIC in such a way that it plays off that last bit about not doing BASIC in so long? Oh, and isn't BASIC free? So why can't you just re-install it? Low on file memory?
Offline
maxskywalker wrote:
Harakou wrote:
maxskywalker wrote:
Really? Easy? Then can you type it out for me? It would be nice to be able to effortlessly (or as close as you can get when you're using code) make simple games. My school math book had a little BASIC code, but it was just math functions.Well, all the functions you used are pretty universal. It wouldn't be that hard to replicate using a form of BASIC. If I still had Small BASIC installed, I'd make a quick conversion, but I don't, and I'm not particularly familiar with the syntax since it's been so long since I last used it.
![]()
Oh. Well that proves my point! I hadn't used Python in maybe a year (minimum) when I made this. Python just flows naturally. Can you say that about BASIC in such a way that it plays off that last bit about not doing BASIC in so long? Oh, and isn't BASIC free? So why can't you just re-install it? Low on file memory?
Nah, I've got well over 500GB free, I just don't really want to install something I'm not going to use again.
And trust me, it's not that BASIC is that hard to remember. I still know TI-BASIC like the back of my hand even though I haven't touched it in probably a year now. Small BASIC, however, was just something I dabbled in for maybe a couple weeks before deciding it wasn't really that useful.
Offline
Harakou wrote:
maxskywalker wrote:
Harakou wrote:
Well, all the functions you used are pretty universal. It wouldn't be that hard to replicate using a form of BASIC. If I still had Small BASIC installed, I'd make a quick conversion, but I don't, and I'm not particularly familiar with the syntax since it's been so long since I last used it. :/Oh. Well that proves my point! I hadn't used Python in maybe a year (minimum) when I made this. Python just flows naturally. Can you say that about BASIC in such a way that it plays off that last bit about not doing BASIC in so long? Oh, and isn't BASIC free? So why can't you just re-install it? Low on file memory?
Nah, I've got well over 500GB free, I just don't really want to install something I'm not going to use again.
And trust me, it's not that BASIC is that hard to remember. I still know TI-BASIC like the back of my hand even though I haven't touched it in probably a year now. Small BASIC, however, was just something I dabbled in for maybe a couple weeks before deciding it wasn't really that useful.
Oh. Okay. And wow, my Macbook Air doesn't even HAVE 500 GB! It has 111.11 GB. How is TI-BASIC, by the way? I'm always curious about new programming languages.
Offline
maxskywalker wrote:
Harakou wrote:
maxskywalker wrote:
Oh. Well that proves my point! I hadn't used Python in maybe a year (minimum) when I made this. Python just flows naturally. Can you say that about BASIC in such a way that it plays off that last bit about not doing BASIC in so long? Oh, and isn't BASIC free? So why can't you just re-install it? Low on file memory?Nah, I've got well over 500GB free, I just don't really want to install something I'm not going to use again.
And trust me, it's not that BASIC is that hard to remember. I still know TI-BASIC like the back of my hand even though I haven't touched it in probably a year now. Small BASIC, however, was just something I dabbled in for maybe a couple weeks before deciding it wasn't really that useful.Oh. Okay. And wow, my Macbook Air doesn't even HAVE 500 GB! It has 111.11 GB. How is TI-BASIC, by the way? I'm always curious about new programming languages.
TI-BASIC is a dialect of BASIC implemented in Texas Instruments graphing calculators, most notably the TI-83 and TI-84 series. It's very simple and rather slow, but it's very useful because it can be used to program the calculator to perform tasks without writing first on a computer, compiling and sending it to the calculator.
Offline
Harakou wrote:
maxskywalker wrote:
Harakou wrote:
Nah, I've got well over 500GB free, I just don't really want to install something I'm not going to use again.
And trust me, it's not that BASIC is that hard to remember. I still know TI-BASIC like the back of my hand even though I haven't touched it in probably a year now. Small BASIC, however, was just something I dabbled in for maybe a couple weeks before deciding it wasn't really that useful.Oh. Okay. And wow, my Macbook Air doesn't even HAVE 500 GB! It has 111.11 GB. How is TI-BASIC, by the way? I'm always curious about new programming languages.
TI-BASIC is a dialect of BASIC implemented in Texas Instruments graphing calculators, most notably the TI-83 and TI-84 series. It's very simple and rather slow, but it's very useful because it can be used to program the calculator to perform tasks without writing first on a computer, compiling and sending it to the calculator.
I don't really know what that means, but okay, sure. You mean it programs calculators? I'll look into Visual or Dark Basic one day, maybe.
Offline
maxskywalker wrote:
Harakou wrote:
maxskywalker wrote:
Oh. Okay. And wow, my Macbook Air doesn't even HAVE 500 GB! It has 111.11 GB. How is TI-BASIC, by the way? I'm always curious about new programming languages.TI-BASIC is a dialect of BASIC implemented in Texas Instruments graphing calculators, most notably the TI-83 and TI-84 series. It's very simple and rather slow, but it's very useful because it can be used to program the calculator to perform tasks without writing first on a computer, compiling and sending it to the calculator.
You mean it programs calculators?
Exactly. You actually write and run the code using the calculator.
http://en.wikipedia.org/wiki/TI-BASIC
Offline
Harakou wrote:
maxskywalker wrote:
Harakou wrote:
TI-BASIC is a dialect of BASIC implemented in Texas Instruments graphing calculators, most notably the TI-83 and TI-84 series. It's very simple and rather slow, but it's very useful because it can be used to program the calculator to perform tasks without writing first on a computer, compiling and sending it to the calculator.You mean it programs calculators?
Exactly. You actually write and run the code using the calculator.
http://en.wikipedia.org/wiki/TI-BASIC
Oh. Interesting. Not exactly what I need. Still kinda cool (I guess). By the way, are you really a GUY?
Offline
maxskywalker wrote:
Harakou wrote:
maxskywalker wrote:
You mean it programs calculators?Exactly. You actually write and run the code using the calculator.
http://en.wikipedia.org/wiki/TI-BASICOh. Interesting. Not exactly what I need. Still kinda cool (I guess). By the way, are you really a GUY?
Yes. Really.
Offline
Harakou wrote:
maxskywalker wrote:
Harakou wrote:
Exactly. You actually write and run the code using the calculator.
http://en.wikipedia.org/wiki/TI-BASICOh. Interesting. Not exactly what I need. Still kinda cool (I guess). By the way, are you really a GUY?
Yes. Really.
Really really?
Offline
Harakou wrote:
maxskywalker wrote:
Harakou wrote:
Exactly. You actually write and run the code using the calculator.
http://en.wikipedia.org/wiki/TI-BASICOh. Interesting. Not exactly what I need. Still kinda cool (I guess). By the way, are you really a GUY?
Yes. Really.
Hey Harakou, help, please?
Offline
maxskywalker wrote:
Harakou wrote:
maxskywalker wrote:
Oh. Interesting. Not exactly what I need. Still kinda cool (I guess). By the way, are you really a GUY?Yes. Really.
Hey Harakou, help, please?
I don't know much about writing to text files, but I can take a look at the problem with blocking. Is that what you need help with?
Offline
Harakou wrote:
maxskywalker wrote:
Harakou wrote:
Yes. Really.
Hey Harakou, help, please?
I don't know much about writing to text files, but I can take a look at the problem with blocking. Is that what you need help with?
It gives me an error message. Something about trouble with the math, I think.
Edit: No, it's not the math. I don't know what it is.
Last edited by maxskywalker (2011-08-04 18:15:08)
Offline
maxskywalker wrote:
Help? Anyone?
Seriously, Harakou. I need help.
Offline