具有自訂範本語言和運行時的 TUI 庫。
注意Anathema 目前應被視為 alpha。
入門
hstack [width : 40, height: 10]
// Left pane
expand [factor : 1]
border
vstack
for item in [1, 2, 3]
text "Item " item
// Right pane
expand [factor : 4]
border
expand
text "This isn't where I parked my car!"
輸出
┌──────┐┌──────────────────────────────┐
│Item 1││This isn't where I parked my │
│Item 2││car! │
│Item 3││ │
└──────┘│ │
│ │
│ │
│ │
│ │
└──────────────────────────────┘