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

[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] 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

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] 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] 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] 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] 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] [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

[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] 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

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] 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] 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] 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] 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] 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

[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] 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

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] 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] 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] 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] 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] 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] 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

[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] [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

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] Racket documentation

2010-09-21 Thread Eli Barzilay
to make lots of people who follow the repository happy, since compiling it is where the biggest chunk of time is spent.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

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] Racket documentation

2010-09-22 Thread Eli Barzilay
On Sep 22, Neil Van Dyke wrote: Eli Barzilay wrote at 09/22/2010 01:18 AM: The punchline is that your desire to use a local copy is in direct contradiction with the desire to get community involvement in improving the docs. No matter what facility is available for the community to discuss

Re: [racket-dev] Racket documentation

2010-09-25 Thread Eli Barzilay
much better than a local file:// page that goes remotely behind your back. (And that means that option #1 is probably closer to impossible.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket-dev] Racket documentation

2010-09-25 Thread Eli Barzilay
20 minutes ago, Eli Barzilay wrote: [...] 3. And even if you get that resolved, you still have the issue that Neil raised. That's why I suggested a preference for: * Using the remote docs.racket-lang.org * Using a local copy if it's installed * Using the remote docs if they're

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

2010-09-28 Thread Eli Barzilay
)) + (prefix-out unsafe- (all-from-out racket/flonum)) + (prefix-out unsafe- (combine-out vector-length + vector-ref + vector-set!))) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli

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

2010-09-28 Thread Eli Barzilay
An hour ago, John Clements wrote: On Sep 28, 2010, at 8:23 AM, Eli Barzilay wrote: Can we please not have this?? The whole point of having uniform names is that you can use require/provide things easily so there's no need for a library. Sure, I don't feel strongly about it. Done

Re: [racket-dev] Getting git instructions

2010-10-01 Thread Eli Barzilay
apt-get update sudo apt-get install git-core ? -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative tasks

Re: [racket-dev] thoughts?

2010-10-04 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

[racket-dev] Mailing list cross-posting

2010-10-06 Thread Eli Barzilay
a judgment -- and IMO judgment easily leads to censoring and all the evilness that comes with that, so I'm very intentionally trying to not do such things. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

[racket-dev] Git 1.7.3

2010-10-06 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] no symlinks in planet links (was: Re: single-instantiation trick: kludgy workaround for planet packages?)

2010-10-06 Thread Eli Barzilay
for all I know that will lead to some other horrors. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative tasks

Re: [racket-dev] #true and #false

2010-10-08 Thread Eli Barzilay
, '(true false) is a list of symbols, not a list of booleans. BTW, wasn't the whole sophisticated quoted printout part of a solution to this, so that those true/false would not print out as quoted? -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay

Re: [racket-dev] #true and #false

2010-10-08 Thread Eli Barzilay
Two minutes ago, Matthew Flatt wrote: At Fri, 8 Oct 2010 23:11:21 -0400, Eli Barzilay wrote: BTW, wasn't the whole sophisticated quoted printout part of a solution to this, so that those true/false would not print out as quoted? It's an expression issue, not a printing issue. We tell

Re: [racket-dev] #true and #false

2010-10-09 Thread Eli Barzilay
Yesterday, Matthew Flatt wrote: At Fri, 8 Oct 2010 23:11:21 -0400, Eli Barzilay wrote: Two hours ago, Matthew Flatt wrote: [Re-sending; an earlier post of this message seems to be delayed.] What if the default printing format for true and false values in Racket changed from `#t

[racket-dev] `cond' / `when' / `unless' / etc bodies

2010-10-10 Thread Eli Barzilay
like a minor point (without that `printf' you'd still get a syntax error; and the same confusion can already happen with `let' etc). -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket-dev] `cond' / `when' / `unless' / etc bodies

2010-10-11 Thread Eli Barzilay
making it work (in a few more cases) might be confusing. In any case, I still like to have this feature -- I just mentioned the above to be fair. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket-dev] `cond' / `when' / `unless' / etc bodies

2010-10-11 Thread Eli Barzilay
should get rid of the overloading of `begin' for splicing and sequencing, but it would be painful to change right now. (+1) At Mon, 11 Oct 2010 19:15:09 -0400, Eli Barzilay wrote: I'd love to see an implicit `#%begin', which could have the above apply in more places automatically. (It was one

Re: [racket-dev] `cond' / `when' / `unless' / etc bodies

2010-10-12 Thread Eli Barzilay
An hour ago, Matthew Flatt wrote: At Mon, 11 Oct 2010 20:38:58 -0400, Eli Barzilay wrote: At Mon, 11 Oct 2010 19:15:09 -0400, Eli Barzilay wrote: I'd love to see an implicit `#%begin', which could have the above apply in more places automatically. (It was one of the feature

