No. Morse is a long-established communication protocol for letters. This tool is just something named poorly.
Morse, an open-source interactive tool for inspecting Clojure
11–20 of 39 posts
Re: Morse, an open-source interactive tool for inspecting Clojure
#12Are Clojure dev teams outside of Nubank currently using REBL excited about this? As a small project Clojure dev (and admittedly a couple years out of daily Clojure use), these types of projects are hard for me to place in a day-to-day work context. The doc says that Morse is one tool that can "amplify the power of the programmer during interactive development". I totally feel like Clojure REPL-based dev is better for…
Re: Morse, an open-source interactive tool for inspecting Clojure
#13This sounds awful to google for, I guess if you do "Clojure Morse" it might work. The other nitpick is, if you're ever introducing a new language, regardless of context, throw some code samples, like a simple applicable "hello world" at a minimum. And because someone has to... "Can I look at your Morse code?"
> if you're ever introducing a new language, regardless of context, throw some code samples This is not a new language, it's a tool for Clojure. I really appreciate the contributions that Nubank is making (after making Datomic free, https://blog.datomic.com/2023/04/datomic-is-free.html ). My only nitpick this time is that I would have liked some screenshots/screencasts of the this new tool in action.
(more would be nice but it's a start)
Re: Morse, an open-source interactive tool for inspecting Clojure
#14Screenshot here: https://raw.githubusercontent.com/nubank/morse/main/screensh...
All roads lead to Smalltalk.
Re: Morse, an open-source interactive tool for inspecting Clojure
#15Are Clojure dev teams outside of Nubank currently using REBL excited about this? As a small project Clojure dev (and admittedly a couple years out of daily Clojure use), these types of projects are hard for me to place in a day-to-day work context. The doc says that Morse is one tool that can "amplify the power of the programmer during interactive development". I totally feel like Clojure REPL-based dev is better for…
Re: Morse, an open-source interactive tool for inspecting Clojure
#16Re: Morse, an open-source interactive tool for inspecting Clojure
#17Are Clojure dev teams outside of Nubank currently using REBL excited about this? As a small project Clojure dev (and admittedly a couple years out of daily Clojure use), these types of projects are hard for me to place in a day-to-day work context. The doc says that Morse is one tool that can "amplify the power of the programmer during interactive development". I totally feel like Clojure REPL-based dev is better for…
me too! Morse is complementary to your normal REPL-based workflow. it is designed to not get in the way of that.
Re: Morse, an open-source interactive tool for inspecting Clojure
#18Are Clojure dev teams outside of Nubank currently using REBL excited about this? As a small project Clojure dev (and admittedly a couple years out of daily Clojure use), these types of projects are hard for me to place in a day-to-day work context. The doc says that Morse is one tool that can "amplify the power of the programmer during interactive development". I totally feel like Clojure REPL-based dev is better for…
Re: Morse, an open-source interactive tool for inspecting Clojure
#19It's a bit like a Jupyter notebook, but you get to use your own editor, you still have a normal Clojure REPL, it's stored in git like "normal" code, etc.
For exploratory, information processing type work, it's pretty great.
Demo here: https://www.youtube.com/watch?v=3bs3QX92kYA
Re: Morse, an open-source interactive tool for inspecting Clojure
#20No. Morse is a long-established communication protocol for letters. This tool is just something named poorly.