Lisp viewer
Reading Lisp/scheme code posted on web pages is not easy - especially for noobs (like me
). Often I’d end up copying and pasting the code to my code editor. A cumbersome procedure at best.
A better solution would be for the web page displaying the Lisp/Scheme code to automatically highlight the matching parenthesis. Which is what a few lines of Javascript I wrote do - here
If you, kind reader, post code online, do not hesitate to make use of the script. I encourage you to use the script hosted on unixpoet.com so that you will get updates automatically.
The script has been confirmed to work on Firefox 1.5, IE6 and Camino on the Mac. Safari support coming soon.
Suggestions welcome.
More details here.