This is the utility I&#39;ve been working on that had me posting on here for help from time to time. I enjoy programming in scheme probably more then CL because of its simplicity, but I wanted to check out and go through some common lisp books like Practical Common Lisp(which is awesome). But I find it annoying to have to use parens where in racket and other schemes I can use &quot;[&quot;s or &quot;{&quot;s if I want to for simplicity or ease. It&#39;s a bit of polish I love considering I have a bit of carpel tunnel and to make a paren involves two key presses while a bracket only needs a pinky push. <div>
So I created parent, a utility that you feed your code file to and it goes through and converts all brackets and curly brackets to parenthesis. By default it creates a new file but you can give it an option to overwrite the file. I tried hard to give it a little polish so tell me what you think :D</div>
<div><br></div><div>By the way I&#39;m trying to learn the standard first and get a foundation before i learn racket, so the program is written in pure R6RS.</div><div><br></div><div>Here&#39;s the upload:</div><div><a href="http://ifile.it/r7x1gtd">http://ifile.it/r7x1gtd</a></div>
<div><br></div><div>Thanks for the help^^</div>