More Scheme projects I would like to work on

Here are some more fun and/or interesting Scheme projects that I would like to work on (eventually, and in addition to these):

  • DrScheme: Add line numbers to the editor window
  • DrScheme: Execute code in editor in another Scheme system
  • Port SchemeUnit to R6RS Scheme
  • Scribble the SRFI docs
  • Write a debt-elimination application
  • A Scheme API for generating Graphviz diagrams
  • A Scheme API for managing complex SVN projects
  • Make Scheme screencasts
  • Brush up on the PLT Scheme GUI API
  • Research currency and produce a SRFI for it

6 thoughts on “More Scheme projects I would like to work on”

  1. Hi Grant,
    Nice list of project ideas.
    Unless I am missing something, the first project (DrScheme: Add line numbers to the editor window) is already done. In DrScheme if you click at the character position, you get an option to display line numbers instead.

  2. > DrScheme: Execute code in editor in another Scheme system
    that would be great.
    i am dreaming about switching to ikarus or larceny, but drscheme binds me to plt.

  3. Hi Masha:
    From what the PLT folks said, it would be *too* difficult to do something like this.

Leave a Reply

Your email address will not be published. Required fields are marked *