Skip to content
View QcO-dev's full-sized avatar
  • United Kingdom

Organizations

@zephyr-lang
Block or Report

Block or report QcO-dev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
QcO-dev/README.md

πŸ‘‹ I'm QcO

I program stuff every so often. Making programming languages is one of my main interests.

I'm just a hobbyist.

Developer of the Zephyr Language.

public final class QcO extends Person implements Developer {
  @Override
  public String[] getFreeTimeActivities() {
    return new String[] {
      "Programming", "Linguistics"
    };
  }
  
  @Override
  public Language[] getLanguages() {
    return new Language[] {
      Language.JAVA,
      Language.C,
      Language.JAVASCRIPT,
      Language.TYPESCRIPT,
      Language.PYTHON
    };
  }
  
  @Override
  public String getGoal() {
    return "Make Software that I like";
  }
}

πŸ“ˆ Stats πŸ“Š

My GitHub Stats

Pinned

  1. zephyr-lang/zephyr zephyr-lang/zephyr Public

    A Statically, Strongly Typed Native Programming Language

    Shell 2

  2. dragon dragon Public

    The Dragon Programming Language, implemented in C.

    C 4

  3. feline feline Public

    An interpreted language with a bytecode VM

    C 1