[geeks] looking for bitmap Font

Joshua D Boyd jdboyd at cs.millersville.edu
Thu Jun 27 16:33:21 CDT 2002


On Thu, Jun 27, 2002 at 05:26:09PM -0400, Dave McGuire wrote:
> On June 27, Joshua D Boyd wrote:
> > All the digits of course.  a set of all lowercaser letters.  Basic
> > puncuation and math symbols.  I think a lambda, sigma, pi, and theta
> > characters would also be good. A capital D.  Well, the main thing is
> > the alphanumerics and basic math and punctuation symbals.  It's not
> > like it is really hard to make them.  Just a pain to do them all when
> > the exist already.
> 
>   You planning on doing logical operations and base conversions?  That
> would be very, very nice.  If we ever build this thing in hardware,
> I'd really want those operations, since my primary use for the unit
> would be as a programmer's calculator.

I hadn't though of those, but it should be easy.  

My plan is to work up a program that has an initial suggestion for
buttons, an initial screen support, and can do limited calculation and
graphing to give people an idea what I'm talking about.  Then I can
see who would be interested in continueing.  I don't plan to finish
all the math work at this point.

I gather that designing the hardware will be pretty easy for someone
who knows what they are doing.  The part that I'm not really familiar
with will be what it will take to get a basic scheme running on the
calculator well enough to move the code from the software prototype
over.  I think it might be best to write a memory manager in scheme,
and it would be nice to have an on calculator debugger I think.  Also,
I want to make sure it is actually a good scheme.  For instance, it
should allow deep recursion without fear of a stack over flow like
good unix schemes will.

What are you looking for exactly in the way of logical operations
anyway?  Just or and xor not as functions to call in the calculator?

-- 
Joshua D. Boyd



More information about the geeks mailing list