All Projects → anoniscoding → Yorlang

anoniscoding / Yorlang

Licence: mit
A programming language with yoruba language construct

Programming Languages

javascript
184084 projects - #8 most used programming language
language
365 projects

Projects that are alternatives of or similar to Yorlang

Awesome Falsehood
😱 Falsehoods Programmers Believe in
Stars: ✭ 16,614 (+4306.9%)
Mutual labels:  programming
Awesome Russian It
📖 🎧 📺 📆 Список полезных русскоязычных ресурсов, связанных с ИТ
Stars: ✭ 323 (-14.32%)
Mutual labels:  programming
Awesome Devbook
📕 국내 개발 도서 리스트
Stars: ✭ 351 (-6.9%)
Mutual labels:  programming
Programmingdesignsystems.com
The book!
Stars: ✭ 288 (-23.61%)
Mutual labels:  programming
Flutterdarttips
Useful Flutter and Dart Tips.
Stars: ✭ 321 (-14.85%)
Mutual labels:  programming
Pvsneslib
PVSnesLib : A small, open and free development kit for the Nintendo SNES
Stars: ✭ 330 (-12.47%)
Mutual labels:  programming
Blog
gamedev blog
Stars: ✭ 3,076 (+715.92%)
Mutual labels:  programming
Programming Music
A collective list of music to listen to while programming
Stars: ✭ 365 (-3.18%)
Mutual labels:  programming
Haxor News
Browse Hacker News like a haxor: A Hacker News command line interface (CLI).
Stars: ✭ 3,342 (+786.47%)
Mutual labels:  programming
Sobre
Informações gerais sobre o Centro de Treinamento
Stars: ✭ 345 (-8.49%)
Mutual labels:  programming
Handong1587.github.io
handong1587.github.io
Stars: ✭ 3,110 (+724.93%)
Mutual labels:  programming
Coderchef Kitchen
The official repository for our programming kitchen which consists of 50+ delicious programming recipes having all the interesting ingredients ranging from dynamic programming, graph theory, linked lists and much more. All the articles contain beautiful images and some gif/video at times to help clear important concepts.
Stars: ✭ 306 (-18.83%)
Mutual labels:  programming
Awesome Prolog
Curated list of Prolog packages and resources
Stars: ✭ 342 (-9.28%)
Mutual labels:  programming
Java Tutorial For Beginners
Java Tutorial For Beginners with 500 Code Examples
Stars: ✭ 287 (-23.87%)
Mutual labels:  programming
Devops Roadmap
DevOps methodology & roadmap for a devops developer in 2019. Interesting books to learn new technologies.
Stars: ✭ 349 (-7.43%)
Mutual labels:  programming
Telegram List
List of telegram groups, channels & bots // Список интересных групп, каналов и ботов телеграма // Список чатов для программистов
Stars: ✭ 3,362 (+791.78%)
Mutual labels:  programming
30 Seconds Of React
Short React code snippets for all your development needs
Stars: ✭ 3,991 (+958.62%)
Mutual labels:  programming
Programming Books
A collection of Programming books 📖
Stars: ✭ 367 (-2.65%)
Mutual labels:  programming
Aws Doc Sdk Examples
Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.rst file below.
Stars: ✭ 4,575 (+1113.53%)
Mutual labels:  programming
Observable
The easiest way to observe values in Swift.
Stars: ✭ 346 (-8.22%)
Mutual labels:  programming

Yorlang Programming Language

Build Status

Yorlang was created so we can have fun writing code in one of the native languages (i.e Yoruba) in Nigeria .

Feature List

  • Variable Declaration
  • Conditionals & Loops
  • Functions & Arrays

For the full documentation showcasing examples and language use, visit the Website.

This project assumes you have Git installed.

Setup

For developers to get started with this project, you'll need to create a local copy of the project.

Run the following in your terminal:

 git clone https://github.com/anoniscoding/yorlang.git

Then change into the local directory, run the following in your terminal:

cd yorlang

Docker Setup

If you have Docker installed, you can proceed with the following:

To start a docker container for Yorlang, run this command in the terminal:

./start_container.sh

N/B: You might have permission problems on a Unix, please visit the following link to resolve potential file permission issues.

You can then proceed to the Hello World Section or the Unit and Integration Tests Section to run sample code.

Non-Docker Setup

If you don't have Docker installed or you prefer to pollute your PC's environment :), you'll need to install Node.js.

This project uses ES6+ features and requires a Node version that supports ES6+ features.

N/B: Yorlang was built with Nodejs v8.9.4

To confirm that you have Node.js installed, run the following in your terminal:

node -v

You should get something like v8.9.4

Install Node.js Modules

To install all dependencies, run the following in your terminal:

npm install

Link Yorl Command to Terminal

In order to run a file using the yorl command, run the following:

npm run link

Hello World

You can run sample code by running the following in your terminal:

yorl sample/test.yl

You should get something like: báwo ni ayé

Developer Guide

For Developers, these docs will help you understand Yorlang's internal architecture, should you wish to make adjustments.

Unit and Integration Tests

To run tests in the project, run the following in your terminal:

npm test

Author

License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].