Anthony: I plan to see to it that FreeCard itself can
run on anything, from embedded with displays of all
sorts of odd geometries to console to your nice 21" to
a multi-foot multiscreen.

Alain: Yes, the application/interpreter should not
have any impact on the GUI. They are un-related
processes, or should be. Most programming
methodologies make these two sub-systems modular. So
we should too.

Anthony: The GUI may not, but with a new UI stack it
should.

Alain: Yes, the GUI will be in the form of stacks for
the most part. So screen-resolution is in the hands of
those of us who will create the GUI stacks. Not just
us developers, but our end-users too!

> [And actually, as soon as I get a gcc for it, I plan
> to have an Interpreter running on my TI-89]

Alain: A programmable calculator?  ;-)

Alain: Embedded FreeCard in my VCR would be nice too!

on recordFavoriteShow
   put "XFiles" into favoriteShow
   put getDateTime(favoriteShow) into timeSlot
   if the date - timeSlot < 5 minutes then
      launch TV
      set the channel of TV to 3
      launch VCR
      click at the loc of button "Record"
   end if
end recordFavoriteShow

__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

Reply via email to