Re: [racket-users] Re: macOS Post-Install

2017-11-01 Thread Jeremiah Peschka
This combination of the the symlink and /etc/paths.d/racket is perfect.

Thank you both for the suggestions!

Jeremiah Peschka

On Oct 31, 2017, 15:45 -0700, Eric Eide , wrote:
> Matthew Flatt  writes:
>
> > A better strategy may be to add
> >
> > /etc/paths.d/racket
> >
> > as a file that contains the path to your Racket installation. For
> > example, the path to put in that file is
> >
> > /Applications/Racket v6.11/bin
> >
> > if you've installed the current release into the "Applications" folder.
>
> FWIW, I make a /Applications/Racket symlink to the current installation and 
> add
> that to my path, because I know that something somewhere is not going to grok
> the space in that directory name...
>
> Eric.
>
> --
> ---
> Eric Eide  . University of Utah School of Computing
> http://www.cs.utah.edu/~eeide/ . +1 (801) 585-5512 voice, +1 (801) 581-5843 
> FAX
>
> --
> 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.

-- 
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] macOS Post-Install

2017-10-31 Thread Jeremiah Peschka
I’ve installed Racket 6.11 from the dmg file supplied on the website. However, 
I’ve had to link binaries into /usr/local/bin one by one as I find something 
that I’m missing.

Is there documentation of which binaries to link into /usr/local/bin ?

Jeremiah Peschka

-- 
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.


Re: [racket-users] Re: Library function naming

2017-08-29 Thread Jeremiah Peschka
I believe OP is referring to the paragraph about
play-with-frisky-with-laser being their default style and their sincere
recommendation for Racket code style.

It also seems to be the style that most closely matches core APIs.


On August 29, 2017 at 11:23:51, David Storrs (david.sto...@gmail.com) wrote:



On Tue, Aug 29, 2017 at 6:12 AM, Neil Van Dyke  wrote:

>
>
> (Of course, other general conventions also have their merits, in various
> languages and environments.  For example `FrskyLsr_szGetColor()`.  And
> `com.example.FriskyLaser.FriskyLaserPlayBehavior.play` and unqualified
> form `play`.  What I mentioned above is my current default convention for
> Racket when I don't think of good reason to do it differently, and am not
> experimenting/playing with doing it differently as an exercise.)
>

Is this actually a sincere recommendation for Racket code?  Because,
personally, I think Java-style naming is an abomination before the Turing
and should be avoided at all costs.  Maybe that's just me, though.
--
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.

-- 
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.


Re: [racket-users] Error when running raco pkg install

2017-07-17 Thread Jeremiah Peschka
You should also be able to install Racket inside your user profile (e.g.
C:\Users\jeremiah\AppData\Roaming\racket).

Usually this option shows up as "Install only for me", but that is not
present in the Racket installer, so I'm not sure what kind of side effects
this might have on your system.

On Mon, Jul 17, 2017 at 10:38 AM Greg Trzeciak  wrote:

> On Monday, July 17, 2017 at 7:05:34 PM UTC+2, Sam Waxman wrote:
> > Thanks, good to know! Is there a way to run raco as an administrator or
> give it the privileges to make the symbolic links, or can this package just
> not ever be installed on Windows?
>
>
> Just open cmd.exe with administrative priviledge (right click -> Run as
> Administrator) and then run your raco command, you should be fine.
>
> --
> 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.
>
-- 

Jeremiah Peschka

-- 
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.