Hacker News new | ask | show | jobs
by lobster_johnson 3465 days ago
Have you looked at Swift? In some ways, it's a bit like Rust without strict lifetimes Swift has GC (ref counting under the hood) and a fairly expressive type system.