All Projects → ferhatgec → gretea

ferhatgec / gretea

Licence: MIT License
Fegeya Gretea (aka green tea), new generation programming language.

Programming Languages

rust
11053 projects
Tea
2 projects

Projects that are alternatives of or similar to gretea

find-work
Curated list of websites and resources to find work programming
Stars: ✭ 91 (+550%)
Mutual labels:  programming
YLib
📖 Kişisel Kütüphanem
Stars: ✭ 19 (+35.71%)
Mutual labels:  programming
programa101
💻 🎓 Curso de programação para iniciantes
Stars: ✭ 21 (+50%)
Mutual labels:  programming
nylo
Nylo's programming language interpreter.
Stars: ✭ 21 (+50%)
Mutual labels:  programming
blog
My Blog About Computers
Stars: ✭ 106 (+657.14%)
Mutual labels:  programming
Ted2Go
Ted2Go IDE is a leading IDE for Monkey2 programming language. Written on Monkey2! Based on original Ted2.
Stars: ✭ 16 (+14.29%)
Mutual labels:  programming
spring-boot-jwt-social-auth
Implementing JWT authentication and integrate Facebook login with it using Spring Boot
Stars: ✭ 32 (+128.57%)
Mutual labels:  programming
vania
A module which fairly distributes a list of arbitrary objects among a set of targets, considering weights.
Stars: ✭ 75 (+435.71%)
Mutual labels:  programming
JavaUltimateTools
A Large Repository Of Awesome Code For Java.
Stars: ✭ 24 (+71.43%)
Mutual labels:  programming
karan36k.github.io
These are all the articles and pages I have in my data science website. I try to transcribe all I learn and post regularly. Please visit and feel free to email me for suggestions.
Stars: ✭ 22 (+57.14%)
Mutual labels:  programming
ciencia datos
El curso en español, de acceso abierto y gratuito más grande del mundo sobre Ciencia de Datos en salud.
Stars: ✭ 66 (+371.43%)
Mutual labels:  programming
HALO-SCRIPT-PROJECTS
✅ Halo PC|CE - Add-ons for Phasor V2+ and SAPP 🇳🇿
Stars: ✭ 25 (+78.57%)
Mutual labels:  programming
SubmiBot
Plugin do Eclipse para automatização do processo de submissão de tarefas na disciplina de LP2 - Computação@UFCG
Stars: ✭ 16 (+14.29%)
Mutual labels:  programming
InterQues
Let's find the list of questions and collaborate
Stars: ✭ 74 (+428.57%)
Mutual labels:  programming
programmingforpsych
A textbook for programming techniques for experiment creation and data-analysis
Stars: ✭ 18 (+28.57%)
Mutual labels:  programming
yt-channels-DS-AI-ML-CS
A comprehensive list of 180+ YouTube Channels for Data Science, Data Engineering, Machine Learning, Deep learning, Computer Science, programming, software engineering, etc.
Stars: ✭ 1,038 (+7314.29%)
Mutual labels:  programming
technical-articles
Just a place where I can store demo projects for my technical articles.
Stars: ✭ 28 (+100%)
Mutual labels:  programming
python-programming-for-data-science
Content from the University of British Columbia's Master of Data Science course DSCI 511.
Stars: ✭ 29 (+107.14%)
Mutual labels:  programming
java-core
learning tests -- os, network, mysql, programming, design pattern, java tech, kafka etc
Stars: ✭ 14 (+0%)
Mutual labels:  programming
ismek-cybersecurity1-lessons
Learn Cyber Security-1 in 30 Days!
Stars: ✭ 26 (+85.71%)
Mutual labels:  programming

Fegeya Gretea

Gretea (aka green tea), new generation programming language.

A taste of Gretea's syntax:

import tea.green.fmt

module hello {
    fn hello#display_it<What>(what: What) {
        fmt#println(what)
    }
}

fn main() = int {
  hello#display_it("Hi Gretea!")

  . 0
}

Features:

  • Variables are immutable by default.
  • Runtime scripting support
  • Aliases
  • Compile-time statements.
  • Variadics.
  • C++ codegen backend support.
  • A bit better STL called tea.green (STL) and tea.black (FFI)
  • compile keyword for [[ x ]] flags (like default)

Gretea licensed under the terms of MIT 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].