Backtick - A Concise Programming Language
Source: Dev.to
Installation
Backtick is a concise programming language written in Python.
To install it, run the following command in your terminal:
pip install backtick
Syntax
Backtick uses a simple, slash‑separated syntax:
command/arg/arg/arg
Data Types
Backtick defines three primitive data types:
> # strings
Hello, >World!
This sets the variable v to the concatenation of "Hello, " and "World!".
Resources
- Full command reference and detailed guide: Guide
- Project homepage: Backtick on Codeberg