Show HN: KataScript, new language looking for feedback
github.com3 pointsby snerp4 comments
make
make install
and then the script will be like #!/usr/bin/env KataScript
print("hello ", "world");
Any KataScript script with an extension other than ".ks" is now assumed to be a bash script and the first line will be treated as a shebang.