# Do I need to restart the REPL every time before rerunning a Julia script?

**URL:** https://discourse.julialang.org/t/do-i-need-to-restart-the-repl-every-time-before-rerunning-a-julia-script/99110
**Category:** VS Code
**Tags:** question
**Created:** [May 19, 2023, 12:30pm UTC](https://discourse.julialang.org/t/do-i-need-to-restart-the-repl-every-time-before-rerunning-a-julia-script/99110 "2023-05-19T12:30:32Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![lmiq](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/lmiq/32/18314_2.png) [@lmiq](https://discourse.julialang.org/u/lmiq)
#### Post date: [May 19, 2023, 1:19pm UTC](https://discourse.julialang.org/t/do-i-need-to-restart-the-repl-every-time-before-rerunning-a-julia-script/99110/2 "2023-05-19T13:19:38Z")

</div>

No, you should use “Revise”, and have all your computations inside functions, that can be rerun and tested repeatedly after modification.

Some info about good workflows:

[![](https://global.discourse-cdn.com/julialang/original/3X/3/f/3f9be254349796f22d361e48939a812ca8b3d783.jpeg "Julia: Workflow Tips, and What is New in v1.9 | 2nd DigiWell Julia Seminar 2023") ](https://www.youtube.com/watch?v=qM9NtiYlXck)

> [@Nice workflows for using and developing in Julia 1.9+](https://discourse.julialang.org/t/nice-workflows-for-using-and-developing-in-julia-1-9/96017):
>
> I wrote a small step by step to help my students with of a good workflow for Julia [here](https://m3g.github.io/JuliaNotes.jl/stable/workflow/). Sharing it here because it might help new users. Updated (and properly formatted) versions will be available in that link when necessary. Nice workflows for using and developing Julia 1.9+ This a brief description of some nice development workflows for Julia, particularly for versions 1.9 or greater. This workflows are usually fairly personal, so many other useful ones may exist. juliaup The [juliaup](https://github.com/JuliaLang/juliaup) tool a…

---

_[View the full topic](https://discourse.julialang.org/t/do-i-need-to-restart-the-repl-every-time-before-rerunning-a-julia-script/99110)._
