Re: [racket-dev] Racket documentation

2010-09-21 Thread Eli Barzilay
On Sep 21, Matthias Felleisen wrote: On Sep 21, 2010, at 4:58 PM, Eli Barzilay wrote: And a side-comment -- having an on-line documentation is probably going to make lots of people who follow the repository happy, since compiling it is where the biggest chunk of time is spent

Re: [racket-dev] [plt] Push #21078: master branch updated

2010-09-14 Thread Eli Barzilay
that you want the current set and nothing else?), and a better solution would be a restore defaults button. On Sep 13, Robby Findler wrote: But this is editing the user's preferences, not setting the defaults. Robby On Mon, Sep 13, 2010 at 3:52 PM, Eli Barzilay e...@barzilay.org wrote: On Sep 13

Re: [racket-dev] [plt] Push #21078: master branch updated

2010-09-14 Thread Eli Barzilay
On Sep 14, Robby Findler wrote: On Tue, Sep 14, 2010 at 9:13 AM, Eli Barzilay e...@barzilay.org wrote: Right -- this is why I suggested a simple extension: allow tools to change the default values.  Without that, the current situation is creating more implicit dependencies

Re: [racket-dev] [plt] Push #21078: master branch updated

2010-09-13 Thread Eli Barzilay
that without writing the file.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative tasks: http://lists.racket

[racket-dev] raco dwim

2010-09-10 Thread Eli Barzilay
that with a language configuration option.) ? -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative tasks: http

Re: [racket-dev] raco dwim

2010-09-10 Thread Eli Barzilay
. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] gitp

2010-09-09 Thread Eli Barzilay
Just in case someone tried it, I fixed a small bug that caused it not to restore timestamps when not invoked in the toplevel directory of the repository. You can find it here: http://barzilay.org/misc/gitp On Sep 7, Eli Barzilay wrote: On Jul 8, Eli Barzilay wrote: [...something

Re: [racket-dev] typed/scheme n00b question

2010-09-07 Thread Eli Barzilay
On Sep 7, Jay McCarthy wrote: On Tue, Sep 7, 2010 at 5:54 AM, Sam Tobin-Hochstadt sa...@ccs.neu.edu wrote: On Mon, Sep 6, 2010 at 10:28 PM, Eli Barzilay e...@barzilay.org wrote: On Sep  6, Sam Tobin-Hochstadt wrote: On Sun, Sep 5, 2010 at 5:30 PM, Eli Barzilay e...@barzilay.org wrote

[racket-dev] gitp

2010-09-07 Thread Eli Barzilay
On Jul 8, Eli Barzilay wrote: [...something that nobody read...] That was a script that I wrote that can be used to fix file timestamps after git operations -- which is a frequent complaint (around here, at least). I have revised this script now, so instead of blindly remembering the time

[racket-dev] Nest resurrection

2010-09-07 Thread Eli Barzilay
)]) $ for ([x (in-range x)]) $ when (even? x) (printf x = ~s\n x)) for the above expression. Opinions? -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket-dev] typed/scheme n00b question

