Re: [racket] Planet2 questions

2013-04-30 Thread David Vanderson
On 04/30/2013 12:24 PM, Matthew Flatt wrote: I have been working with Jay on the package manager recently, and so I have some further info on this point. snip In particular, I can imagine having a project whose source code includes a package catalog. To upgrade a particular package, I'd change

[racket] Call for Participation: TFPIE2013 tentative program

2013-04-30 Thread p.k.f.holzenspies
L.S., Apologies for multiple copies, please forward to whomever you deem appropriate. Please find enclosed the Call for Participation for the Second International Workshop on Trends in Functional Programming In Education (TFPIE). Since the closing of submissions, we have come up with a tentativ

Re: [racket] DRRacket right-click menu fragility in Linux.

2013-04-30 Thread Robby Findler
Hi, sorry for the delayed response. I'll push an additional keybinding (c:x;m for rename identifier). Which other ones are you missing? Sorry I don't have any leads on why popup menus still aren't working. Robby On Thursday, April 18, 2013, Laurent wrote: > Didn't try, but if I disable syntax c

Re: [racket] normalize-response (in the context of web server)

2013-04-30 Thread J G Cho
It printed out the surrounding "". I changed to write-string, and the chrome seems to handle it as correct html. Thanks. On Tue, Apr 30, 2013 at 2:03 PM, Jay McCarthy wrote: > What's wrong with that output? Is that you want display and not write? > > On Tue, Apr 30, 2013 at 12:00 PM, J G Cho

Re: [racket] normalize-response (in the context of web server)

2013-04-30 Thread Jay McCarthy
What's wrong with that output? Is that you want display and not write? On Tue, Apr 30, 2013 at 12:00 PM, J G Cho wrote: > It seems like pages are built and saved to a table which looks like > > '#hasheq((# > . > (html >(head (title "My CV")) >(body (p (

Re: [racket] normalize-response (in the context of web server)

2013-04-30 Thread J G Cho
It seems like pages are built and saved to a table which looks like '#hasheq((# . (html (head (title "My CV")) (body (p (a ((href "index.html")) "Dave Herman") (# . (html (head (title "My Web Site")) (

Re: [racket] normalize-response (in the context of web server)

2013-04-30 Thread Jay McCarthy
That package is incredibly old and used internal functions of the Web server. You'll have to look into what it was doing and update it to the modern documented server. Jay On Tue, Apr 30, 2013 at 11:12 AM, J G Cho wrote: > While trying out dherman's site generator (from > planet.racket-lang.orac

[racket] normalize-response (in the context of web server)

2013-04-30 Thread J G Cho
While trying out dherman's site generator (from planet.racket-lang.oracketg/package-source/dherman/static-page.plt/1/0/main.ss), the following error is thrown: normalize-response: unbound identifier This procedure does not turn up in Search Manuals. Is there way to fix/work around this? jGc

Re: [racket] Planet2 questions

2013-04-30 Thread Matthew Flatt
At Tue, 9 Apr 2013 18:18:35 +0200, Berthold Bäuml wrote: > I hope to find time to write up the model this weekend. But what is > absolutely clear to us is that a package management system has to > have a notion of versions (or variants as I called them) for a > package at the lowest level -- otherw

Re: [racket] Requirements & constraints for a function to be accepted for inclusion in Racket?

2013-04-30 Thread Laurent
And also here: www.greghendershott.com/2013/04/a-guide-for-infrequent-contributors-to-racket.html But these refs are more on the how than on the what. Laurent On Tue, Apr 30, 2013 at 1:00 PM, Grant Rettke wrote: > The process is documented in exhaustive detail here: > > http://blog.racket-lan

Re: [racket] Requirements & constraints for a function to be accepted for inclusion in Racket?

2013-04-30 Thread Grant Rettke
The process is documented in exhaustive detail here: http://blog.racket-lang.org/2012/11/tutorial-contributing-to-racket.html Racket Users list: http://lists.racket-lang.org/users