0x00A / scratches
- понедельник, 22 января 2018 г. в 03:16:07
A scratchpad. Read, Evaluate, Print, Loop, but with a nicer editor.
A javascript/node.js scratchpad.
Download the latest release here.
This is just a simple editor that evaluates your source text as you type. It's electron, so you have the node and browser APIs.
Your script will get evaluated when you stop typing. Use console.log('hello')
to get output in the right-hand panel.
Includes a dark mode and a document window to play with.