logoalt Hacker News

theanonymousonetoday at 9:36 AM1 replyview on HN

I already do it, but not in TS. There is a scripting language that is as available in most/all (non-Windows) systems as Bash: Python.

Edit: zero-dependency Python.


Replies

verdvermtoday at 10:15 AM

Works all and well until you need a dependency, then you need to do all the same project setup as normal.

Stopped using python for scripting for this reason

show 2 replies