# **Rules**
The Repl.it community is a place for users to share code, ask questions, and discuss coding-related subjects. We're committed to making i...
If you didn't see my email, we released an app that lets you --look-- loop back on your year. Check it out https://replitloopback.repl.co/
Let's use...
Hi everyone!

Use this space to share anyt...
I think I'm pretty much doing pi approximations in every language now, so, here it is in Julia!
I still have the same issue with NASM and am working...
I have now made it so you can use sixels in the Julia programming language. This repl graphs 3 different equations using magic. test it out **[here](h...
Any polynomial with no more than two complex roots will work. This program uses Newton's Approximation method. Julia because it's built for numerical...
I run this on my julia desktop console and it ran very well:
:
 designed for ECON2100, Georgia Tech, Fall 2020; it is owned by Ian Helfrich, Ph.D. candidate,...
Compute the proba of having a set in the set card game
This program computes the probability of having a "set" in the set card game (see https://www.youtube.com/watch?v=Kc4WrL7cxeg for the rules). Specific...
Julia: use of include() and eval() on repl.it differs from local Julia installations
I found out that the usage of include() and eval() is different compared to local Julia installations.
In short: On repl.it, you have to write:
`Base...