hsandbox icon indicating copy to clipboard operation
hsandbox copied to clipboard

Hacking Sandbox: Multi-language interactive edit [> compile] > run hacking and experimenting tool.

Results 17 hsandbox issues
Sort by recently updated
recently updated
newest added

Using /usr/bin/python for Python 2 is not adviced and is really bad, because `python` is not necessarily Python 2 (that's just a default you should never rely on).

OS: macOS 10.12.4 Terminal: iTerm 3.0.15 + tmux 2.3 Python: 2.7.13

* Print is now a function * Tuple parameter unpacking was removed with PEP3113 * Syntax for currently raised exception was changed These changes should not impact the python2 support....

Hi! I'd like to add invocation of `go fmt` before `go run`. Then the file can be reloaded by `:e` in the vi session. Thanks in advance! Wojtek

Couple fixes to make this work for me with busy_runner in OS X.

The title says it all, the section "Requirements" lists `screen` as a requirement, where it should be `tmux`. P.S. Nice tool!

Hi, When running ./hsandbox, I get: ``` File "./hsandbox", line 374 print message ^ SyntaxError: invalid syntax ``` When running python2 hsandbox c99, I get: ``` SyntaxError: invalid syntax [screen...

Updated shebang for systems where python2 is not the default Added startup code for emacs so the user is started on the corect line Correctly pass through the HSANDBOX_EDITOR environment...

Start the runner pane with `remain-on-exit` option, so that when an error is thrown during the Evaluate phase, the error is clearly indicated in the runner pane. We also respawn...

By using `getopts` we are one step closer to implementing issue #3.