home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / lisp / mcl / 1939 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  1.6 KB

  1. Path: sparky!uunet!stanford.edu!apple!cambridge.apple.com!garvey@ai.sri.com
  2. From: garvey@ai.sri.com (Tom Garvey)
  3. Newsgroups: comp.lang.lisp.mcl
  4. Subject: CLIM query
  5. Message-ID: <9301061721.AA20585@poipu.ai.sri.com>
  6. Date: 6 Jan 93 17:21:14 GMT
  7. Sender: info-mcl-request@cambridge.apple.com
  8. Lines: 25
  9. Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
  10.  
  11. I have been very pleasantly impressed with MCL 2.0; it makes my Mac
  12. behave like a real computer!  CLIM offers the promise of being able to
  13. develop applications that will run on our Suns, Lispms, and Macs
  14. (unbelievable! -- maybe).
  15.  
  16. However, I wish to develop a graphical user interface that can
  17. directly display the logical combination of multiple sensor
  18. footprints.  For this purpose, ALUs (or logical drawing functions)
  19. would have been perfect for my application, but they seem not to exist
  20. in CLIM.  Is this really true, or have I not yet figured out the right
  21. string to apropos in order to find them?  It seems that the only
  22. concession to anything like an ALU is +flipping-ink+, which gives me
  23. XOR, but not AND (which I would like a lot).  Is there any support for
  24. such things?  If not, has anyone put together a (portable) extension
  25. that supports ALUs?
  26.  
  27. Along the same lines, the ability to bitblt directly to a window's bit
  28. array would be nice.  I found the file bitblt.lisp in the "contrib"
  29. subdirectory of clim (down a ways on info-mcl), which appears to
  30. provide bitblt'ing for X windows and Genera, but nothing for
  31. Quickdraw.  Has anyone gone to the trouble to create the same
  32. functionality for the Mac?
  33.  
  34. Thanks for any pointers on these issues,
  35. Tom
  36.