VelinScript (Velisch) 2.5 ist eine kompakte Programmiersprache, die speziell für moderne API‑ und KI‑Workflows entwickelt wurde. Ziel: einfache Syntax, schnelle Iteration, starke Toolchain.
Neu in 2.5
Flow‑System für mehrstufige Abläufe
Auto‑Docs & Auto‑Tests per Decorator
Verbesserte REPL
AI‑Utilities (Embeddings, Similarity, Pipelines)
Installer für Windows, Linux, macOS
Mini‑Beispiel
velin
@Flow
fn checkout(user, cart) {
validate(user)
reserve(cart)
charge(user, cart)
}
Links
GitHub:https://github.com/SkyliteDesign/velinscript
Docs: https://velinscript.birdapi.de/
Feedback ist willkommen.
Top comments (0)