Turn your JS to Julia:

Open a js file and it will be parsed!
Warning!
Please remember this is just a tool to help you get STARTED on porting your js to jl. The code will most likely not run. It will surely need polishing and will most definitly not be optimised to run well. Why? ...because julia and js are quite different in many respects and just switching out one systax element for another just isn't enough to get you up and running. Please take the time to get to know julia and optimise any code you create here. I hope this tool is usefull to you: travisashworth2007@gmail.com
function f(x,y)
           x + y
       end