GithubHelp home page GithubHelp logo

alienhoboken / emojicode Goto Github PK

View Code? Open in Web Editor NEW

This project forked from emojicode/emojicode

0.0 1.0 0.0 1.84 MB

The holy source for the Compiler and Real-Time Engine

Home Page: emojicode.org

C 91.43% C++ 8.51% Makefile 0.04% Shell 0.02%

emojicode's Introduction

Emojicode Build Status Join the chat at https://gitter.im/emojicode/emojicode

http://www.emojicode.org

Emojicode is an open source, high-level, multi-paradigm, object-oriented programming language consisting of emojis.

The Language

To learn more about the language Emojicode visit http://www.emojicode.org/docs.

Installing

You can easily install Emojicode from our stable prebuilt binaries: http://www.emojicode.org/docs/guides/install.html.

Building from source

If you need to build Emojicode from source you can of course also do this. We, however, recommend you to install Emojicode from the prebuilt binaries if possible.

Prerequisites:

  • clang and clang++ 3.4 or newer, or
  • gcc and g++ 4.8 or newer
  • GNU Make
  • SDL2 (libsdl2-dev) to compile the SDL package
    • sudo apt-get install libsdl2-dev on Debian/Ubuntu
    • brew install SDL2 on OS X

Steps:

  1. Clone Emojicode (or download the source code and extract it) and navigate into it:

    git clone https://github.com/emojicode/emojicode
    cd emojicode
    

    Beware of, that the master branch contains development code which probably contains bugs. If you want to build the latest stable release make sure to check it out first: git checkout v0.2.0-beta.3

  2. Then simply run

make

to compile the Engine, the compiler and all default packages.

You may need to use a smaller heap size on older Raspberry Pis. You can specify the heap size in bytes when compiling the engine:

make HEAP_SIZE=128000000

The default heap size is 512MB.

  1. You can now either install Emojicode and run the tests:

    [sudo] make install && make tests
    

    or package the binaries for distribution:

    make dist
    

After the command is done you will find a directory and a tarfile in builds named after your platform, e.g. Emojicode-0.2.0-beta.3-x86_64-linux-gnu.

Staying up to date

You can follow @idmean (the creator of Emojicode) on Twitter to stay up to date.

Contributions

Contributions are welcome! A contribution guideline will be setup soon.

If you wan't to help and have no idea how, check out the issues or ask in the Gitter Chat.

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.