Hacker News new | ask | show | jobs
Show HN: REPL-Driven Development for JavaScript (github.com)
20 points by anonimitoraf 1571 days ago
Lisp-inspired interactive REPL editor tools for Javascript
1 comments

This is great!

I’m a big fan of Clojure and it’s REPL-driven workflow, but most of my day-to-day work is in JavaScript.

I’ve tried to use Quokka [0] in the past to recreate the REPL experience, and while it’s a good tool, it’s just not the same.

Really looking forward to trying this out!

[0] https://quokkajs.com/

Hey, glad to hear it! I'm on the same boat, I myself am spoiled by CIDER - which is what sparked this project in the first place. Feel free to give me suggestions, raise issues, etc!