Added snowball lang (#5245)

# Language name
Snowball 🐱 

Language version
Snowball v0.0.7-beta

## Language homepage
Soon™️ 

Not the websites but some (WIP) documentation:
https://snowball-lang.gitbook.io/docs/

Compiler homepage

https://github.com/snowball-lang/snowball

Compiler version
v0.0.7-beta

Motivation

With a myriad of features to offer, Snowball boasts object-oriented
programming, memory safety, built-in functions for enhanced
productivity, and faster execution than other languages. Plus, its
garbage collector and unit testing make it a comprehensive tool for
developers.

> It's still in development but it's development is fast
This commit is contained in:
Mauro Baladés
2023-07-11 03:38:55 +02:00
committed by GitHub
parent 20a79c1dff
commit a33dd9de16
13 changed files with 243 additions and 1 deletions

View File

@@ -131,3 +131,4 @@ From oldest to newest contributor, we would like to thank:
- [Johel Ernesto Guerrero Peña](https://github.com/JohelEGP)
- [Ali](https://github.com/aliaegik)
- [Vlad Serebrennikov](https://github.com/endilll)
- [Mauro Baladés](https://github.com/mauro-balades)