Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a subdirectory for Julia translations of the Python functions #10

Open
ScottPJones opened this issue May 26, 2016 · 4 comments
Open

Comments

@ScottPJones
Copy link

It would be nice to have a place for budding Bayesians who are also Julia fanatics to be able to submit as PRs translations of the Python code in the book.

@AllenDowney
Copy link
Owner

Good idea, but we probably want to start with the ThinkBayes2 repo, which is more current (this repo is pretty much frozen in order to stay in sync with the book).

Also I wonder if it would be better to fork a new repo rather than make a directory in this one. Do you have a preference one way or the other?

@ScottPJones
Copy link
Author

I have no preference, whatever would work best for you, as you'd probably need to be the final authority on what gets merged (or appoint collaborators on the repo). I just thought it would be good to have a known place for people to contribute translations for other languages (I of course, want to try to do the code in Julia, simply as part of reading / understanding the book, but maybe somebody else would want to do the same for R, or Lua, for example).

@AllenDowney
Copy link
Owner

Ok, I've created

https://github.com/AllenDowney/ThinkBayes2Translations

Please feel free to send me a PR if you write some code. Or I can make you
a collaborator if you like.

On Thu, May 26, 2016 at 10:25 AM, Scott P. Jones [email protected]
wrote:

I have no preference, whatever would work best for you, as you'd probably
need to be the final authority on what gets merged (or appoint
collaborators on the repo). I just thought it would be good to have a known
place for people to contribute translations for other languages (I of
course, want to try to do the code in Julia, simply as part of reading /
understanding the book, but maybe somebody else would want to do the same
for R, or Lua, for example).


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#10 (comment)

@ScottPJones
Copy link
Author

I've got to think of a decent way of representing the structure for the code in thinkbayes.py, maybe splitting that up into smaller chunks, like Pmf, Cdf, etc. so that in Julia, you could say: using Pmf, for example. I'm asking around for help from some of my Julian friends, who are also Python experts, like @Ismael-VC ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants