Now I’m following one more friend and now I started to learn PLT Scheme(using DrScheme), but I and my friends normally help each other in some projects, to do this we use revision controllers(normally SVN, in sometimes we use git), but which is the best revision control to use with PLT Scheme? Thanks.
Share
As already pointed out, the choice for a version control system is independent of your programming language. That said, if you would like recommendations, I find Mercurial (Hg) a very nice and easy to use Distributed Version Control system. And you may want to use http://bitbucket.org, which provides free Mercurial hosting.
DISCLAIMER: I have no association with BitBucket, except for being a free user.
As an aside, its a really good practice to maintain your code in a revision control system. It saves against accidental loss or modifications to code.