On 16/10/2017 23:11, Matthias Felleisen wrote:
Lisp macros are easier than Racket’s in the same way that it
was so much easier to write procedures in ASM than in Pascal.
Having used both, I fully agree, but I also wonder if it is possible to
restore *some* of the simplicity of Lisp macros in
Hi,
I think it's the case that making the change to `random` is simple (or
removing it if that's the appropriate thing), though I *believe* that
Danny would be the only one who could re-upload it to planet.
If you're willing to get it from a different source, e.g.
pkgs.racket-lang.org, then it sh
Hi.
I talked with Matthias Felleisen and Ryan Culpepper this afternoon about
parsing recursive structures using syntax/parse.
I thought I'd give it a shot, so here's what I have so far:
https://gist.github.com/iitalics/fb83780fd4cd6731d6fc046fb2dbac92
It turned out to be far too inconvenient to
Racket Community,
We use the book Simply Scheme at my high school. Danny Yoo did a wonderful
job adapting the library content for that book, but he left the code for
random numbers in place. The book assumed versions of Scheme that might
not have *random* and provided a fixed seed, meaning ev
Oh, cool. I didn't know that. Thanks, Jay.
On Mon, Oct 16, 2017 at 6:09 PM, Jay Kominek wrote:
> On Mon, Oct 16, 2017 at 12:04 PM, David Storrs
> wrote:
>>
>> Not a critical issue, but the db package will not handle enums in
>> Postgres. This is clear from the docs but I just now tripped over
Thank you!
On 16-10-2017 21:18, Robby Findler wrote:
> The racket/string-constants repo. Thanks!
>
> Robby
>
> On Mon, Oct 16, 2017 at 8:17 PM David Thrane Christiansen <
> da...@davidchristiansen.dk> wrote:
>
>> Hello all,
>>
>> I was using DrRacket in Danish the last few days, and saw that va
The racket/string-constants repo. Thanks!
Robby
On Mon, Oct 16, 2017 at 8:17 PM David Thrane Christiansen <
da...@davidchristiansen.dk> wrote:
> Hello all,
>
> I was using DrRacket in Danish the last few days, and saw that various
> strings were missing translations. Searching the DrRacket repo
Hello all,
I was using DrRacket in Danish the last few days, and saw that various
strings were missing translations. Searching the DrRacket repo on Github
didn't lead me to them - where should I look to contribute updated strings?
Thanks!
/David
--
You received this message because you are subs
On Mon, Oct 16, 2017 at 12:04 PM, David Storrs
wrote:
> Not a critical issue, but the db package will not handle enums in
> Postgres. This is clear from the docs but I just now tripped over it
> and thought I'd raise awareness.
>
> Workaround: make the field of type TEXT and then add a table co
> Greg, if you're reading this...any chance you might expand FoM?
In the meantime, the "Syntax Parse Examples" package is always
accepting contributions:
http://docs.racket-lang.org/syntax-parse-example/index.html#%28part._.The_.Examples%29
--
You received this message because you are subscribed
> On Oct 16, 2017, at 5:26 PM, David Storrs wrote:
>
> On Mon, Oct 16, 2017 at 5:11 PM, Matthias Felleisen
> wrote:
>>
>> You speak of personal failing, and I think that’s incorrect.
>> We are missing a good introduction to syntax and friends.
>
> George Neuner, you might want to look at Greg
On Mon, Oct 16, 2017 at 5:11 PM, Matthias Felleisen
wrote:
>
> You speak of personal failing, and I think that’s incorrect.
> We are missing a good introduction to syntax and friends.
George Neuner, you might want to look at Greg Hendershott's "Fear of
Macros" (http://www.greghendershott.com/fea
> On Oct 16, 2017, at 2:17 PM, George Neuner wrote:
You speak of personal failing, and I think that’s incorrect.
We are missing a good introduction to syntax and friends.
But having said that, I need to contradict this one:
> Lisp's macros are ... I won't say easier to use correctly, be
Hi all,
Thanks to everyone who replied. I apologize for posting and vanishing
... a family emergency on Saturday took me away for the weekend.
David:
Thank you for the exposition about your task scheduler. I have
something similar, a (thread safe) priority queue based on data/heap,
although i
On 10/16/2017 12:38 PM, 'John Clements' via users-redirect wrote:
I’m in the process of trying to update the stepper to handle check-random, and
I’m somewhat baffled by the amount of difficulty I’m running into in and around
‘syntax-disarm’.
It occurs to me that it would probably be simpler ju
Not a critical issue, but the db package will not handle enums in
Postgres. This is clear from the docs but I just now tripped over it
and thought I'd raise awareness.
Workaround: make the field of type TEXT and then add a table constraint:
CONSTRAINT "files_current_state_cns" CHECK (current_sta
I ended up spending the majority of my weekend working on this, and even
after two days, it still doesn’t work quite right. My verdict is that
it seems impossible to do perfectly seamlessly, but it seems possible
(but maybe hard) to get 85% there. Here’s a (rather long) overview of
what I tried and
I’m in the process of trying to update the stepper to handle check-random, and
I’m somewhat baffled by the amount of difficulty I’m running into in and around
‘syntax-disarm’.
It occurs to me that it would probably be simpler just to walk over the
expanded syntax tree and reformulate it by disa
Many thanks Alex, Neil.
I was looking at libusb, and was hoping-beyond-hope that there might be a
secret, Racket-native solution that I had never heard of or encountered.
I'll be back when I'm confused as to where to put the native libs for
building a stand-alone app for distribution on multiple
Note that there's a Racket-based keynote - more Racket submissions
welcome!
BOB Conference 2018
"What happens when we use what's best for a change?"
http://bobkonf.de/2018/en/cfp.html
Berlin, February 23
20 matches
Mail list logo