home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / lisp / mcl / 1629 < prev    next >
Encoding:
Internet Message Format  |  1992-11-18  |  2.0 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!data.nas.nasa.gov!taligent!apple!cambridge.apple.com!cfry@MIT.EDU
  2. From: cfry@MIT.EDU (Christopher Fry)
  3. Newsgroups: comp.lang.lisp.mcl
  4. Subject: Re: Continuing education
  5. Message-ID: <9211182127.AA16627@MIT.EDU>
  6. Date: 18 Nov 92 21:11:24 GMT
  7. Sender: info-mcl-request@cambridge.apple.com
  8. Lines: 34
  9. Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
  10.  
  11. > From: Michael D Young <myoung@magnus.acs.ohio-state.edu>
  12. > Subject: Continuing education
  13. > To: info-macl@cambridge.apple.com (Macintosh Common Lisp Bulletin Board)
  14. > Date: Wed, 18 Nov 92 13:17:35 EST
  15. > Cc: myoung@magnus.acs.ohio-state.edu (Michael D Young)
  16. > X-Mailer: ELM [version 2.3 PL11]
  17. > All,
  18. > I originally purchased MCL to write a  small system for use in my dissertation,
  19. >  and as far as that goes MCL is a success. However, I am really a novice progra
  20. > mmer/Lisper and I have an introductory LISP course under my belt which gets me
  21. > about as far as defstruct. No additional courses are available to me at OSU.
  22. > Does anyone provide seminars/summer programs that focus on LISP/CLOS/MCL?
  23. > I would be willing to travel to attend such a program and even pay fees (both w
  24. > ithin reason).
  25. > Any suggestions? ( I would prefer a course, I have several good books but a boo
  26. > k can only help so much. )
  27. > Thanks in advance,
  28. >      Michael Young
  29.  
  30. The Lisp User's & Vendors  conference [LUV 93] will be in Cambridge, USA
  31. Aug 9 -> 13, 93
  32. Usually there are tutorials but they aren't necessarily about basic Common Lisp.
  33. Last year there were tutorials about CLIM, Error Handling. etc.
  34. Most of what you need to know to program in Lisp is not basic lisp but
  35. about peripheral pieces of software [like window systems], effective use of tools 
  36. like an editor, inspector, stepper, and, esp if you want to write a big program, 
  37. strategy for managing complexity.
  38.  
  39. Paradigms of AI by Peter Norvig is huge and good, though it doesn't talk about
  40. tools much, probably because they are CL-implementation dependent.
  41.