Re: [racket] Racket/GUI

2013-03-27 Thread Diogo F. S. Ramos
Stephen De Gabrielle writes: > You can use the FFI to pull in more Gtk, Win32, or Cocoa widgets > on the > corresponding platform. The `get-handle' and `get-client-handle' > methods of a `window<%>' provide access to the underlying GUI > toolkit's > object, which lets you

Re: [racket] for/hash and for/list: adding nothing, adding more than one thing

2013-03-27 Thread Greg Hendershott
> thoroughly enough and didn't realize it does not work outside its own module. > I've since fixed this and added the documentation in markdown format > (Scribble does some weird extra ```racket additions with markdown that I had > to manually remove, too. Dunno what that's about). I'm sorry, t

[racket] racket as cgi error with sqlite

2013-03-27 Thread prad
i have a working cgi script in racket which accesses a sqlite3 db: #lang racket (require net/cgi) (require db/base db/sqlite3) (define cn (sqlite3-connect #:database "tmp.db")) ; (query-rows cn "select nm from tbl") (query-exec cn "insert into tbl (nm) values ('hello')") if i do the:

Re: [racket] [Scribble] Appendix in scribble/sigplanconf?

2013-03-27 Thread Joe Gibbs Politz
Thanks, unnumbered will be good enough for now. On Wed, Mar 27, 2013 at 9:03 AM, Sam Tobin-Hochstadt wrote: > For this, I've just used explicit escapes to Latex. You'd probably > need to explicitly escape the section references as well. > > Sam > > On Tue, Mar 26, 2013 at 5:17 PM, Joe Gibbs Pol

Re: [racket] [Scribble] Appendix in scribble/sigplanconf?

2013-03-27 Thread Sam Tobin-Hochstadt
For this, I've just used explicit escapes to Latex. You'd probably need to explicitly escape the section references as well. Sam On Tue, Mar 26, 2013 at 5:17 PM, Joe Gibbs Politz wrote: > Hi! > > Is there an easy way to add a latex-style appendix in scribble? I'm writing > in scribble/sigplan

Re: [racket] Racket/GUI

2013-03-27 Thread Stephen De Gabrielle
Hi, (Comments/questions below) On Monday, 25 March 2013, Matthew Flatt wrote: > At Sun, 24 Mar 2013 21:21:28 -0700, Дмитрий Шевелёв wrote: > > 1. In the library are very few widgets. Is there more widgets? > > The `mrlib' libraries provide a few more, including the `hierlist%' > widget for hierar

Re: [racket] [Scribble] Appendix in scribble/sigplanconf?

2013-03-27 Thread Matthew Flatt
At Tue, 26 Mar 2013 17:17:51 -0400, Joe Gibbs Politz wrote: > Is there an easy way to add a latex-style appendix in scribble? I'm > writing in scribble/sigplan and don't see any obvious appendix options > searching the docs. > > I can just put a section after the bibliography, but it gets numbere