What problem does it solve?
Writing AILANG code can be challenging due to its pure functional nature, Hindley-Milner type inference, and specific syntax rules. This Skill provides comprehensive assistance for AILANG development, reducing errors and speeding up coding.
Core Features & Use Cases
- Syntax Guidance: Access quick references, common patterns, and best practices for AILANG syntax, ensuring correct code generation.
- Code Validation: Type-check AILANG code using
ailang check to catch syntax and type errors early, saving debugging time.
- Interactive Development: Utilize the AILANG REPL for quick experimentation and debugging, providing immediate feedback on code snippets.
- Use Case: When you need to write a new AILANG program or debug an existing one, this Skill provides the necessary syntax references, common patterns, and CLI commands to ensure correct and efficient development.
Quick Start
Run AILANG code with effects
ailang run --caps IO --entry main solution.ail
Interactive development
ailang repl
Type-check only
ailang check solution.ail