Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Absinto (ABT)New to Visual Studio Code? Get it now.
Absinto (ABT)

Absinto (ABT)

Henrique Silva Xavier

|
4 installs
| (0) | Free
A programming language for semantic syntax and intention-oriented programming
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ABT Language (Absinto)

ABT (Absinto) is a custom programming language designed for intention-oriented and semantic programming, allowing developers to write code closer to natural language while still being compiled and executed.


🚀 Features

  • Intention-based syntax (semantic operators like natural language comparisons)
  • Traditional programming syntax support (<=, >=, ==, etc.)
  • Keywords: let, set, say, while
  • Indentation-based block structure
  • Interpreter implemented in Python
  • VS Code syntax highlighting support

✨ Example Code

let count = 1

while count <= 5:
    say count
    set count = count + 1
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft