Re: [racket-users] Adding keybindings to debug

2021-10-30 Thread Mike Engelhart
On Mac OS I tried adding keyboard shortcuts using the linked Apple support document to allow for comment/uncomment bindings in DrRacket and it doesn't work (at least on Mac OS Monterey). One thing I noticed is that if you go back to System Preferences->Keyboard->Shortcuts->App Shortcuts and look a

Re: [racket-users] M1 Mac exe SSL error

2021-10-22 Thread Mike Engelhart
Hi Matthew Thanks for the fast reply! Well I have to apologize - I had skipped the "dist" step. For some reason I assumed incorrectly the dist was if you were building for another OS vs hardware architecture. I ran your test as well and it worked perfectly. Thanks again! Mike

[racket-users] M1 Mac exe SSL error

2021-10-22 Thread Mike Engelhart
has it would use Rosetta 2 to run the code. So my question is, is there a way to build a universal binary for Mac OS or should I just build one on each platform and have separate binaries. Thanks for any help. Mike -- You received this message because you are subscribed to the Google Groups

Re: [racket-users] Confused about Semantics Engineering Exercise 12.6

2019-11-30 Thread Mike MacHenry
nice to flag for clean up. On Sat, Nov 30, 2019 at 3:45 PM Mike MacHenry wrote: > Hm... so I guess I'm "using a with clause" like the book requests if I'm > redeveloping the iswim-general reduction relation myself, even if the only > difference from the book's

Re: [racket-users] Confused about Semantics Engineering Exercise 12.6

2019-11-30 Thread Mike MacHenry
e a new reduction using a with clause. -mike On Sat, Nov 30, 2019 at 11:17 AM Robby Findler wrote: > Hi Mike: it looks to me like you have the right definition in the > sense that it relates the right terms to each other. The rest of the > exercise is just to get you to use Redex's `w

[racket-users] Confused about Semantics Engineering Exercise 12.6

2019-11-29 Thread Mike MacHenry
to get the reduction relation to support the general reduction that requires one to change the reduction relation and not the grammar? Thanks for the help, -mike -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this

Re: [racket-users] Re: Racket2 possibilities

2019-07-29 Thread Mike G.
On Fri, Jul 26, 2019 at 04:21:33PM -0400, Hendrik Boom wrote: > On Fri, Jul 26, 2019 at 01:28:24AM -0700, Mike G. wrote: > > ??? Make a clear distinction between mutable and immutable data > > > > Perhaps make everything immutable except for the contents of boxes > &g

Re: [racket-users] Re: Racket2 possibilities

2019-07-26 Thread Mike G.
Opinions are like belly buttons, and I'd like to show you two of mine (as in that terrible Gene Roddenberry film). I very much like the overall goals of making Racket more consistent and more generic. They strike me as reforms of the language. I wonder if adding these features would be too f

Re: [racket-users] on reducing barriers in the Racket community

2019-07-26 Thread Mike G.
On Thu, Jul 25, 2019 at 02:10:44PM -0400, Neil Van Dyke wrote: > Atlas, I will have to think more about your message, but I think you're > right to suggest that FAANGs might be part of a problem Perhaps I'm the only one, but I had no idea what "FAANG" meant. For similar folks: "FAANG is an

Re: [racket-users] tail-nesting recursive syntax

2019-07-24 Thread Mike G.
> My proposal is to pick a currently underused character (I picked '/' 30 > years ago but amost anything would do) and use it to replace the > tail-nesting '(', and remove its corresponding ')'. > > Suddenly visual parenthesis-matching becomes an order of magnitude > easier, without losing any

Re: [racket-users] Help understanding cond expression

2019-01-12 Thread Mike MacHenry
You need to apply the function to 'John, with a single quote in front of it. The word John without that quote is just a variable reference to something that you have not actually defined. On Sat, Jan 12, 2019 at 11:34 PM Hassan Shahin wrote: > I have this definition for a procedure: > > (define

Re: [racket-users] Getting errors running PLT-Redex book example

