Re: [racket-dev] DrRacket PF1 Search Bug?

2014-11-20 Thread Eli Barzilay
irects to the full URL. At some point, Linux joined this with "xdg-open" not passing along these things also, and needed a similar hack (which IIRC, wasn't done). So it might be that OSX is doing something similar now. -- ((lambda (x) (x x)) (lambda (x) (x x)))

Re: [racket-dev] DrRacket PF1 Search Bug?

2014-11-20 Thread Eli Barzilay
e '?' Should be something like (send-url/file "/Some/file.html" #:query "123") but it's probably won't help to try it, since it uses the same functionality as the above. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ Racket Developers list: http://lists.racket-lang.org/dev

Re: [racket-dev] DrRacket PF1 Search Bug?

2014-11-20 Thread Eli Barzilay
shuffle in the attached patch. (Completely untested, and wrapping xdg-open in the linux function since it looks like it's still as broken as I remember it to be.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! p Description: Binary data _ Racket Developers list: http://lists.racket-lang.org/dev

Re: [racket-dev] DrRacket PF1 Search Bug?

2014-11-21 Thread Eli Barzilay
On Fri, Nov 21, 2014 at 8:46 AM, Robby Findler wrote: > On Fri, Nov 21, 2014 at 12:34 AM, Eli Barzilay wrote: >> Not that it matters, but did you try to see if it's the file >> permissions? > > Oh, they are! > > [...] > > And that was it!! > > If

Re: [racket-dev] DrRacket PF1 Search Bug?

2014-11-21 Thread Eli Barzilay
search file with the query. (Unless you mean write a version of the search page with a specific query hard-wired into it, which is a bad idea for a reasons...) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://bar

Re: [racket-dev] DrRacket PF1 Search Bug?

2014-11-21 Thread Eli Barzilay
ful to change it from using a random temp file to a name based on a hash of the forwarded url, which will further minimize the number of files.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket-dev] DrRacket PF1 Search Bug?

2014-11-22 Thread Eli Barzilay
easily lead to very bad bugs. > That is, I never noticed this problem because my documentation is > already in the user-specific place because I build from source. The > other option will make our users operate more like how my drracket > operates. (I'm not following th

Re: [racket-dev] DrRacket PF1 Search Bug?

2014-11-24 Thread Eli Barzilay
On Sun, Nov 23, 2014 at 9:01 AM, Matthew Flatt wrote: > At Sat, 22 Nov 2014 14:16:32 -0500, Eli Barzilay wrote: >> >> Oh, *that*'s the other solution? That sounds pretty bad not only >> because it complicates file installation which is already very >> complex, but

Re: [racket-dev] Line editing in the default REPL

2014-11-25 Thread Eli Barzilay
> I think 1 sounds most appealing if we're not ok with dynamically > falling back to "libreadline". (1) sounds good, except that it must target naive users -- so suggetsing package installation is not a good idea. An alternative to a printout would be a question: I can&#x

Re: [racket-dev] Splitting the Racket repository

2014-11-29 Thread Eli Barzilay
n repo? (Hopefully there's obvious agreement on the need for this to be compact.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ Racket Developers list: http://lists.racket-lang.org/dev

Re: [racket-dev] Splitting the Racket repository

2014-11-29 Thread Eli Barzilay
On Sat, Nov 29, 2014 at 8:30 PM, Sam Tobin-Hochstadt wrote: > On Sat, Nov 29, 2014 at 8:16 PM, Eli Barzilay wrote: >> On Sat, Nov 29, 2014 at 7:14 PM, Sam Tobin-Hochstadt >> wrote: >>> >>> All the history for the code has been preserved, and for code that >&g

Re: [racket-dev] Line editing in the default REPL

2014-12-02 Thread Eli Barzilay
isted above wrt terminal IO, I'm guessing that a simple library just dumps the more sophisticated things like multiple line inputs, paren matching, etc. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ Racket Developers list: http://lists.racket-lang.org/dev

Re: [racket-dev] Line editing in the default REPL

2014-12-03 Thread Eli Barzilay
o copy+paste tests which encapsulate a specific behavior, and the thing that really matters (that it actually works) is left untested. Again, I wrote all of this in a kind of hope that you'll do this, but practically speaking, this code is so far from working that if you care for your ti

Re: [racket-dev] Line editing in the default REPL

2014-12-03 Thread Eli Barzilay
On Wed, Dec 3, 2014 at 6:22 PM, Sam Tobin-Hochstadt wrote: > On Wed, Dec 3, 2014 at 6:10 PM, Eli Barzilay wrote: >> >>>> If you're talking about implementing line editing yourself, then my >>>> personal reaction to that would be "wonderful",

Re: [racket-dev] Line editing in the default REPL

2014-12-13 Thread Eli Barzilay
on't since you'll refuse to accomodate bugreports, then you'll make someone else fall into this trap because of you.)] -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! std-keys.rkt Description: Binary data _ Racket Developers list: http://lists.racket-lang.org/dev

Re: [racket-dev] Line editing in the default REPL

2014-12-13 Thread Eli Barzilay
;5" "6" "4" "") #:fail (lambda () (ffi-lib "libedit" ... And since that addresses an API that is shared for the two, then it's not code that should be linked only with readline, which means that it'

Re: [racket-dev] raco pkg update --clone and git URL config

2014-12-16 Thread Eli Barzilay
omething that works for anyone, then http URLs (for GH, replace git:// with http://) work better -- they work for anyone, and require a username/password when pushing. (With several ways to have them cached, stored in your keychain or whatever.) -- ((lambda (x) (x x)) (lambda (x) (x x)))

Re: [racket-dev] internal-definition parsing

2014-12-17 Thread Eli Barzilay
ke `squawk', > though. > > So, an implicit `#%body' form seems like a good idea in principle, > but it doesn't seem to work out well with our current syntax. I'm > currently inclined to not change Racket and to treat this as > something to support better the next time we define a core syntax, > but I'm interested in further discussion. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ Racket Developers list: http://lists.racket-lang.org/dev

Re: [racket-dev] Line editing in the default REPL

2014-12-23 Thread Eli Barzilay
>> it's the blindness of going in that direction and thinking that you >> *won't* fall into this trap. > > It remains to be seen whether there are any problems resulting from > this approach at all. It looks like *you're* very aware of the issues, so why n

Re: [racket-dev] What is the policy on what is included in the core libraries?

2015-02-17 Thread Eli Barzilay
ike the bad argument order in `take` or the different input function for the folds. (Another point for avoiding a `zip` binding is that it's much more likely to collide with user defined functions than it is in other languages.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli

[racket-dev] New dev mailing list

2010-06-02 Thread Eli Barzilay
* Subscriptions have been migrated -- you should have exactly the same kind of subscription you had on the brown list. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/

Re: [racket-dev] Memory grows without bound compiling tool-lib-extract.rkt

2010-06-03 Thread Eli Barzilay
re useful here (and more work, of course). -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative tasks: http://li

[racket-dev] Final v5.0 build is ready

2010-06-05 Thread Eli Barzilay
)) (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] svn->git on plt web pages

2010-06-05 Thread Eli Barzilay
On Jun 5, John Clements wrote: > The web pages refer extensively to svn, including an > 'svn.plt-scheme.org' page. I'm guessing that updating this is on > the to-do list, but waiting for the Racket release? Yes. -- ((lambda (x) (x x)) (lambda (x) (x x)

Re: [racket-dev] Final v5.0 build is ready

2010-06-05 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] Final v5.0 build is ready

2010-06-05 Thread Eli Barzilay
acket is the new DrScheme. I think that the intention was to keep scripts, aliases, etc working. (But yes, my reply wasn't related to this issue.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/

[racket-dev] Contract problem

2010-06-07 Thread Eli Barzilay
n /home/scheme/iplt/web/old/common/utils.ss:8:50: run-file /home/scheme/iplt/web/old/common/build.ss:20:2: for-loop /home/scheme/iplt/web/old/common/build.ss:20:2: for-loop /home/scheme/plt/collects/racket/private/map.rkt:45:11: for-each /home/scheme/iplt/web/old/common/utils.ss:8:50: build --

Re: [racket-dev] Wikipedia page

2010-06-08 Thread Eli Barzilay
page right? -- ((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] Wikipedia page

2010-06-08 Thread Eli Barzilay
;lines of GUI garbage. Yeah, I had a similar reaction in the past. That would be nice to change too, if you have the energy to do so... -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! ___

Re: [racket-dev] Wikipedia page

2010-06-08 Thread Eli Barzilay
"hello world" then it's 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 Bar

Re: [racket-dev] Wikipedia page

2010-06-08 Thread Eli Barzilay
example and see 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/

Re: [racket-dev] Bug site

2010-06-09 Thread Eli Barzilay
On Jun 9, Carl Eastlund wrote: > (Sorry if this is old news and I missed that someone is already > working on it.) You did. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze i

Re: [racket-dev] [plt-dev] Stackoverflow ad

2010-06-13 Thread Eli Barzilay
On May 25, Eli Barzilay wrote: > We've put up a suggested stackoverflow ad here [...] As it turns out, these things are running for 6 months and then flushed -- and this happened 2 days ago... (The previous text didn't have an indication of this, otherwise I'd wait for after th

[racket-dev] A new git resource

2010-06-13 Thread Eli Barzilay
This is a new cheat-sheet-like page that might be useful: http://gitref.org/ -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list

[racket-dev] Blog volunteer

2010-06-14 Thread Eli Barzilay
his. -- ((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] Blog volunteer

2010-06-15 Thread Eli Barzilay
On Jun 14, Eli Barzilay wrote: > > So in case anyone knows how to deal with these things and make it > work, it would be very nice. Even if you don't, maybe someone else > who didn't spend almost 24 straight hours fighting with it will have > a fresher look and working

Re: [racket-dev] Fwd: [shootout-Feature Requests][312552] Scheme PLT should be renamed to Racket

2010-06-18 Thread Eli Barzilay
the regexpdna, which seems to have been simplified to use `regexp-replace*' (and so speed differences are likely). Right? -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _

Re: [racket-dev] PLaneT and proxies

2010-06-20 Thread Eli Barzilay
ecall that there's a Core Foundation 'read-from-uri' > library call which gets all this nonsense correct, > transparently, but that may not be an appropriate solution here. That would be nice -- even better if there's something equivalent on Windows. But we probably

Re: [racket-dev] PLaneT and proxies

2010-06-20 Thread Eli Barzilay
saying that it's 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:

Re: [racket-dev] raco setup vs setup-plt

2010-06-21 Thread Eli Barzilay
(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] proposal: `data' collection

2010-06-23 Thread Eli Barzilay
e more restrictions on it like not depending on typed scheme. (And this is due to how things are now, where typed scheme is not part of the core.) -- ((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 #20559: master branch updated

2010-06-24 Thread Eli Barzilay
u time: 24978 real time: 24981 gc time: 7157 Using the struct predicate directly instead of flat-named-contract: cpu time: 24838 real time: 24841 gc time: 7131 -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://

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

2010-06-24 Thread Eli Barzilay
utions will be made smaller. In any case, by "core" I meant the `racket' collection (and its dependencies). -- ((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
iced together -- for example, you should be able to get install a user-specific data/foo package (something that is not possible now). In that case, a generic name like `data' works out much better. Since that's a separate issue, my objection to `data' is based on the curre

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

2010-06-24 Thread Eli Barzilay
Yes, of course. (See the skeleton code I used for it in the commit message.) On 2010-06-24, Robby Findler wrote: > Thanks for running more timiggs. One last question: your timing tests > were in a module, not the toplevel, right? > > Robby > > On Thursday, June 24, 2010, E

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

2010-06-26 Thread Eli Barzilay
de-effecting of the parameter. (And I couldn't even figure out the odd even/odd thing.) > On Fri, Jun 25, 2010 at 10:44 PM, Eli Barzilay wrote: > > On Jun 26, j...@racket-lang.org wrote: > >> +  ; XXX This is almost certainly wrong. > >> +  (define (even-read

Re: [racket-dev] comment boxes

2010-06-26 Thread Eli Barzilay
; > > _ > For list-related administrative tasks: > http://lists.racket-lang.org/listinfo/dev -- ((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] comment boxes

2010-06-29 Thread Eli Barzilay
attachement option to the web form, and changing drracket to send a file is probably easy too.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ Fo

Re: [racket-dev] comment boxes

2010-06-29 Thread Eli Barzilay
that your mailer replies to both "bugs" and "bug-notification".) But this is still just a hack (for example, these attachements won't get parsed by gnats, so they're only in the recipient mailboxes). Point #2 was the proper way of doing it. -- ((lambd

Re: [racket-dev] comment boxes

2010-06-29 Thread Eli Barzilay
der. If it's possible to copy-paste, then it's much better to do so. (The reason I added the reply-to header was not to make this be a blessed way to attach files, but because some submitters would use it to send more information, but nobody would ever see these additions.) --

Re: [racket-dev] comment boxes

2010-06-29 Thread Eli Barzilay
t; Jay > > On Tue, Jun 29, 2010 at 3:07 PM, Neil Van Dyke wrote: > > Eli Barzilay wrote at 06/29/2010 04:46 PM: > >> > >> 2. Gnats *does* know how to deal with attachements.  The problem is > >>   that our cgi library cannot handle a multipart/form-data encodi

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

2010-06-30 Thread Eli Barzilay
was no discussion. I posted the main problem with that, which you never replied to. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list

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

2010-06-30 Thread Eli Barzilay
On Jun 30, Sam Tobin-Hochstadt wrote: > On Wed, Jun 30, 2010 at 9:02 PM, Eli Barzilay wrote: > > On Jun 30, Sam Tobin-Hochstadt wrote: > >> On Wed, Jun 23, 2010 at 2:29 PM, Sam Tobin-Hochstadt > >> wrote: > >> > At the Northeastern PLT lunch today, I p

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

2010-06-30 Thread Eli Barzilay
On Jun 30, Sam Tobin-Hochstadt wrote: > On Wed, Jun 30, 2010 at 9:44 PM, Eli Barzilay wrote: > > On Jun 30, Sam Tobin-Hochstadt wrote: > >> On Wed, Jun 30, 2010 at 9:02 PM, Eli Barzilay wrote: > >> > On Jun 30, Sam Tobin-Hochstadt wrote: > >> >&g

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

2010-06-30 Thread Eli Barzilay
-- so splitting it up to such packages is necessary. (That's why I said that the name is only a symptom, and that overall I *want* to see a solution to this. And I want one now (as in august), not in some hypothetical future.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli

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

2010-06-30 Thread Eli Barzilay
I now think that this is also a symptom of the same problem. In fact, unstable itself would work much better if it could have sub-packages rather than a big all-or-nothing ball of code. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barz

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

2010-07-01 Thread Eli Barzilay
11M 300 2005 12M 13M 372 2007 14M 15M 4.0 2008 22M 14M 4.2 2009 25M 15M 5.0 2010 28M 16M -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! ___

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

2010-07-02 Thread Eli Barzilay
ta' thing would be to have collections like `data-list', `data-stack', etc. (I'm *not* suggesting that as a better alternative...) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze

[racket-dev] git.racket-lang.org

2010-07-02 Thread Eli Barzilay
The git.racket-lang.org pages are also recketified now. Hopefully there are no width problems with it now. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

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

2010-07-02 Thread Eli Barzilay
by 3318547 guile 3669827 tcl 6134936 gcc-java 10351883 gcc 12192385 kawa 22866733 python 35175610 perl 38967428 bigloo 69558809 plt-scheme (BTW, these are random packages on winooski, with the old setup -- that plt-scheme is v372.) -- ((lambda (x) (x x)) (lambda (x) (x x)

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

2010-07-02 Thread Eli Barzilay
ndle gets too broken and is dropped, its copyright changes, its author moves to tibet and becomes a monk), *someone* will need to step up and solve them. That someone will go over the code and move it, deal with the documentation, with the tests, fix bugs, and of course wash the windows and s

Re: [racket-dev] Parallel Build of Collects

2010-07-05 Thread Eli Barzilay
-j" like "-J" or "+j"? (Especially given that it's not the same as "-j 1", so it's not really an option to be used for a uniprocessor situation). -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http

Re: [racket-dev] Parallel Build of Collects

2010-07-05 Thread Eli Barzilay
exer at # can accept the empty string. = STDERR: = --- -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/

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

2010-07-07 Thread Eli Barzilay
deshow, srfi, stepper, string-constants, syntax, syntax-color, test-engine, texpict, trace, typed, typed-scheme, unstable, version, web-server, wxme, xml deps.rktd Description: Binary data -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:

Re: [racket-dev] internal-definition parsing

2010-07-07 Thread Eli Barzilay
ressions to find which ones are not definitions and force them. So it looks like another special #% macro would 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. --

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

2010-07-08 Thread Eli Barzilay
ong threads that are a result of breaking these dependencies, I'd certainly like that.) But I still think that giving up on any organization will only make things worse, and I don't want that to happen. > On Jul 7, 2010, at 5:21 PM, Eli Barzilay wrote: > > > On Jul 6, Pete

Re: [racket-dev] internal-definition parsing

2010-07-08 Thread Eli Barzilay
do so in some cases where a similar macro is needed in both (as with the lazy case). -- ((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
t; > These could be an argument 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

[racket-dev] git rebase annoyances

2010-07-08 Thread Eli Barzilay
d)) (begin (note "getting current state") (get-current-state (let ([s (apply git (current-output-port) args)]) (write-state state) (restore-state state) (unless (zero? s) (note "** git returned with an error code (see above for details),

[racket-dev] Release for v5.0.1 is about to begin

2010-07-09 Thread Eli Barzilay
mbda (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] 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'

Re: [racket-dev] Windows test bundle 29M vs. 47M for other platforms?

2010-07-19 Thread Eli Barzilay
;ve looked for some statically linked and easy-to-turn-into-an-installer variant, but didn't see anything promising. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _

Re: [racket-dev] python docstrings

2010-07-19 Thread Eli Barzilay
d this back to Lisp 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/

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

2010-07-21 Thread Eli Barzilay
o produce TAP-friendly output. > > * Many documentation improvement patches are also included. > > > Fixes since v1.7.1 > -- > > All of the fixes in v1.7.1.X maintenance series are included in this > release, unless otherwise noted. > > * We didn

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

2010-07-21 Thread Eli Barzilay
...and the server is now using 1.7.2. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative tasks: http

[racket-dev] Release Announcement for v5.0.1

2010-07-23 Thread Eli Barzilay
mirror sites can take a while to catch up with the new downloads.] Feedback Welcome, ------ -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life!

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

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/

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

2010-07-27 Thread Eli Barzilay
Kevin & Ryan -- ? > Kevin: > > * Parallel build > > Ryan: > > * Any public (and documented) syntax/parse & macro debugger > additions? > > * macro-debugger/emit? > > * GUI for rackunit? -- ((lambda (x) (x x

[racket-dev] Release Announcement for v5.0.1

2010-07-27 Thread Eli Barzilay
and `flip-horizontal' operations that mirror images (vertically and horizontally). -- -- ((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] P4P: A Syntax Proposal

2010-07-30 Thread Eli Barzilay
ut sexpr syntax, and probably completely unreadable for most people. (And, of course, doing infix gets a whole bunch of heavy stuff in -- the redundant parens, stricter syntax for identifiers, etc; I have high hopes for the honu reader.) -- ((lambda (x) (x x)) (lambda (x) (x x)))

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

2010-07-30 Thread Eli Barzilay
lip-horizontal' operations that mirror images (vertically and horizontally). -- -- ((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] P4P: A Syntax Proposal

2010-07-30 Thread Eli Barzilay
On Jul 30, Robby Findler wrote: > On Fri, Jul 30, 2010 at 4:05 AM, Eli Barzilay wrote: > > IMO, this thing is missing the point (the usual "parens, ewww!" > > one), as long as it ignores infix. > > Seems to me that this point directly contradicts one of Shriram&#

Re: [racket-dev] P4P: A Syntax Proposal

2010-07-30 Thread Eli Barzilay
same Java story), but the bottom line is that Shriram's thing is very far from that.) -- ((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] Getting old versions of PLT Scheme

2010-07-31 Thread Eli Barzilay
se a cookie.) -- ((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] P4P: A Syntax Proposal

2010-07-31 Thread Eli Barzilay
, yet it was common to decorate an "end" with a comment saying what it ends.) ] -- ((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] can racket-lang.org survive a slashdotting?

2010-08-01 Thread Eli Barzilay
ram) via apache. 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
related structs, and `match' for pattern matching. * The `2htdp/image' library now includes `flip-vertical' and `flip-horizontal' operations that mirror images (vertically and horizontally). -- -- ((la

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 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? > > > &

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

2010-08-02 Thread Eli Barzilay
On Aug 2, Michael Sperber wrote: > Sorry, I'm just seeing this now: > > Eli Barzilay writes: > > > Final version, after some edits and reorganization. > > * The Advanced Student Language now supports hash-table > > primitives, `define-datatype' for def

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

2010-08-02 Thread Eli Barzilay
ure -- figure out what's happenning in the teaching languages. I get the impression that things are moving there almost randomly. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! __

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

2010-08-02 Thread Eli Barzilay
On Aug 2, Matthias Felleisen wrote: > On Aug 2, 2010, at 6:11 AM, Eli Barzilay wrote: > > > And for the (near) future -- figure out what's happenning in the > > teaching languages. I get the impression that things are moving > > there almost randomly. >

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

2010-08-02 Thread Eli Barzilay
On Aug 2, Jay McCarthy wrote: > On Mon, Aug 2, 2010 at 4:31 AM, Eli Barzilay wrote: > > On Aug  2, Matthias Felleisen wrote: > >> On Aug 2, 2010, at 6:11 AM, Eli Barzilay wrote: > >> > >> > And for the (near) future -- figure out what's happenning i

Re: [racket-dev] LLVM

2010-08-03 Thread Eli Barzilay
these are unrelated to mzc -- and the current use of lightning is only 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). --

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

2010-08-03 Thread Eli Barzilay
(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] results of dlopen (hence ffi) persistent across evaluations?

2010-08-06 Thread Eli Barzilay
so other things don't break. (Where breaking could also be reloading a library over and over.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life!

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

2010-08-06 Thread Eli Barzilay
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. Alternatively, there's probably a way to unload > > a library, so perhaps this could

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

Re: [racket-dev] source distribution problems

2010-08-06 Thread Eli Barzilay
g/src/ -- can someone who is not running to catch a plane test them? -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrat

Re: [racket-dev] source distribution problems

2010-08-06 Thread Eli Barzilay
Thanks for trying -- I've rebuilt them with a better name now, and will push them out tomorrow. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is

  1   2   3   4   5   6   7   8   9   10   >