There‘s HP calculator guys and TI guys. Around the age of 17 I spent lots of time programming my HP28s calculator in a Forth like language that had symbolic mathematics, lots of ideas from Scheme (closures, functions as first class arguments, recursion). It felt like magic dealing with concepts I hadn’t seen in the C compiler on my Amiga or later in Turbo Pascal. But I saw these concepts later in Mathematica and was…
Boris Cherny: TI-83 Plus Basic Programming Tutorial (2004)
11–20 of 93 posts
Re: Boris Cherny: TI-83 Plus Basic Programming Tutorial (2004)
#12There‘s HP calculator guys and TI guys. Around the age of 17 I spent lots of time programming my HP28s calculator in a Forth like language that had symbolic mathematics, lots of ideas from Scheme (closures, functions as first class arguments, recursion). It felt like magic dealing with concepts I hadn’t seen in the C compiler on my Amiga or later in Turbo Pascal. But I saw these concepts later in Mathematica and was…
Re: Boris Cherny: TI-83 Plus Basic Programming Tutorial (2004)
#13Subsequent math classes, I started by writing a BASIC problem to solve the type of math problem we were given.
I can't decide if I got really good at solving those math problems by solving them generally once, or really bad at solving those math problems for never having solved them more than once or twice by hand while writing the program.
Those programs were very inefficient, and you could code the TI-83+ in assembly, but it required uploading the code via cable. I recall being able to play small internet-downloadable network games with two TI-83+ connected. I never got around to writing any games myself.
Re: Boris Cherny: TI-83 Plus Basic Programming Tutorial (2004)
#14Re: Boris Cherny: TI-83 Plus Basic Programming Tutorial (2004)
#15It's funny how many software developers got into it due to being bored in class with a TI-83 and randomly trying to create programs.
Re: Boris Cherny: TI-83 Plus Basic Programming Tutorial (2004)
#16Re: Boris Cherny: TI-83 Plus Basic Programming Tutorial (2004)
#17It's funny how many software developers got into it due to being bored in class with a TI-83 and randomly trying to create programs.
It was effectively a portable computer that I was allowed to use and play with in most classes.
Started with TI-BASIC, then discovered ticalc.org and the shell and assembly programming hacks, games, and home brew transfer cables.
It effectively started my electrical engineering and computer science career.
I know I’m not alone.
Re: Boris Cherny: TI-83 Plus Basic Programming Tutorial (2004)
#18It's funny how many software developers got into it due to being bored in class with a TI-83 and randomly trying to create programs.
That’s me with a TI-85 in 7th grade in ‘95 or so. It was effectively a portable computer that I was allowed to use and play with in most classes. Started with TI-BASIC, then discovered ticalc.org and the shell and assembly programming hacks, games, and home brew transfer cables. It effectively started my electrical engineering and computer science career. I know I’m not alone.