# Implementing a built in julia compiler inside my website

**URL:** https://discourse.julialang.org/t/implementing-a-built-in-julia-compiler-inside-my-website/115865
**Category:** General Usage
**Tags:** question
**Created:** [June 19, 2024, 1:59pm UTC](https://discourse.julialang.org/t/implementing-a-built-in-julia-compiler-inside-my-website/115865 "2024-06-19T13:59:28Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![martin\_sanchez](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/martin_sanchez/32/207525_2.png) [@martin\_sanchez](https://discourse.julialang.org/u/martin_sanchez)
#### Post date: [June 19, 2024, 1:59pm UTC](https://discourse.julialang.org/t/implementing-a-built-in-julia-compiler-inside-my-website/115865/1 "2024-06-19T13:59:28Z")

</div>

Hi, I am creating a platform for studying various topics. Among them I would like to have a running julia environment for students to run code on it and have tests done over their responses. Is there any resource I should be aware of, or where could I find more information about doing so. Thank you.

---

<div class="post-metadata">

### Author: ![mbauman](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mbauman/32/31082_2.png) [@mbauman](https://discourse.julialang.org/u/mbauman)
#### Post date: [June 19, 2024, 2:37pm UTC](https://discourse.julialang.org/t/implementing-a-built-in-julia-compiler-inside-my-website/115865/2 "2024-06-19T14:37:27Z")

</div>

Just a fair warning: this is very hard. Beyond the technical challenges, anytime you expose arbitrary compute to the internet there are **_vast and endless_** social challenges. Compute is both expensive and valuable. Especially so, thanks to cryptocurrencies.
