[racket-users] could i get some feedback and help on a graphical editor project?

2015-07-08 Thread copycat
Hello all, feedback is most appreciated. I had a lot of fun writing this small program (see bottom for details and repository link), and i want to improve my skills so i can write idiomatic Scheme/Racket code one day. Particularly helpful would be suggestions as to where i can use macros to

Re: [racket-users] could i get some feedback and help on a graphical editor project?

2015-07-08 Thread Stephen Chang
The Style Guide is a good place to start for learning Racket conventions: http://docs.racket-lang.org/style/index.html Overall, things look good! Your code already uses many Racket idioms. Some things that caught my attention on first glance: - The code is wider than typical. Though tastes