Skip to content
Lenny edited this page Dec 26, 2022 · 3 revisions

Barcelona Programming Language

Barcelona started as a side-project for me to work on for my free time. After a while, I started to put a little more effort into the project to create a programming language that was a mixture of Python's simplicity, Rust's memory safety and Nim's flexibility. The programming language mostly focuses on statistics and data science. However, it can be used to perform requests with the built-in request system.

Hello world

echo "Hello world";
Clone this wiki locally