# Evaluation in calling scope?

**URL:** https://discourse.julialang.org/t/evaluation-in-calling-scope/34897
**Category:** General Usage
**Created:** [February 20, 2020, 11:15am UTC](https://discourse.julialang.org/t/evaluation-in-calling-scope/34897 "2020-02-20T11:15:55Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![kristoffer.carlsson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kristoffer.carlsson/32/22_2.png) [@kristoffer.carlsson](https://discourse.julialang.org/u/kristoffer.carlsson)
#### Post date: [February 20, 2020, 11:20am UTC](https://discourse.julialang.org/t/evaluation-in-calling-scope/34897/2 "2020-02-20T11:20:17Z")

</div>

> [@tomtom](#):
>
> but I wanna evaluate the expression **at the calling scope**

There are probably workarounds to achieve what you want to achieve but the straight-forward answer is just that you cannot eval in calling scope since eval evaluates in global scope.

---

_[View the full topic](https://discourse.julialang.org/t/evaluation-in-calling-scope/34897)._