Re: [racket-dev] `cond' / `when' / `unless' / etc bodies

2010-10-12 Thread Eli Barzilay
Three minutes ago, Matthew Flatt wrote: At Tue, 12 Oct 2010 10:43:03 -0400, Eli Barzilay wrote: An hour ago, Matthew Flatt wrote: At Mon, 11 Oct 2010 20:38:58 -0400, Eli Barzilay wrote: At Mon, 11 Oct 2010 19:15:09 -0400, Eli Barzilay wrote: I'd love to see an implicit `#%begin

[racket-dev] Commit notifications

2010-10-18 Thread Eli Barzilay
there's not much use for that. Again, tell me if you think that it's a good idea to do this after all. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket-dev] Grr... why can't I pull?

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

Re: [racket-dev] --enable-macprefix gone?

2010-10-19 Thread Eli Barzilay
Four minutes ago, David Van Horn wrote: On 10/19/10 10:03 PM, Eli Barzilay wrote: 9 hours ago, David Van Horn wrote: Has the --enable-macprefix option been removed from the configure script? When I configure, I get: configure: WARNING: unrecognized options: --enable-macprefix

Re: [racket-dev] --enable-macprefix gone?

2010-10-19 Thread Eli Barzilay
About a minute ago, David Van Horn wrote: On 10/19/10 10:03 PM, Eli Barzilay wrote: 9 hours ago, David Van Horn wrote: Has the --enable-macprefix option been removed from the configure script? When I configure, I get: configure: WARNING: unrecognized options: --enable-macprefix

[racket-dev] New `stable' branch

2010-10-21 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] Pre-Release Checklist for v5.0.2

2010-10-21 Thread Eli Barzilay
20 minutes ago, Ryan Culpepper wrote: Checklist items for the v5.0.2 release (using the v5.0.1.900 release candidate build) Please wait with tests until there's a new build. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org

Re: [racket-dev] swapping `unsafe-vector-ref' and `unsafe-vector*-ref'

2010-10-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] building docs, compile collects

2010-10-25 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] Pre-Release Checklist for v5.0.2, second call

2010-10-25 Thread Eli Barzilay
if you already did.) -- ((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

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

2010-10-26 Thread Eli Barzilay
inside the source tgz/zip files.) Even if there are problems, fixing them is just repackaging the installers, keeping the same contents. (Clarification: I don't have an opinion.) A few seconds ago, e...@racket-lang.org wrote: 2cda694 Eli Barzilay e...@racket-lang.org 2010-10-26 07:10

[racket-dev] Web language

2010-10-26 Thread Eli Barzilay
inconvenient to be used in general. I'm going with the first one, but will not push immediately, so it's a good point to say something if you have a different opinion. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org

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

2010-10-26 Thread Eli Barzilay
packaging issues). -- ((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] 5.0.2 changelog

2010-10-27 Thread Eli Barzilay
Please reply to Jon with release messages soon -- that's the only thing left for the release. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket-dev] [plt] Push #21356: gr2 branch updated

2010-10-27 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] 5.0.2 changelog

2010-10-28 Thread Eli Barzilay
the same: `begin0'. -- ((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

Re: [racket-dev] 5.0.2 changelog

2010-10-28 Thread Eli Barzilay
About a minute ago, Sam Tobin-Hochstadt wrote: On Thu, Oct 28, 2010 at 12:29 PM, Eli Barzilay e...@barzilay.org wrote: Three hours ago, Matthias Felleisen wrote: On Oct 28, 2010, at 8:34 AM, Matthew Flatt wrote: None seem especially worth mentioning, but the internal-definition

Re: [racket-dev] 5.0.2 changelog

2010-10-28 Thread Eli Barzilay
About a minute ago, Sam Tobin-Hochstadt wrote: On Thu, Oct 28, 2010 at 12:41 PM, Eli Barzilay e...@barzilay.org wrote: About a minute ago, Sam Tobin-Hochstadt wrote: On Thu, Oct 28, 2010 at 12:29 PM, Eli Barzilay e...@barzilay.org wrote: Three hours ago, Matthias Felleisen wrote

[racket-dev] GRacket2 builds

2010-10-30 Thread Eli Barzilay
In case you want to try out the new gracket2 functionality, you can do that by using pre-made installers from http://pre.racket-lang.org/gr2/installers/ I will make new builds from time to time, as the branch is updated. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli

Re: [racket-dev] [racket-bug] all/11365: syntax definitions in interactions -- namespace mismatch: errortrace-key

2010-11-01 Thread Eli Barzilay
that depends only on the file contents, and therefore it is useless in identifying the actual revision that was used.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket-dev] [racket-bug] all/11365: syntax definitions in interactions -- namespace mismatch: errortrace-key

2010-11-04 Thread Eli Barzilay
Yesterday, Tony Garnock-Jones wrote: Eli Barzilay wrote: * If it's OSX, and no `git' was found in the path, then try /opt/local/bin/git. This looks like the common place to get it installed on OSX (please correct me if it's wrong). Homebrew (and a simple ./configuremake install

Re: [racket-dev] gr2 known not to work with pngs in OS X?

2010-11-06 Thread Eli Barzilay
10 minutes ago, Matthew Flatt wrote: Someone should rewrite `plot' in plain Racket. I think that the only part that will not be trivial is the fitting part. The graphics portion will probably be easy given that. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay

Re: [racket-dev] How about adding this simple list-shuffling procedure to racket?

2010-11-11 Thread Eli Barzilay
is more robust, especially with (random) that works at the highest `random' granularity. (BTW, to compare them you should use some (random 1000) thing to avoid the fp cost.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org

Re: [racket-dev] How about adding this simple list-shuffling procedure to racket?

2010-11-12 Thread Eli Barzilay
Any objections to `shuffle' in `racket/list'? -- ((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] OT: stump misunderstands Scheme?

2010-11-16 Thread Eli Barzilay
pretty sure that this is also how the original Lisp interpreter from McCarthy's paper worked. (And in elisp too, btw: (funcall '(lambda (x) x) 3).) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket-dev] OT: stump misunderstands Scheme?

