Grace Introduces Type-Safe Eval And Imports

Grace's language post describes a type-safe eval feature (import read) that uses bidirectional staged type-checking to prevent evaluating code with type errors. The mechanism enables type-safe dynamic imports from GitHub, HTTP, or LLM-generated code (import github/http/prompt) and supports a privacy-protecting prompt workflow where sensitive data never leaves the interpreter. The feature preserves type safety while allowing runtime code composition, though eval still risks untrusted input.
Scoring Rationale
High technical novelty and credible implementation, limited by niche language scope and modest immediate applicability.
Practice interview problems based on real data
1,500+ SQL & Python problems across 15 industry datasets — the exact type of data you work with.
Try 250 free problems

