Hacker News new | ask | show | jobs
by shortrounddev2 1001 days ago
Made it way easier to generate the hundreds of lines of boilerplate crap you have to write with typescript backends
1 comments

I found code LLMs to be very useful for rewriting nested for-loops in Python as nice vectorized operations in NumPy. One has to be careful about unexpected array materialization, but generally it works really well and saves a lot of time.