[racket-users] Final call for papers for IFL 2015

2015-08-11 Thread Jurriaan Hage
Hello, Please, find below the final call for papers for IFL 2015. Note that the draft submission date has been extended until August 15. Please forward these to anyone you think may be interested. Apologies for any duplicates you may receive. best regards, Jurriaan Hage Publicity Chair of IFL

[racket-users] HTTPS connection through proxy (CONNECT HTTP Method)

2015-08-11 Thread Sean Kemplay
Hi All, Sending an http request through our corporate proxy works as follows for http requests - (define-values (x y z) (http-sendrecv 10.0.0.200 http://www.example.com; #:port 8080 #:headers '( Proxy-Authorization:

[racket-users] Memory tuning of standalone executable?

2015-08-11 Thread Brian Adkins
I just installed 6.2.1 on a Linux VPS via the Unix Source + Built Packages, and the install went smoothly. I created a standalone executable of a simple IRC bot I'm putting together via: raco exe ircbot.rkt When I run it the vsz=209440 and rss=63396. ~ 64 MB seems a little high to me. Are

Re: [racket-users] Export indentation preferences in a package's info.rkt?

2015-08-11 Thread Greg Hendershott
In Emacs: - Emacs Lisp (Elisp) macros can use a `declare` form to attach metadata, including indentation info: https://www.gnu.org/software/emacs/manual/html_node/elisp/Declare-Form.html - Other (external) Lisp language modes have a convention that there's an Elisp