Search and view 97 working AILANG code examples (v0.6.2+)
Searches and displays working AILANG code examples with filtering and execution options.
/plugin marketplace add sunholo-data/ailang_bootstrap/plugin install sunholo-data-ailang@sunholo-data/ailang_bootstrapSearch 97 working code examples directly from the CLI.
Find examples by keyword (flags BEFORE query!):
ailang examples search "pattern matching"
ailang examples search --limit 5 "recursion"
ailang examples search --json "fold"
ailang examples list # All working examples
ailang examples list --tags adt # Filter by tag
ailang examples list --tags recursion # Filter by tag
ailang examples list --status all # Include broken
ailang examples show adt_option # Show with metadata
ailang examples show adt_option --run # Show and execute
ailang examples show fold --expected # Show expected output only
ailang examples tags
| Match Type | Score | Description |
|---|---|---|
| Tag match | 1.0 | Query matches a tag exactly |
| Description match | 0.95 | Query found in description |
| Content match | 0.80 | Query found in .ail file |
| Partial match | 0.60-0.70 | Some query words found |
ailang examples list --tags recursionailang examples search "match"ailang examples show NAME --run