What’s new in 2.5:
A redesigned compiler pipeline
Built‑in support for AI‑centric workflows
Flow‑based execution model with automatic rollback
Auto‑documentation and auto‑testing decorators
A growing standard library for API and data tasks
Improved REPL and developer tooling
Cross‑platform installers (Windows, Linux, macOS)
VelinScript focuses on developer experience: fast iteration, clear syntax, and strong tooling for real‑world backend and AI workloads.
If you're interested in new languages, API design, or AI‑driven development, feedback is very welcome.
GitHub: https://github.com/SkyliteDesign/velinscript Docs: https://velinscript.birdapi.de/docs
SkyliteDesign•1h ago
Core ideas:
simple, modern syntax
Rust‑inspired performance model
built‑in tools for AI workflows (embeddings, similarity, pipelines)
flow‑based execution with automatic rollback
auto‑docs and auto‑tests via decorators
cross‑platform installers (Win/Linux/macOS)
Example:
velin @Flow fn checkout(user, cart) { validate(user) reserve(cart) charge(user, cart) } If you’re into new languages, API design, or AI‑driven backends, I’d love feedback.
GitHub: https://github.com/SkyliteDesign/velinscript Docs: https://velinscript.birdapi.de/docs