You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ion is a systems programming language transpiled to human-readable C. It enforces memory safety with move-only ownership and stack-local references (no GC), and features a robust channels-only concurrency model using OS threads.