[plt-scheme] Scheme grade calculator

From: Joe Burk (joshwbfantasy at yahoo.com)
Date: Mon Apr 26 18:44:56 EDT 2010

Does anyone know of a grade calculator written in scheme. I'm particularly looking for one that would include the assignments name, the total points the assignment is worth, and the weight of the assignment. 

For example I'm looking for something that could do this:

(define assignment (make-assignment "Test #1" 30 10))

(assignment-name assignment)    =  "Test #1"
(assignment-out-of assignment)    =  30
(assignment-weight assignment)   = 10
(assignment? assignment)           = #t



      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20100426/c68c9bcd/attachment.html>

Posted on the users mailing list.