Coder Social home page Coder Social logo

verse's Introduction

license: MIT version: pre-release

Verse

Compiler and interpreter of the verse programming language.

Language

Verse is a strictly typed, general purpuse, not garbage collected and data oriented programming language. It shares some key features with modern programming languages like Go and Rust while keeping it's core as simple as possible. The Verse documentation explains in great detail every aspect of the language and is supposed to be easy to read even if Verse is the first programming language you learn.

Installation via NPM

If you want to install Verse with npm, you can just run the following command in your shell. This will work cross-platform on every machine as long as npm is installed.

>> npm install verse

Installation via APT

If you want to install Verse with apt, you can just run the following command in your shell. As a reminder, keep in mind that apt is the default package-manager of Debian-based linux distributions like (but not only) Ubuntu, Mint.

>> apt-get install verse

Installation via PACMAN

If you want to install Verse with pacman, you can just run the following command in your shell. As a reminder, keep in mind that pacman is the default package-manager of Arch linux.

>> pacman -S verse

Build from source

If you want to build everything from source it's required for you to also install git, g++ and make (or cmake). The installation if you're building from source should be correctly performed with the following commands:

>> git clone https://github.com/fDero/Verse
>> cd Verse
>> make build

If everything worked out as expected you should see the verse executable now in the folder you're in, to complete the installation move the file in a folder recognized as part of the path of your system, in linux for example such a folder could be /usr/bin

verse's People

Contributors

fdero 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.