Giter Site home page Giter Site logo

Comments (8)

jbclements avatar jbclements commented on July 28, 2024

I'm curious: was this the first tutorial that you tackled? If so, what informed that choice? It would be helpful to understand how people choose an entry point.

Thanks!

from racket-lang-org.

jameshfisher avatar jameshfisher commented on July 28, 2024

I actually didn't quite start with that - I started with one that asked me to open DrRacket. I then quickly realized that that wasn't what I wanted, so I then Googled something like "racket cli scripting".

My expectation (from learning other programming languages) is that you start with a hello world program that you run from the command line. That's what I was looking for.

More specifically, I was curious about Racket as a language to build a proof-of-concept for automatic differentiation. I figured Lisp would be good for this due to easy meta-programming.

Racket appears to be targeting a crowd that wants to work with a GUI rather than the CLI. I don't know if that's wrong, but it's not what I was looking for.

from racket-lang-org.

jbclements avatar jbclements commented on July 28, 2024

I think there's an assumption that people using the command-line tools are familiar with extending their PATH env var. Also, every shell is different, and providing instructions that work for every scenario is kind of a nightmare. Perhaps you could make a pull request that adds some clarifying text?

Thanks!

from racket-lang-org.

spdegabrielle avatar spdegabrielle commented on July 28, 2024

https://github.com/racket/racket/wiki/Set-your-PATH-environment-variable
maybe

@margin-note*{Set your @tt{PATH} environment variable so you can use raco and other Racket command line functions. On macOS:@tt{sudo sh -c 'echo "/Applications/Racket v7.7/bin" >> /etc/paths.d/racket'} and 
 @tt{sudo xattr -r -d com.apple.quarantine /Applications/Racket\ v7.7/} to use command line tools (@tt{raco}). On Windows one of the following add the racket bin path to Path in 'Environment Variables' (under System Properties, Advanced tab)}

I made a PR racket/racket#3228

Either way I'd suggest closing or transferring this PR to https://github.com/racket/racket as the home of the More tutorial that this issue references.

Kind regards,

Stephen

from racket-lang-org.

samth avatar samth commented on July 28, 2024

I don't think that xattr call is needed since signing should work correctly now.

from racket-lang-org.

spdegabrielle avatar spdegabrielle commented on July 28, 2024

are nightlies signed?

from racket-lang-org.

spdegabrielle avatar spdegabrielle commented on July 28, 2024

I'll remove it.

from racket-lang-org.

spdegabrielle avatar spdegabrielle commented on July 28, 2024

PR updated racket/racket#3228

from racket-lang-org.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.