Matthew, Robby and I discussed a switch to a slightly slower
release policy after PLT Day. Here is what we propose to
switch to:
four timed releases per year,
targeted for on August 1, November 1, February 1, May 1
to be started 2 weeks before that (I'll spell that out, if
This is a step in the right direction but, I think, not quite enough.
Frankly, it does not touch my biggest concern of lack of stability.
It will actually make things worse, because >time between releases =>
>difference between releases, so things will break even more.
As an alternative, I propose
Sorry, this is a misunderstanding. The slow-down
in releases and the stability are nearly orthogonal.
Slowdown: The slowdown is a first step in the
transition of Racket from a research language to
a stable development language. People should
eventually see small n major releases per year
and
I came across some oddity under DrRacket involving continuations. If
I have the following in my definitions window:
;
#lang racket
(define (make-gen gen)
(let ([cont (box #f)])
(lambda ()
(call/cc (lambda (caller)
Places is ready for experimentation by a wider audience.
Build Instructions
mkdir build_places
cd build_places
../src/configure --enable-places
make
make install
Basic place API documentation should build in your user docs directory.
collects/tests/racket/place-channel.r
Is there a place where we can see the docs without building from source?
-Eric
On Wed, Aug 11, 2010 at 5:59 PM, Kevin Tew wrote:
> Places is ready for experimentation by a wider audience.
>
> Build Instructions
>
> mkdir build_places
> cd build_places
> ../src/configure
Building as outlined below on OS X 10.6.4 Intel is failing. I'm anxious to
experiment with places, any suggestions on how to fix this build?
On Aug 11, 2010, at 5:59 PM, Kevin Tew wrote:
> Places is ready for experimentation by a wider audience.
>
> Build Instructions
> ==
I'd like comments on this addition in response to the blog post we saw
on the list today.
Jay
On Wed, Aug 11, 2010 at 5:40 PM, wrote:
> jay has updated `master' from 8dc38e9d84 to e06f0e78b2.
> http://git.racket-lang.org/plt/8dc38e9d84..e06f0e78b2
>
> =[ 4 Commits ]
@see-also-concurrency-caveat[]}
+
+...@defproc[(hash-domain [hash hash?])
+ (listof any/c)]{
+Returns a list of the keys of @scheme[hash] in an unspecified order.
+
+See @scheme[hash-map] for information about modifying @scheme[hash]
+during @scheme[hash-domain]. @see-also-concurrency-
Jay McCarthy wrote:
I'd like comments on this addition in response to the blog post we saw
on the list today.
Jay
On Wed, Aug 11, 2010 at 5:40 PM, wrote:
jay has updated `master' from 8dc38e9d84 to e06f0e78b2.
http://git.racket-lang.org/plt/8dc38e9d84..e06f0e78b2
=[ 4 Commits ]
10 matches
Mail list logo