2010-11-16 Thread Eli Barzilay
Three minutes ago, Robby Findler wrote: On Tue, Nov 16, 2010 at 4:19 PM, Eli Barzilay e...@barzilay.org wrote: Sounds to me like the classic problem that some symbolic people have when they don't get hygiene (usually ending up in `defmacro' nostalgia where symbols are symbols, possibly

Re: [racket-dev] [racket] newbie: foreign C structure definition question

2010-11-17 Thread Eli Barzilay
him. -- ((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] [racket] newbie: foreign C structure definition question

2010-11-18 Thread Eli Barzilay
[redirected to dev again] 15 minutes ago, Hendrik Boom wrote: On Tue, Nov 16, 2010 at 11:37:17PM -0500, Eli Barzilay wrote: Three minutes ago, Jay McCarthy wrote: We could use a syntax parameter in define-cstruct to communicate to the vector syntax to give them the correct size

Re: [racket-dev] Removing Xexpr preference from Web Server

2010-11-30 Thread Eli Barzilay
an `unquote' to `unquote-splicing' and the usual problems that this can lead to, or going with the bad spanstuff/span hack. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket-dev] Removing Xexpr preference from Web Server

2010-11-30 Thread Eli Barzilay
Two hours ago, Neil Van Dyke wrote: Eli Barzilay wrote at 11/30/2010 06:36 AM: The ones I ran into, at least with xexprs: they rely on lots of quasi/quotes etc and it's easy to end up with things like quotenbsp/quote. I make errors of not getting my quotes, backquotes, and commas

Re: [racket-dev] Removing Xexpr preference from Web Server

2010-11-30 Thread Eli Barzilay
Three hours ago, Robby Findler wrote: On Tue, Nov 30, 2010 at 8:04 AM, Eli Barzilay e...@barzilay.org wrote: Two hours ago, Robby Findler wrote: On Tue, Nov 30, 2010 at 5:18 AM, Eli Barzilay e...@barzilay.org wrote: The problem here is that there is no name to change -- it's

Re: [racket-dev] REPL crash

2010-11-30 Thread Eli Barzilay
version: (define-namespace-anchor anchor) (eval 1 (namespace-anchor-namespace anchor)) and in more primitive terms: (define tmp #f) (define r (#%variable-reference tmp)) (eval 1 (variable-reference-namespace r)) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli

Re: [racket-dev] [racket] Exploratory programming?

2010-12-01 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] Large preferences file and performance

2010-12-02 Thread Eli Barzilay
this at that level rather than in the lower one. -- ((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] Large preferences file and performance

2010-12-02 Thread Eli Barzilay
at the end, usually when it would be idle anyway. (IOW, it would make the other two problems harder to find, which is exactly the desired effect of less writing.) On Thursday, December 2, 2010, Eli Barzilay e...@barzilay.org wrote: 20 minutes ago, Casey Klein wrote: I just pushed a fix

[racket-dev] Commit logs

2010-12-06 Thread Eli Barzilay
some other system, like the HG hashes -- since they're not useful for others. (I even had doubts about keeping the svn revision information in...) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket-dev] Removing Xexpr preference from Web Server

2010-12-06 Thread Eli Barzilay
of this necessary in contrast to a (contracted) parameter that holds a coercion function? -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

  1   2   3   4   5   6   7   8   9   >