[racket-users] Re: DrRacket becomes unresponsive when confronted with a long line

2017-06-26 Thread Philip McGrath
I spoke too soon about continuing to edit as normal: actually, I can paste text and use backspace after the long line, but attempting to type anything further on in the file renders DrRacket unresponsive. Sometimes, when I "Force Quit" DrRacket (Mac OS), a DrRacket error window flickers onto the

[racket-users] DrRacket becomes unresponsive when confronted with a long line

2017-06-26 Thread Philip McGrath
When I open the attached file (which contains a very long line) in DrRacket and attempt to type a closing parenthesis (either ")" or "]") on line 4 (i.e. to close the define form), DrRacket becomes unresponsive until forcibly killed (at least for several minutes, and even the caret stops

Re: [racket-users] DrRacket Font Selection

2017-06-26 Thread Lehi Toskin
Yes, that is correct. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit

[racket-users] Deadline Extension - CfP: 14th International Conference on Managed Languages & Runtimes

2017-06-26 Thread phnetynka
CALL FOR PAPERS - ManLang '17 14th International Conference on Managed Languages & Runtimes (ManLang, formerly PPPJ) September 25-29, 2017, Prague, Czech Republic http://d3s.mff.cuni.cz/conferences/manlang17/ **

[racket-users] Re: emacs keybinding behaviour - is this as designed?

2017-06-26 Thread Sanjeev Sharma
addenda are becoming a habit with me ... a vague memory stirs. Was there an article discouraging the use of these bindings and giving good reasons for doing so a long time ago? -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe

[racket-users] emacs keybinding behaviour - is this as designed?

2017-06-26 Thread Sanjeev Sharma
The issue is with marking a region at s-expr boundary (start or end) I start the marking (C-space) and move forward (C-f or right arrow) and the region is marked as I expect, whether I cross an s-expr boundary or not. and some results I didn't expect I start the marking (C-space) and move

[racket-users] Re: I can translate a word but how can I translate a setence with drrakket

2017-06-26 Thread philipp . thiess1999
Am Sonntag, 25. Juni 2017 14:24:27 UTC+2 schrieb philipp.t...@gmail.com: > Hello today I made a translator for drRakket cause its a task of my teacher. > > > > I did it for one word but now I have to make it with a whole setence. I know > I have to work with cons somehow but I just dont get

[racket-users] Re: Checking if two lists contain a word

2017-06-26 Thread philipp . thiess1999
Hello I tried another version but it doesnt work. Can anyone help me? Using the "and" function didnt help me. #lang racket (define (checker wort liste1 liste2) (cond ((and (equal? (first liste1) wort) (equal? (first liste2) wort)) '(true)) ((or (null? liste1)

Re: [racket-users] DrRacket Font Selection

2017-06-26 Thread Robby Findler
It sounds like, based on what you're saying, that when you run the code below and click on the choice that appears, that you see only "a" appear, not "a" "b" and "c". Is that right? #lang racket/gui (define mono-list 'uninit) (define vp% (class vertical-panel% (define/private (force-cache

Re: [racket-users] threading macros

2017-06-26 Thread Sanjeev Sharma
yeah, trying to apply the idea unreasonably beyond its intent. Thanks for the replies folks. On Sunday, June 25, 2017 at 2:52:00 PM UTC-4, Alexis King wrote: > As written, the simple answer to your question is to use begin0 or > begin, depending on if you are using ~> or ~>>. > > > (~> 3

Re: [racket-users] RacketCon Code of Conduct

2017-06-26 Thread Norman Gray
Greetings. On 25 Jun 2017, at 2:37, Vincent St-Amour wrote: We (the RacketCon organizers) have decided to adopt the SNAPL code of conduct (based on the ACM's) for RacketCon. You can find it on the RacketCon web page[1]. A excellent choice: pretty near unexceptionable. Except (typo-level

[racket-users] ACM/SPEC ICPE 2018: Call for Contributions

2017-06-26 Thread icpeconf
Call for Contributions ICPE 2018 9th ACM/SPEC International Conference on Performance