Recent content by endo | INFJ Forum

Recent content by endo

  1. E

    Operator Overloading in Scheme and racket

    Hello. I am having some trouble here, and hopefully you guys can help. Basically, what I am trying to do is overload the + sign in racket so that it will add two vectors instead of two numbers. I know this works in scheme, so I was told I needed to use module* to do it in racket. Here is what...