# Is julia strongly checked(typed)?

**URL:** https://discourse.julialang.org/t/is-julia-strongly-checked-typed/12990
**Category:** General Usage
**Created:** [August 7, 2018, 1:33pm UTC](https://discourse.julialang.org/t/is-julia-strongly-checked-typed/12990 "2018-08-07T13:33:17Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![jameson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jameson/32/23_2.png) [@jameson](https://discourse.julialang.org/u/jameson)
#### Post date: [August 7, 2018, 4:02pm UTC](https://discourse.julialang.org/t/is-julia-strongly-checked-typed/12990/3 "2018-08-07T16:02:11Z")

</div>

> [@kristoffer.carlsson](#):
>
> No, Julia is a dynamic language.

That’s largely unrelated. For comparison, Lisp is a strongly typed, dynamic language, while C is a more weakly typed static language.

Yes, Julia is a strongly typed language: it does not allow pointer arithmetic or type punning. (I’m too lazy to find a real reference, so I’ll just use [Strong and weak typing - Wikipedia](https://en.wikipedia.org/wiki/Strong_and_weak_typing))

---

_[View the full topic](https://discourse.julialang.org/t/is-julia-strongly-checked-typed/12990)._
