Moderators: phlip, Moderators General, Prelates
roc314 wrote:Are HP calculators still using Reverse Polish Notation?
As long as they do that, I don't think they'll ever catch on to the extent of TIs. Most people don't have the time or inclination to learn a new format for their calculator.
drenehtsral wrote:Well, to start a proper holy war (and thumb my nose at you TI folks...), while you all were playing Breakout, I had built a transfer cable to load stuff I had downloaded from various usenet groups and install it on my calculator, and thus was able to play Civilization instead of being stuck with breakout.
#include <stdio.h>
int main()
{ struct { unsigned a:3, b:3, c:2; } n = {0};
do do printf("%hhu\n", *&n);
while(!(n.a-- && !++n.b));
while(++n.c);
return 0; } Berengal wrote:I personally always found postfix (and prefix) superior to infix, for the minute I first learned of them. I parse infix better than postfix, but I do prefix better than I do infix now (thanks to programming, where everything is prefix... mostly)
hotaru wrote:drenehtsral wrote:Well, to start a proper holy war (and thumb my nose at you TI folks...), while you all were playing Breakout, I had built a transfer cable to load stuff I had downloaded from various usenet groups and install it on my calculator, and thus was able to play Civilization instead of being stuck with breakout.
and while you were playing games, i wasrunning CP/Mhardcoding 3D graphics on my TI-83+.
MrFrothy wrote:I have an m130 too!
hi-five!
Cosmologicon wrote:Emu* implemented a naive east-first strategy and ran it for an hour, producing results that rivaled many sophisticated strategies, visiting 614 cells. For this, Emu* is awarded Best Deterministic Algorithm!
Users browsing this forum: EvanED and 3 guests