Matthew,
On 11/13/2015 06:25 PM, Matthew Flatt wrote:
At Thu, 12 Nov 2015 19:11:28 +0300, Dmitry Pavlov wrote:
The more interesting thing is that the 'longdouble.dll' is not put
into the runtime directory by 64-bit Racket, too. Still, the 64-bit
program works without any additional effort.
Matthew
On 11/17/2015 03:50 PM, Matthew Flatt wrote:
I found another place where case-normalization of paths was not handled
correctly.
Your example now works for me with a snapshot build. Can you try the
latest?
Yes the latest build works! Thank you very much.
The case can be finally closed,
On Nov 16, 2015, at 8:11 PM, Josh Grams wrote:
> I've spent a week or two with 2htdp/universe in preparation for doing a
> little intro to Racket talk. And...I have a few little things:
>
> - DrRacket: is there some way to set a key binding to rename a symbol?
> It's annoying that I have to s
#lang racket
#| In the docs about procedure curry I read:
" A function call (curry proc v ...) is equivalent to ((curry proc) v ...).
In other words, curry itself is curried. "
This means: |#
((curry list)) ; -> #
#| where I would prefer:
((curry list)) ; -> ()
To me the following see
I found another place where case-normalization of paths was not handled
correctly.
Your example now works for me with a snapshot build. Can you try the
latest?
At Sun, 15 Nov 2015 17:57:43 +0300, Dmitry Pavlov wrote:
> Matthew,
>
> >>> [...] So, if the immediate
> >>> repair doesn't solve the pr
On Mon, Nov 16, 2015 at 7:11 PM, Josh Grams wrote:
> I've spent a week or two with 2htdp/universe in preparation for doing a
> little intro to Racket talk. And...I have a few little things:
>
> - DrRacket: is there some way to set a key binding to rename a symbol?
> It's annoying that I have to
I've spent a week or two with 2htdp/universe in preparation for doing a
little intro to Racket talk. And...I have a few little things:
- DrRacket: is there some way to set a key binding to rename a symbol?
It's annoying that I have to switch to the mouse for that.
- big-bang: seems to stop sen
7 matches
Mail list logo