Coder Social home page Coder Social logo

honeylife / emojicode Goto Github PK

View Code? Open in Web Editor NEW

This project forked from emojicode/emojicode

0.0 1.0 0.0 3.14 MB

๐Ÿ˜€๐Ÿ˜œ๐Ÿ”‚ Worldโ€™s Emoji-richest Programming Language

Home Page: emojicode.org

License: Artistic License 2.0

CMake 0.27% C 8.52% C++ 89.90% Python 0.95% Shell 0.36%

emojicode's Introduction

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

Emojicode is an open source, high-level, multi-paradigm programming language consisting of emojis. It features Object-Orientation, Optionals, Generics and Closures.

๐Ÿ Getting Started

To learn more about the language and get started quickly visit Emojicodeโ€™s documentation.

You can easily install Emojicode from our stable prebuilt binaries. See Installing Emojicode for instructions.

๐Ÿ—ž Staying up to date

Follow Emojicodeโ€™s Twitter account @Real_Emojicode.

๐Ÿ”จ Building from source

If you donโ€™t want to use the prebuilt binaries, you can of course also build Emojicode from source.

These build instructions only apply to the latest code in the master branch. To build previous versions, please consult the according README.md by cloning the repository and checking out a version: git checkout v0.3

Prerequisites (earlier versions might work but are not tested):

  • clang and clang++ 3.9 or newer, or
  • gcc and g++ 5.4 or newer
  • CMake 3.5.1 and (preferably) Ninja
  • Python 3.5.2 or above to pack for distribution and run tests
  • Allegro 5 to compile the allegro package
    • sudo apt-get install liballegro5-dev on Debian/Ubuntu
    • brew install allegro 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
    
  2. Create a build directory and run CMake in it:

mkdir build
cd build
cmake .. -GNinja

You can specify the heap size in bytes, which defaults to 512MB, with -DheapSize and the default package search path with -DdefaultPackagesDirectory like so:

cmake -DheapSize=128000000 -DdefaultPackagesDirectory=/opt/strange/place .. -GNinja

You can of course also run CMake in another directory or use another build system than Ninja. Refer to the CMake documentation for more information.

  1. Build the Compiler and Real-Time Engine:

    ninja
    
  2. You can now test Emojicode:

    ninja tests
    

    and take the distribution package created inside the build directory.

๐Ÿ“ Contributions

Want to improve something? Great! First of all, please be nice and helpful. You can help in lots of ways, like reporting bugs, fixing bugs, improving the documentation, suggesting new features, or implementing new features.

Whatever you want to do, please look for an existing issue or create a new one to discuss your plans briefly.

๐Ÿ“ƒ License

Emojicode is licensed under the Artistic License 2.0. If you donโ€™t want to read the whole license, hereโ€™s a summary without legal force:

  • You are allowed to download, use, copy, publish and distribute Emojicode.
  • You are allowed to create modified versions of Emojicode but you may only distribute them on some conditions.
  • The license contains a grant of patent rights and does not allow you to use any trademark, service mark, tradename, or logo.
  • Emojicode comes with absolutely no warranty.

emojicode's People

Contributors

thatsjustcheesy avatar alienhoboken avatar makenowjust avatar gitter-badger avatar raz0rbl4de avatar

Watchers

James Cloos 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.