From: Timothy J. H. <tim...@ma...> - 2004-07-16 02:49:15
|
On Jul 15, 2004, at 7:42 PM, Ken Anderson wrote: > http://home.comcast.net/~bc19191/blog/040507.html > This describes htmlizing a common lisp page so that links to standard > procedures or forms point to their documentation. Nice idea! > This might be a good extension to your servletV mode. for your > computing course. I'll look into it, it shouldn't be too hard to implement. It would be easier if we had a routine for parsing a Scheme program that returned lexical objects (with information about where the lexeme begins, ends, and what type of lexeme it is! I've had a request for this from someone building a Scheme colorizer for Eclipse (Mike Head) The tricky part is that it assumes no standard procedures and macros have been rebound using set! but for beginners this is a safe bet! ---Tim--- > > k > |