2019-01-12 Thread Mike MacHenry
Thanks Ben. Good to know. Hey Robbie, it's been a while. Hope everything is going well. Great book. :) -mike On Jan 12, 2019 12:04, "Robby Findler" wrote: Hi Mike! Thanks for pointing this out. I've updated the errata (Thanks, Ben for those links; I was having trouble fin

[racket-users] Getting errors running PLT-Redex book example

2019-01-12 Thread Mike MacHenry
in there. Thanks a bunch, -mike -- 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://groups.google.com/d/optout.

[racket-users] Re: New wiki page ‘friends of Racket’

2017-10-31 Thread Mike Yao
John Carmack uses Racket as script language in Oculus platform. https://www.youtube.com/watch?v=ydyztGZnbNs And he announced in this group: https://groups.google.com/forum/#!msg/racket-users/RFlh0o6l3Ls/8InN7uz-Mv4J -- You received this message because you are subscribed to the Google Groups

[racket-users] Call for Contributions: BOB 2016 - Berlin, Feb 19, 2016

2015-09-18 Thread Mike Sperber
BOB Conference 2016 "What happens when we use what's best for a change?" http://bobkonf.de/2016/en/cfp.html Berlin, February 19 Call for Contributions Deadline: October 30, 201

[racket] Ping

2015-02-27 Thread Mike Burke
I've sent a couple of messages to the group and don't see them in my list. I presume that either my own posts don't show up or they are never being received. Sorry for the inconvenience, but I need to check. Thanks, Mike Racket Users list: http

[racket] DrRacket offline documentation anywhere?

2015-02-11 Thread Mike Burke
that everyone wants to browse the web for the basic help and manuals. I suppose I can strip the docs if I have to, but before I go into doing that I'll ask; Is the documentation for Racket available in a package I can use offline? Thanks, Mike Racket Users

Re: [racket] The behaviour of (list 'one 'two 'three)

2014-01-30 Thread Mike G.
Colin Gan said: > Hi people, > > The aforementioned s-exp produces the result (one two three). I find this > surprising as I do not expect the *list *procedure to unquote the symbols > passed to it. > > Could someone explain why this is so? You may be getting a different result if you're using one

[racket] Just for fun

2013-09-29 Thread Mike G.
"Why do you like functional programming so much?" https://xkcd.com/1270/ Racket Users list: http://lists.racket-lang.org/users

[racket] What is a "zed document" (was: programming quote)

2013-03-21 Thread Mike Eggleston
In the most recent (that I've read) messsage in the "programming quote" there is a mention of a "zed document". What is a "zed document"? Mike Racket Users list: http://lists.racket-lang.org/users

Re: [racket] Rounding

2013-03-16 Thread mike
On Sat, Mar 16, 2013 at 10:21:57AM -0400, Eric Nadeau wrote: > Since when is round 0.5 not giving 1?! I believe that this is standard in physics and engineering in order to avoid statistical bias. For example, see the NIST "Guide for the Use of the International System of Units", section B.7. (

[racket] Realm of Racket publication date?

2013-01-15 Thread mike
On 2012-12-20, Matthias Felleisen wrote: > ROAR has taken another giant step: the book is complete, > mostly indexed, and will be delivered to the NoStarch > production department tomorrow. Perhaps I missed the news, but is there a publication date for the book yet? I don't see it on the Web site

Re: [racket] the most functional man in the world

2012-12-20 Thread Mike G.
> Hi Matthias, > > Just one question: is the goal that we interpret the video ironically? > > I thought I would ask, so that someone from the team could explain what > was > intended with this script. My read, after watching it several times, and > comparing it to videos about other novice programm

[racket] 'Adult' Racket? (was rackunit vs test-engine)

2012-08-08 Thread mike
On Tue, Aug 07, 2012 at 09:00:19PM -0400, Matthias Felleisen wrote: > -- test-engine provides test support for the teaching languages of DrRacket. > -- rackunit is for 'adult' programmers, meaning programmers who have outgrown teaching languages. I wish that I had known about rackunit earlier. Wh

[racket] HtDP for programmers?

2012-06-26 Thread mike
/msg/167c9643e187d265 Thank you, Mike Racket Users list: http://lists.racket-lang.org/users

Re: [racket] Dr Racket error OS X Lion

2011-08-07 Thread mike owens
I will give the build a try. Since I closed the code graph tool the problem has stopped occuring. I will reopen the code graph for testing the new build. _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users

Re: [racket] Dr Racket error OS X Lion

2011-08-06 Thread Mike Owens
that time. I like Lion overall. Thanks Mike --- ᚳ Cen: the torch The inner light which is never extinguished brightens the dark weary world. This body is a great hall; the mind sits in the body's high seat. The call to faith a torch carrying procession. On Aug 6, 2011, at 7:33 PM, Todd O&

Re: [racket] Dr Racket error OS X Lion

2011-08-06 Thread Mike Owens
to go about finding the bug. > > Thanks, > Robby > > On Sat, Aug 6, 2011 at 9:13 PM, Mike Owens wrote: >> Unfortunately the error no longer appears and DrRacket just freezes. In the >> dev list it is the same errors that were reported for Windows. >> >>

Re: [racket] Dr Racket error OS X Lion

2011-08-06 Thread Mike Owens
useless to you, but depending on exactly how it appears to be freezing > there are different ways that I would try to go about finding the bug. > > Thanks, > Robby > > On Sat, Aug 6, 2011 at 9:13 PM, Mike Owens wrote: >> Unfortunately the error no longer appears and DrRacke

Re: [racket] Dr Racket error OS X Lion

2011-08-06 Thread Mike Owens
> (set! todo '()) > > (You have to restart DrRacket after that change to see the fix.) > > Of course, do send along the exact error, just in case you're seeing > something different. > > Robby > > On Sat, Aug 6, 2011 at 8:59 PM, Mike Owens wrote: >&g

[racket] Dr Racket error OS X Lion

2011-08-06 Thread Mike Owens
somewhere that I can get or a knew executable or something? Thanks Mike --- ᚱ Rad: riding When one sits in one's home everything looks so easy; talk is easier than action. To walk in another's shoes and do better, that is a most diff

[racket] "Chad looks sad"

2011-06-21 Thread mike
I accidentally discovered a Web page for the Realm of Racket, but it seems to be still under development. What is the plan for this site, and is it related to the Land of Lisp? http://realmofracket.com/ Mike _ For list-related administrative

Re: [racket] file permissions and ownership

2011-02-25 Thread mike
racket-lang.org/foreign/ Mike _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users

Re: [racket] file permissions and ownership

2011-02-24 Thread mike
gt; > Take a look at file-or-directory-permissions. I believe that file-or-directory-permissions will check permissions (and only for the user on Unix/Mac) but not set them. Mike _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users

Re: [racket] Racket v5.1

2011-02-17 Thread mike
accepted upload > since the rename to racket. Good to know. I had been thinking about looking into becoming a package maintainer for this very reason. I have no idea what's involved. Mike _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users

Re: [racket] Racket v5.1

2011-02-16 Thread mike
e incompatible software repositories AFAIK. Mike _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users

Re: [racket] Racket v5.1

2011-02-15 Thread mike
May I request a Debian package? Mike _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users

Re: [racket] Fetching a Web page?

2011-02-15 Thread mike
Thanks, everyone. I had no idea what a pure port was. I'll also check out HtmlPrag. I had found html-parser because it was listed earlier. Mike _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users

[racket] Fetching a Web page?

2011-02-14 Thread mike
Is there a procedure to fetch a Web page? I'm probably looking in the wrong places for it. I found the Racket Networking Libraries, but I'm not familiar with Web sockets. Thanks, Mike _ For list-related administrative tas

[racket] Inductive and coinductive reasoning? (was "shared and immutable structures")

2011-02-02 Thread mike
someone explain or point me to appropriate reading? Thanks, Mike _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users

[racket] Land of Lisp (was: Lisp game development on Reddit)

2010-11-09 Thread Mike G.
On Mon, Nov 08, 2010 at 10:38:40PM -0500, Matthias Felleisen wrote: > > We should start with a Racket version for Land of Lisp. > It would be much nicer in the Universe world than in an > old Lisp world. How is _Land of Lisp_? It looks tempting, and I might finally get to apply some of the gr

[racket] Lisp game development on Reddit

2010-11-08 Thread mike
Reddit recently created a section for "Lisp game development". There's not very much there yet, but it might be a good place to promote/discuss Racket's Universe. http://www.reddit.com/r/lispgamedev/ _ For list-related administrative tasks: http:/

Re: [racket] Quotes from Andrew Black on HtDP

2010-10-19 Thread mike
What is the Grace language manifesto? A quick search didn't turn up anything for me. _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users

Re: [racket] SIGCSE AWARDS

2010-10-05 Thread Mike Gallo,,,
> Now I have to figure out how to get to Dallas to hear Matthias's > address... What is the likelihood that the address will be put on-line? _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users

Re: [racket] Shurely Shome Mishtake

2010-09-05 Thread Mike G.
> > (case 8 > ((8 9 10) 'hello) > (else 'goodbye)) -> hello > > (case "8" > (("8" "9" "10") 'hello) > (else 'goodbye)) -> goodbye case uses eqv? for its comparisons. Two strings are eqv? only if they are the same object, not if they have the same contents. See the Racket help desk for mo

[racket] Using Scheme to design C programs

2010-09-03 Thread Mike G.
This may be old hat to some, but I just saw this short essay on Reddit and thought it was interesting. From 2000, the author writes about having used Scheme to design a C program that he could not have written from scratch. It also reminded me of some of the ideas from HtDP about programming as a