No features have been listed yet.
ReactiveDoc might be a bit more popular than PsySH. We know about 4 links to it since March 2021 and only 3 links to PsySH. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
That's why I made https://reactivedoc.com/. You can use it to write interactive documentation in markdown and save it as a simple, self-contained, html+js file. Now I'm working on v2, with cleaner syntax & more widgets (I want to add an embedded web base terminal to run shell commands), you can see an example here: https://reactivedoc.com/editor/. - Source: Hacker News / almost 3 years ago
I'm working on https://reactivedoc.com/ - it's markdown + some custom widgets, and you can export it as a self-contained html file. I made it to solve my own problems: document commands & scripts and replace parameters with user input values. Soon I will release a new version with simpler syntax. - Source: Hacker News / about 3 years ago
ReactiveDoc can help you write documentation with templates and parameters. Why is this useful? Because it saves you a couple of minutes next time you'll want to reuse this command. - Source: dev.to / over 3 years ago
Time is money and https://reactivedoc.com/ saves me ~500 minutes/month and I also have a paying user. I made it because I needed a simple, self-hosted tool to create documentation with "parameters". The output is a self-contained html file. Coupled with an external runner, it's a great automation tool for simple tasks. - Source: Hacker News / over 3 years ago
I do similar things with Elixir scripts, though commonly I still turn to PHP because there is some single file library that does what I want with a lot less ceremony than the Java variety would require. There's also PsySH, https://psysh.org/, for being something other than a Common Lisp or BEAM interface it's a very nice REPL. Besides Picolisp and iex it's the interactive programming environment I use the most. - Source: Hacker News / 2 months ago
Https://psysh.org/ It's very popular, as in a lot of businesses use it, it's just not fashionable. I think it's a great tool to have. It had gradual typing before it was cool. You can type in like a page of code including the layout and render whatever in a PDO-supported database on a web page, served by the builtin web server, which is great for data exploration and things like SQL optimisation. At the moment I'm... - Source: Hacker News / 7 months ago
PHP is great, but you need to be a pretty decent developer to use it effectively. It has a rather nice interactive shell, https://psysh.org/ . I've built non-trivial, non-web systems in it. Concurrency 'within' the language isn't as nice as some alternatives, but the FCGI-style deployment is quite reliable and convenient in practice. - Source: Hacker News / about 1 year ago
Vega-Lite - High-level grammar of interactive graphics
VS Code - Build and debug modern web and cloud applications, by Microsoft
Vega Visualization Grammar - Visualization grammar for creating, saving, and sharing interactive visualization designs
Nodebook - Browser-based REPL notebook supporting many programming languages.
BlazingDocs - We’re building BlazingDocs to simplify document generation from structured data.
Tinkerwell - The magical Laravel tinker app for macOS