|
|
|
|
|
by debugnik
250 days ago
|
|
> What makes just polyglot? The link they shared and you didn't open, which is precisely an example of multiple recipes with different #!/usr/bin/env shebang lines, such that a single just file can mix different languages. I'm not sure I like how they handle the shebang on different platforms, though. It makes just files non-portable even when using a language other than a shell. |
|
If the program hosted its own interpreters for multiple scripting languages, then it would make sense to call it polyglot.