Conversation

A product I’d really like: social-feed REPL. Like twitter but with 280c code tweets (in a simple, safe scripting language) that run mostly in cloud and render via js in feed. So if I “tweet” x=linspace(0,2*pi); plot(x, sin(x)) ; What actually renders is a sine wave.
6
51
A sort of mashup of wolfram alpha, regular interactive scripting shells, really powerful backend, and lightweight front-end. RTs would allow tweaks to code. Threading could work like Unix pipes, taking output of 1 cweet (code-tweet) as imput for next. Simple i/o for calculators