[racket] Beginners request for code review.

From: David Van Horn (dvanhorn at ccs.neu.edu)
Date: Thu Jan 31 07:05:19 EST 2013

On 1/31/13 5:40 AM, Piotr Klibert wrote:
> I have a problem with your suggestion, namely:
>
>> 2) If you make this a github repository, then you could publish
>> it as a 'raco pkg' package and everyone could try it out.
>> Looks like fun!
>
> I use bzr and launchpad for personal things and github for work
> related stuff, so that's why it was on launchpad. But it's not a
> problem to make it a github repo and I did that:
> https://github.com/piotrklibert/bezier
>
> But I don't know exactly how to make it easily downloadable and
> installable by others? Honestly I never used the raco tool - it's not
> my fault :), planet packages are installed by just requiring them and
> I had no need for it yet. I looked through
> http://docs.racket-lang.org/raco/plt.html and
> http://docs.racket-lang.org/raco/running.html
> but at a first glance it looks really complicated... and there are no
> examples :(

Here are the relevant docs:

    http://pre.racket-lang.org/docs/html/planet2/index.html?q=pkg

And here is an example:

    https://github.com/dvanhorn/ralist

David



Posted on the users mailing list.