hyperpolyglot icon indicating copy to clipboard operation
hyperpolyglot copied to clipboard

hyperpolyglot.org

Results 96 hyperpolyglot issues
Sort by recently updated
recently updated
newest added

As demonstrated bellow `brace expansion: character sequence` does work in `zsh` similarly to `bash` ``` $ /usr/local/bin/zsh --version; /usr/local/bin/zsh -c 'echo {a..z}' zsh 5.9 (x86_64-apple-darwin21.3.0) a b c d e...

As demonstrated bellow `brace expansion: character sequence` does work in `zsh` similarly to `bash` ``` $ /usr/local/bin/zsh --version; /usr/local/bin/zsh -c 'echo {a..z}' zsh 5.9 (x86_64-apple-darwin21.3.0) a b c d e...

(notes about a partial success) What I have **tried**: ```bash ## in Ubuntu 20.04 sudo apt update sudo apt install ruby make python3 git clone https://github.com/clarkgrubb/hyperpolyglot.git cd hyperpolyglot/ git clone...

- https://github.com/christianrubiales/hyperpoly ... JSON - https://github.com/code-rosettas/hyperpolyglot-CSV - https://github.com/betaveros/hyperpolymorph - http://jimpurbrick.com/2012/05/05/super-hyperpolyglot/ ... > ... in some cases the Hyperpolyglot data doesn’t use exactly the same terms across tables (“version used” vs...

Is there a way to "mashup", that is, choose a few languages I'd like compared and just show those in the table? If there is consistency across all languages in...

In your nice table, https://hyperpolyglot.org/misc-math#cond-expr-note The gnuplot conditional expression is **x > 0 ? x : -x** and not **x > 0 : x : -x** Please put a question...

Scrolling https://hyperpolyglot.org/scripting or https://hyperpolyglot.org/scripting2 for example when there are four different languages on screen, it becomes hard to differentiate which is which unless you are at the top of the...

[Excel, JavaScript, VBA](https://7fe.github.io/microsoft.html) is partially listed here. VBScript is kinda an after thought. Ignoring HTML/JS, VBA is the next closest thing for getting client code running.

The current instructions say that one can check the version number of Mathematica from the GUI. That's true, but one can also use `$VersionNumber`, which is more general because it...