Sidef is a scripting language and does not compile to a binary.
#!/usr/bin/sidef say ARGV.join(" ")
$ ./echo.sf Hello, World! Hello, World!
Last updated 1 year ago