Hacker News new | ask | show | jobs
by meindnoch 899 days ago
>Unfortunately you can't treeshake a language that supports reflections.

Like JavaScript?

1 comments

Yes, you can't treeshake Javascript. You can treeshake a subset of Javascript.

If you are limiting tooling to subsets, you can also compile subsets of Python or Javascript to machine code.