All Projects → CookeyLang → CookeyLang

CookeyLang / CookeyLang

Licence: other
The official CookeyLang

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to CookeyLang

creativecommons.github.io-source
Source files for CC Open Source website
Stars: ✭ 51 (+218.75%)
Mutual labels:  hacktoberfest2020
SparkAR-Creators
The right place for SparkAR creators from around the globe. Exchange resources on SparkAR, assets, patches and scripts to make your favourite filters for Instagram and Facebook. Create your spark here!
Stars: ✭ 24 (+50%)
Mutual labels:  hacktoberfest2020
focussed-twitter
Let's focus on the tweets! 🐦
Stars: ✭ 15 (-6.25%)
Mutual labels:  hacktoberfest2020
live deck
A Real-Time Presentation Application Powered by Phoenix LiveView
Stars: ✭ 71 (+343.75%)
Mutual labels:  hacktoberfest2020
asscan
Automated Subnet Scanner
Stars: ✭ 25 (+56.25%)
Mutual labels:  hacktoberfest2020
Radar.Adr
The Action-Domain-Responder core for Radar.
Stars: ✭ 53 (+231.25%)
Mutual labels:  hacktoberfest2020
data-structures-algorithms-interviews
👨‍💻 Repo contains my solutions to coding interview problems on various platforms. Will later convert into a React based web app for personal revision.
Stars: ✭ 16 (+0%)
Mutual labels:  hacktoberfest2020
good-first-issues
Find good first issues right from your CLI! 🚀
Stars: ✭ 64 (+300%)
Mutual labels:  hacktoberfest2020
HacktoberFest2020
🤗Feel free to submit a PR💻 to have it merged and get a free Hacktoberfest tee👕 from Github🔮. Updated as per new guidelines✔️
Stars: ✭ 22 (+37.5%)
Mutual labels:  hacktoberfest2020
Map-of-India
A Node.js script to generate the Map of India in terminal
Stars: ✭ 83 (+418.75%)
Mutual labels:  hacktoberfest2020
synchly
Automate database backups with customizable recurring schedules.
Stars: ✭ 27 (+68.75%)
Mutual labels:  hacktoberfest2020
IOSD-UIETKUK-HacktoberFest-Meetup-2019
This repository for IOSD HacktoberFest 2020
Stars: ✭ 17 (+6.25%)
Mutual labels:  hacktoberfest2020
neu ui
Prototype and build projects faster using Neu UI - an open source React component library designed to neumorphic style. Built using React, Styled Components, Jest and Storybook.
Stars: ✭ 23 (+43.75%)
Mutual labels:  hacktoberfest2020
LocationTracker-WorkManager
Get Location Updates on 15 minutes interval via WorkManager.
Stars: ✭ 70 (+337.5%)
Mutual labels:  hacktoberfest2020
CP-DSA-Cpp-C
🕺 Give me data and I will structure it! 🔥
Stars: ✭ 27 (+68.75%)
Mutual labels:  hacktoberfest2020
generate-express
Express generator CLI with es6+ support and your choice of database config
Stars: ✭ 17 (+6.25%)
Mutual labels:  hacktoberfest2020
Igloo
Official GitHub repo for Igloo - The private social media
Stars: ✭ 17 (+6.25%)
Mutual labels:  hacktoberfest2020
ml-resources-react
A simple react app displaying resources to learn Machine learning.
Stars: ✭ 15 (-6.25%)
Mutual labels:  hacktoberfest2020
app-idea-generator
💡 Generate app ideas to take inspiration from, or to have a laugh
Stars: ✭ 13 (-18.75%)
Mutual labels:  hacktoberfest2020
inertia-django
django connector for inertia
Stars: ✭ 90 (+462.5%)
Mutual labels:  hacktoberfest2020

npm version github issues Run on Repl.it

CookeyLang

Welcome to cookeylang! It is a dynamic, interpreted, and class-based language. It is in active development on repl.it by our team.

  • Coder100
  • JDOG787
  • CodingCactus
  • Codemonkey51
  • RaidTheWeb
  • TheSummit3145

Usage

CLI

npx cookeylang [file]
npx -p cookeylang welcome

Node

const { interpretFile, interpretText } = require("./index");
interpretFile("[file]");
interpretText(`printLine("Hello, world!");`);

Learn

Currently, use the official website to learn cookeylang.

Tests

For testing (benchmarks), use

npm run test

Contributing

First, fork this repository.

git clone https://github.com/[user]/[name].git

To test out your fork (usually benchmarks):

npm test

To run your fork:

npm start

Commit:

git commit -m "[what you did]"
git push -u origin master

When you are ready, submit a pull request.

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