Hamster
Resident Rodent
- Joined
- Aug 22, 2006
- Messages
- 45,954
- Reaction score
- 18,437
Google csscript, csc, dnx...The thread said scripting language, none of these languages they talk about are scripting languages
While they technically aren't scripting languages you can still run them as if they were. Go for example can be run as:
Code:
go run scripfile.go
...very similar to...
Code:
python scriptfile.py
node scriptfile.js