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
sc
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
blinking).
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 https://groups.google.co
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/
**
SUBMISS
To expand on Vityou's hint a bit:
You have already written a function that lets you answer the question "Is
it true that this word appears in this list?" You now need to answer the
following: "Is it true that this word appears in this list? And is it true
that this word appears in this other lis
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 fr
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 forwa
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 how
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)
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
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 (b
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 thi
12 matches
Mail list logo