Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialChris Rubio
1,643 PointsDifference between REPL and JSHELL ?
I dont recall craig talking about what is REPL or why we use it or what is it for ? can someone explain ? thanks
1 Answer
kevin hudson
Courses Plus Student 11,987 PointsFollowing the track, this is the first time I see REPL so these courses were done out of sequence - they should stick to one standard
Greg Wienecke
20,765 PointsGreg Wienecke
20,765 PointsREPL stands for Read-Evaluate-Print-Loop. REPLs are used so you can test short commands in a language and see the results without having to write a whole program.
JSHELL is a REPL that comes with newer versions of Java. I'm guessing the java-repl that Craig used is a REPL created by treehouse to use in the java workspaces.