# Moving from a standalone script to a package for local use

**URL:** https://discourse.julialang.org/t/moving-from-a-standalone-script-to-a-package-for-local-use/27666
**Category:** New to Julia
**Created:** [August 17, 2019, 10:06pm UTC](https://discourse.julialang.org/t/moving-from-a-standalone-script-to-a-package-for-local-use/27666 "2019-08-17T22:06:05Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![oheil](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/oheil/32/220745_2.png) [@oheil](https://discourse.julialang.org/u/oheil)
#### Post date: [August 18, 2019, 10:13am UTC](https://discourse.julialang.org/t/moving-from-a-standalone-script-to-a-package-for-local-use/27666/7 "2019-08-18T10:13:27Z")

</div>

> [@baptiste](#):
>
> Disclaimer: I’m relatively set in my ways with a decade of using R, and probably a bit **spoiled by it when it comes to packages**.

I am happy to hear that others have a similar experience like I do.

In general I am afraid that Julia is suffering from similar problems. The reason is just that typically packages are developed by people (like you and me) who leave there projects for various reasons.  
There was a great discussion about the future:  
[https://discourse.julialang.org/t/thoughts-on-eventual-julia-2-0-transition/](https://discourse.julialang.org/t/thoughts-on-eventual-julia-2-0-transition/)

But, on the other hand, Julia has the advantage, that Julia packages are written in Julia (mostly). Not like R, where mostly every package is C (some python). If this sound exaggerating than I admit, but nearly every package you have problems with is C. So in Julia world if you have problems you can solve them more or less with Julia. Sometimes I am still concerned, because I see code in Julia, which is so advanced, that I have quite some problems to understand it, where we are somehow back in the two language problem. The two languages are now Julia + Advanced Julia.

Anyways, Julia is so much better. Do not hesitate and take the next step using modules 🙂

---

_[View the full topic](https://discourse.julialang.org/t/moving-from-a-standalone-script-to-a-package-for-local-use/27666)._
