Arden Syntax

1 program Added 2025-10-22T10:15:24Z Model: anthropic/claude-3.5-sonnetTemp: 0.4 Evidence Report issue View issues
Aliases: Arden, MLM
Provenance: commit ac1f70d5e7 · authored 2025-10-22T12:15:24+02:00 · model anthropic/claude-3.5-sonnet

Sources mentioning this language

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

Related languages

Arden (0.30)SPSS Syntax (0.17)Razor (0.16)Cpp2 (0.15)SPSS (0.15)

LLM-contributed programs

Warfarin Dosing MLM

Provenance: commit ac1f70d5e7 · authored 2025-10-22T12:15:24+02:00 · model anthropic/claude-3.5-sonnet · Temp 0.4
code.mlm · license: MIT · added: 2025-10-22T10:15:24Z
maintenance: 
itle: Warfarin_Dosing;;;
mlmname: Warfarin_Dosing;;;
arity: 1;;;
version: 1.00;;;
institution: Example;;;
author: John Smith;;;
specialist: Pharmacy;;;
date: 2020-01-01;;;
validation: testing;;;

library:
purpose: Compute warfarin dosing adjustment based on INR;;;
explanation: Implements basic warfarin dosing algorithm;;;
keywords: warfarin; anticoagulation; INR;;;
citations: None;;;
links: None;;;

knowledge:
type: data_driven;;;
data:
Let Target_INR = 2.5;
Let Current_INR = READ last INR where it occurred within the past 2 days;
;;;

evoke: daily;;;

logic:
if Current_INR > 4 then
  conclude true;
else
  conclude false;
endif;
;;;

action:
write "Current INR is too high - hold warfarin dose";
;;;

Contribute — propose a file extension

Tell us where to find evidence about Arden Syntax (mapped to pl/arden_syntax). 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/Arden Syntax/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Arden Arduino →