Re: [racket-users] time_t and size_t ffi types

2015-06-20 Thread Eric Dobson
That seems to be defined as _uintptr which could be different than 'size_t' in C, but is probably a better choice than '_int64'. On Tue, Jun 16, 2015 at 9:55 AM, Marc Burns wrote: > What about _size in ffi/unsafe ? > > On Jun 14, 2015, at 1:39 PM, Eric Dobson wrote: > > I'm currently on working

[racket-users] Re: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع

2015-06-20 Thread johnbclements
User is now banned. My apologies. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://grou

[racket-users] Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع

2015-06-20 Thread jami onn
YouTube videos of U.S. Congress money laundering hearing of Saudi Billionaire " Maan Al sanea" with *bank of America* and The owner of Saad Hospital and Schools in the Eastern Province in *Saudi Arabia* and the Chairman of the Board of Directors of Awal Bank in *Bahrain* Wit

Re: [racket-users] Racket v6.2

2015-06-20 Thread Brian Mastenbrook
> Is there anything I can do to help get the Racket distributions for Windows > and OS X code signed so they can be run without scary warning dialogs in the > default OS configuration? I'm more than willing to sponsor the cost of any > necessary certificates or developer programs. Failing that,

Re: [racket-users] Racket v6.2

2015-06-20 Thread Brian Mastenbrook
> On Jun 19, 2015, at 10:19 PM, Ryan Culpepper wrote: > > Racket version 6.2 is now available from > >http://racket-lang.org/ Congratulations and many thanks to the maintainers on the release! Is there anything I can do to help get the Racket distributions for Windows and OS X code signed

Re: [racket-users] Macro-introducing macros with inter-macro communication channel

2015-06-20 Thread Alexander D. Knauth
On Jun 19, 2015, at 7:44 PM, Thomas Dickerson wrote: > I was intending for that example to have the variables be defined outside the > macro, but being able to create the (set! ...) forms outside should mean I > could also hypothetically create let/define-values forms. This is why I > origin

Re: [racket-users] Reporting Simple Bugs and Fixing Them

2015-06-20 Thread Alexander D. Knauth
On Jun 20, 2015, at 12:39 PM, Kartik Singhal wrote: > On Friday, June 19, 2015 at 7:14:56 AM UTC+5:30, Alex Knauth wrote: >> Also, if you’re interested, I found this blog post helpful: >> http://www.greghendershott.com/2013/04/a-guide-for-infrequent-contributors-to-racket.html >> Although for th

Re: [racket-users] Reporting Simple Bugs and Fixing Them

2015-06-20 Thread Jens Axel Søgaard
2015-06-20 3:12 GMT+02:00 Vincent St-Amour : > For changes like typoes, Github has a "pencil" button at the top of its > source view that simplifies the pull-request process. > > > https://help.github.com/articles/editing-files-in-another-user-s-repository/ That's the simplest way of fixing typo

Re: [racket-users] Reporting Simple Bugs and Fixing Them

2015-06-20 Thread Kartik Singhal
On Friday, June 19, 2015 at 7:14:56 AM UTC+5:30, Alex Knauth wrote: > Also, if you’re interested, I found this blog post helpful: > http://www.greghendershott.com/2013/04/a-guide-for-infrequent-contributors-to-racket.html > Although for the HTDP student languages you’d want to think “racket/htdp”