|
|
|
|
|
by culi
1270 days ago
|
|
For quick scripts, I've recently taken to Deno It has typescript built in so I can very quickly make a script.ts file anywhere and run it in the CLI with `deno run script.ts`. Works flawlessly and I get access to TS's amazing type system without any build step or setup or even any additional files for any data-intensive scripts I still sorely miss pandas though |
|