Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - blue_bear_94

Pages: 1 ... 17 18 [19] 20 21 ... 68
271
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: May 28, 2013, 05:18:40 pm »
5247: Your 84+ is SLOW, because of your overstuffed VAT (which is also responsible for eating up a lot of the RAM).

272
I hope you'll add more content later; there's only one room right now.

273
But native-code programs can't be larger than 24K; that's a bummer.

274
Humour and Jokes / Re: Making up code for you habits
« on: May 24, 2013, 04:10:25 pm »
gethome.c
Code: [Select]
int main(void) {
  if (doorIsLocked()) {
    if (haveKey())
      unlockDoor();
    else {
      if (havePhone())
        callParents();
      else exit(1);
      }
    }
  }
  openDoor();
  if (!parentsPresent()) {
    SESSION* s = turnOnComputer();
    if (!isOpen(s, "chrome"))
      openPrgm(s, "chrome");
    check(s, "chrome", "http://www.omnimaga.org);
    }
  else {
    greetParents();
  }
}
}

275
I unsuccessfully attempted to write one for the 89. But I'd pick the 89.

276
Humour and Jokes / Re: Making up code for you habits
« on: May 23, 2013, 10:09:01 pm »
Temp and coat would have to be T and C, respectively, unless you're running 68k Basic, in which case the program calls would be hipocket() and hdsdown(), respectively. Even with the 83+ variant, you'll need to shorten the programs to prgmHIPOCKET and prgmHDSDOWN.

277
You don't even need a program.
[(3y + 15)/y] / [(y + 5)/y] = (3y + 15) / (y + 5) = 3

278
Grammer / Re: Grammer 3-Concepts, ideas, requests
« on: May 18, 2013, 10:01:31 am »
I am thinking really hard about how to handle math. I can definitely make it handle order of operations, but it would be a little slower.
A little slower ? Why not when parsing put the operations to the usual order ? Then it would be the same speed.
I was thinking about converting the math into postfix notation when parsing to bytecode.

279
General Calculator Help / Re: 89Ti Good Programs?
« on: May 18, 2013, 07:04:20 am »
I never knew about the on-calc C compiler; I thought that the TI-89 didn't have enough memory for that.

280
Grammer / Re: Grammer 3-Concepts, ideas, requests
« on: May 18, 2013, 07:03:36 am »
Are you also thinking about making math follow the order of operations instead of evaluating left to right? Doing so shouldn't be hard, especially for you.

281
Miscellaneous / Re: Language Construction!
« on: May 17, 2013, 03:59:19 pm »
I will for VE2ENCS.

282
Humour and Jokes / Re: Weird/funny pictures thread
« on: May 16, 2013, 10:56:59 pm »
Omnomception!

283
Miscellaneous / Re: Good books, reading lists
« on: May 16, 2013, 08:19:17 pm »
I plan to read the LotR series this summer. (I read The Hobbit three years ago, but I couldn't understand what was going on.)

284
Miscellaneous / Re: Language Construction!
« on: May 16, 2013, 04:00:17 pm »
As BB94 said, it's not about programming languages, but actually an actual communication language (like English). I've began skimming through the document in the OP, it looks very interesting.

EDIT: Correct me if I'm wrong, but E enare alyrynssyd issos sylorssa. Damn. I really like how it sounds.
Here's another example:
Spoiler For Spoiler:
Yr iss enva acrynala, iss enva erse ermessacveryssan, eas merseda erse enefa, eas elsse erse aplamysenrotacveryssanallasmafssalia, enarass ylmayd. Myron enva emte, enarass re nass tecto enva emte.
On the dark day of February 22, 2013, we panicked. After that day, we did what we did before.
Note: this phrase includes terms not found in the VE1ENCS. They will be included in the VE2ENCS.

285
Miscellaneous / Re: Good books, reading lists
« on: May 16, 2013, 03:52:23 pm »
I used to hate the Harry Potter series eighteen months ago, until my mom made me read them.

Pages: 1 ... 17 18 [19] 20 21 ... 68