Jael

1 program Added 2026-02-12T10:10:17.912598Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Jael3
Provenance: commit 8771c9256f · authored 2026-02-12T11:11:06+01:00 · agent claude-code · model sonnet

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

Jaql (0.23)JOVIAL J3 (0.17)Jakt (0.15)Jank (0.15)Japt (0.15)

LLM-contributed programs

Template Inheritance Example

Provenance: commit 8771c9256f · authored 2026-02-12T11:11:06+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.jael · license: MIT · added: 2026-02-12T10:10:17.912598Z
<extend src="layout.jael">
  <block name="title">
    Hello, World!
  </block>
  
  <block name="content">
    <div class="container">
      <h1>Welcome to Jael</h1>
      <p>This is a simple Jael template example.</p>
      
      <ul>
        <for-each var="item" in=items>
          <li>{{ item }}</li>
        </for-each>
      </ul>
      
      <if condition="showMessage">
        <p class="message">{{ message }}</p>
      </if>
    </div>
  </block>
</extend>

Contribute — propose a file extension

Tell us where to find evidence about Jael (mapped to pl/jael). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/Jael/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← JADE JAGS →