Re: [racket-users] 'clear' equivalent in DrRacket

2015-10-05 Thread Aman
have to call allow-scroll-to-last and > scroll-to). > > I can't do the rest myself because I haven't learned enough APIs to "try > something quickly" — only hacked slowly a plugin. But if you share your > attempt I might be able to try. > > Cheers, >

[racket-users] 'clear' equivalent in DrRacket

2015-10-04 Thread Aman
Hi all, I am new to DrRacket. I am using swindle language and want to know a way so that I can clear my evaluation window(interaction window) after I do some direct runs there. For example if i run following > (define a 3) > (define b 2) Now i want something like > clear which could clear the