horta-hell
horta-hell copied to clipboard
Add melpon/wandbox API access
See documentation: https://github.com/melpon/wandbox/blob/master/kennel2/API.rst
Command usage example:
<parohod> $run haskell main = putStrLn "you dick"
<horta hell> parohod: you dick
Also consider these features:
- File templates for some languages. For example,
$run java 2+2could be extracted toclass Program { static void main() { System.out.println(2+2); } }. - Auto loading code from paste. For example,
$run url java http://hastebin.com/12345could load the code from the url and paste it to wandbox.
Suggestion for udner item 2: language must go first because URL may be too long.
Could you edit the initial post? That's nice idea, I like it.
Nope, i can't...
Ok, I've edited it.
I approve this shit! :+1:
And about item (1). Which limitations would be for samples? For example, can user use boost in c++ code sample?
In additional, standard modules/headers?
I should say we have to import all basic... prelude thigs.