GithubHelp home page GithubHelp logo

perigord-kleisli / snowball Goto Github PK

View Code? Open in Web Editor NEW

This project forked from snowball-lang/snowball

0.0 0.0 0.0 3.53 MB

[WIP] ๐Ÿฑ Snowball is a low-weight, statically typed, object oriented programming language.

Home Page: https://snowball-lang.gitbook.io/docs/

License: Other

Shell 0.98% Ruby 0.41% C++ 53.28% Python 0.03% C 27.37% Lua 0.01% Go 0.01% Swift 15.95% NSIS 0.23% CMake 1.15% Dockerfile 0.28% Nix 0.29%

snowball's Introduction

Snowball ๐Ÿˆ

Snowball is a low-weight, statically typed, object oriented programming language with garbage collector and module system.
Explore the docs ยป

Website ยท Report Bug ยท Request Feature


About The Project

Warning

This project is still in development and is not ready for production use. If you want to help us, you can join our discord server and help us with the development of the language. Snowball's syntax and features are subject to change at any time. Be aware of that! :c

๐Ÿ‘‹ Greetings! Allow me to introduce you to Snowball, a statically-typed, low-weight, object-oriented programming language complete with a garbage collector and module system.

๐Ÿš€ 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.

๐Ÿ” So why not dive in and explore Snowball's capabilities? For more information, check out the installation guide. Happy coding!

Getting Started with Snowball

Installation

Before we get started, you'll need to have snowball installed into your compuiter. Linux and macOS users, you are in luck! You can use this simple command to download snowball and get started.

curl -fsSL https://raw.githubusercontent.com/snowball-lang/snowball/dev/scripts/install.sh | sudo -E bash -s -- -y

Installation from source (unix)

git clone https://github.com/snowball-lang/snowball
cd snowball

# INSTALL REQUIRED DEPENDENCIES
sh ./build_scripts/install_deps.sh

sh ./build_scripts/release.sh
sudo make install -j100

note: We use -j100 to create 100 threads to make the compilation faster. This will make your computer slower, it can be removed.

Writing Your First Snowball Program

First, you will need a new snowball project. For that, create a new directory and execute the following command:

snowball new --name myProject

Executing snowball code

In order to execute snowball code, you can run the following command to build and run the program:

snowball run

How does snowball feel?

Here is an example of a class in snowball.

import std::io;

public func main() i32 {
    io::println("Hello, world! ๐Ÿฑ");
}

Roadmap

See the open issues for a full list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Links

Follow this links and tell us your thoughts, ask questions and be part of the Snowball community!

snowball's People

Contributors

mauro-balades avatar perigord-kleisli avatar emm312 avatar xqzk avatar amukh1 avatar y9rabbito avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.