2010-09-06 Thread Eli Barzilay
On Sep 6, Sam Tobin-Hochstadt wrote: On Sun, Sep 5, 2010 at 5:30 PM, Eli Barzilay e...@barzilay.org wrote: I think that this is the type for `file-or-directory-modify-seconds':  (case-lambda    [String - Exact-Nonnegative-Integer]    [String (Option Exact-Nonnegative-Integer

Re: [racket-dev] RFC: Coding Guidelines

2010-09-02 Thread Eli Barzilay
On Sep 2, Noel Welsh wrote: On Sat, Aug 28, 2010 at 5:34 PM, Eli Barzilay e...@barzilay.org wrote: I (finally) read this and the thread that went on at the time, and I don't see any point in all of this, besides a vage plea to encourage tests, and a slightly more concrete (but impractical

Re: [racket-dev] RFC: Coding Guidelines

2010-09-02 Thread Eli Barzilay
On Sep 2, Noel Welsh wrote: On Thu, Sep 2, 2010 at 11:57 AM, Eli Barzilay e...@barzilay.org wrote: Well -- you do, in a sense.  When something is broken, someone needs to fix it.  There's tons of stuff that is (or has) bitrotting away since there's no proper owner to take care of some

Re: [racket-dev] RFC: Coding Guidelines

2010-08-28 Thread Eli Barzilay
? -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] data collection

2010-08-27 Thread Eli Barzilay
there are several) (+3) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] Language selection considered harmful

2010-08-26 Thread Eli Barzilay
(Improving that would be nice, but I run into these things in many contexts, not just r6rs.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket-dev] Language selection considered harmful

2010-08-26 Thread Eli Barzilay
) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] ~e vs ~.s

2010-08-26 Thread Eli Barzilay
-all-space (But this is irrelevant here since I didn't commit indentation changes. Maybe you're confusing the \n changes for that.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket-dev] require sub-forms

2010-08-25 Thread Eli Barzilay
))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] ~e vs ~.s

2010-08-25 Thread Eli Barzilay
On Aug 25, Eli Barzilay wrote: [...] If I touched your code, it would be a good idea to check that I did the right thing. A git tip, to make this easier: you don't need to look throughout the diff of the whole push -- that has too many changes in many cases (including this). To conveniently

[racket-dev] Racket stuffs

2010-08-17 Thread Eli Barzilay
))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] new release policy

2010-08-16 Thread Eli Barzilay
On Aug 12, Eli Barzilay wrote: ** The addition is *slow*. Very slow. I wrote a test program to sum up the integers from 0 to 200 -- and I get these numbers (test code attached below): I forgot the attachment. x.rkt Description: Binary data -- ((lambda (x) (x x

Re: [racket-dev] new release policy

2010-08-16 Thread Eli Barzilay
. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] new release policy

2010-08-16 Thread Eli Barzilay
badly as a shorthand for sequence. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative tasks: http://lists.racket

Re: [racket-dev] new release policy

2010-08-12 Thread Eli Barzilay
On Aug 12, Sam Tobin-Hochstadt wrote: On Thu, Aug 12, 2010 at 7:28 AM, Eli Barzilay e...@barzilay.org wrote: One thing about stability that bugs me is pushing changes and extensions that are likely to change.  For example, I'm worried about Jay's push for a number of new features

Re: [racket-dev] results of dlopen (hence ffi) persistent across evaluations?

2010-08-06 Thread Eli Barzilay
On Aug 6, Sam Tobin-Hochstadt wrote: On Fri, Aug 6, 2010 at 5:20 PM, Eli Barzilay e...@barzilay.org wrote: On Aug  6, John Clements wrote: On Aug 6, 2010, at 3:28 PM, Eli Barzilay wrote: BTW, IIRC, there is a way to load a new copy of a library, but that could be pretty bad

Re: [racket-dev] LLVM

2010-08-03 Thread Eli Barzilay
for jitting. If you're talking about using the LLVM C compiler, then that's a different issue (and I think that some people have tried that, but I don't remember who or whether it was successful). -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http

Re: [racket-dev] can racket-lang.org survive a slashdotting?

2010-08-01 Thread Eli Barzilay
. It's doing a bunch of additional things, but nothing is intense enough to cause any problems. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

[racket-dev] Release Announcement for v5.0.1 -- final version

2010-08-01 Thread Eli Barzilay
). -- -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative tasks

Re: [racket-dev] can racket-lang.org survive a slashdotting?

2010-08-01 Thread Eli Barzilay
On Aug 1, Robby Findler wrote: On Sun, Aug 1, 2010 at 4:49 PM, Eli Barzilay e...@barzilay.org wrote: On Aug  1, Neil Van Dyke wrote: Can the racket-lang.org Web server(s) handle a huge spike in traffic, such as if it got on the front page of reddit.com? I don't have any concrete idea

Re: [racket-dev] Getting old versions of PLT Scheme

2010-07-31 Thread Eli Barzilay
))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] Documentation bug - 12.6.3: Reading numbrs

2010-07-27 Thread Eli Barzilay
On Jul 27, The Configurator wrote: Shouldn't all the usages of inexact-exact here actually be exact-inexact ? Yes, thanks -- fixed in git. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

[racket-dev] Release Announcement for v5.0.1

2010-07-23 Thread Eli Barzilay
, -- -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative

Re: [racket-dev] Release Announcement for v5.0.1

2010-07-23 Thread Eli Barzilay
On Jul 23, Sam Tobin-Hochstadt wrote: On Fri, Jul 23, 2010 at 8:19 PM, Eli Barzilay e...@barzilay.org wrote: Some suggested items below, if you have items, please mail me text that describes those that you think should be mentioned, and verify that the rest should not. I feel like we

Re: [racket-dev] [ANNOUNCE] Git 1.7.2

2010-07-21 Thread Eli Barzilay
local changes added an incorrect cache-tree information (b1f47514). -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related

Re: [racket-dev] python docstrings

2010-07-19 Thread Eli Barzilay
docstrings. The python-only posts were going towards making another case of a schwartzian transform thing.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket-dev] proposal: `data' collection

2010-07-09 Thread Eli Barzilay
On Jul 9, Matthew Flatt wrote: At Wed, 30 Jun 2010 22:28:48 -0400, Eli Barzilay wrote: Back to `data', the problem is that you cannot have two toplevel `data' collections -- which means that you cannot have separate distributions of `data/foo' and `data/bar' since they must both appear

Re: [racket-dev] internal-definition parsing

2010-07-08 Thread Eli Barzilay
). -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] internal-definition parsing

2010-07-08 Thread Eli Barzilay
to the #%...-begin macro: are-you-top-level? :: (U false (interface Provides Requires)) (It could also be an argument for making local requires more accessible...) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze

Re: [racket-dev] internal-definition parsing

2010-07-07 Thread Eli Barzilay
be needed, and even that is not enough to implement the last one conveniently, since it needs to collect all non-definition expressions and combine them. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket-dev] proposal: `data' collection

2010-06-24 Thread Eli Barzilay
of the system. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] PLaneT and proxies

2010-06-20 Thread Eli Barzilay
a hack? Even that runs into a problem -- there needs to be a difference between setting proxies to nothing vs letting it choose some (platform-specific) default. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze

[racket-dev] Blog volunteer

2010-06-14 Thread Eli Barzilay
x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] Wikipedia page

2010-06-08 Thread Eli Barzilay
probably best to look around in other pages. (And it's definitely worth it to remove the gui thing -- it reminded me of a gui hello-world thing for DevStudio.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze

Re: [racket-dev] Wikipedia page

2010-06-08 Thread Eli Barzilay
it evaporate by some admin because it doesn't adhere to wikipedia guidelines. Looking around will avoid that. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

<    4   5   6   7   8   9