Skip to content

Comment on Ask HN: Why is Rust still hard to use as a scripting language?

Comments

You're thinking about rust the wrong way. When you want to write in that exploratory way you should use a language that supports it, like Python, Javascript, or Lisp. These are all memory–safe languages that trade run–time speed for developer productivity. You can implement new features in them extremely quickly, and later if performance becomes an issue you can reimplement in Rust with the benefit of already knowing what you are writing.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.