replit / prybar

Pry open those interpreters.
GNU General Public License v2.0
253 stars 52 forks source link

Bump Julia to 1.6.1 #63

Open logankilpatrick opened 3 years ago

logankilpatrick commented 3 years ago

Related to #52

ALANVF commented 3 years ago

Hey if you can bump this to version 1.5.4, it can be merged

logankilpatrick commented 3 years ago

Can I bump to 1.6.1? That's the latest and greatest.

lhchavez commented 3 years ago

Can I bump to 1.6.1? That's the latest and greatest.

bump away!

logankilpatrick commented 3 years ago

Should be good to go

logankilpatrick commented 3 years ago

@lhchavez can I get a review on this?

cbrewster commented 2 years ago

Hey @logankilpatrick sorry for the long delay. I've been toying with moving away from prybar for languages that already have a REPL that does what Replit needs. The primary feature we want to support is having the REPL interpret the main file first and then drop into a REPL in the context of that file. It looks like Julia's REPL can already do this. Here's an example of it wired up: https://replit.com/@ConnorBrewster/Julia-Nix

I'd be happy to chat more about improving the Julia experience on Replit and how we can give you all more control over how things are configured.

logankilpatrick commented 2 years ago

Awesome @cbrewster what is the best way for use to sync on this. The biggest thing I am looking for is to get https://julialang.org/learning/tryjulia/ updated with the latest Julia version

cbrewster commented 2 years ago

@logankilpatrick feel free to send me an email at connor@replit.com and we can set something up!