Skip to content
View JairusSW's full-sized avatar
🎲
🎲

Organizations

@lume @aspkg
Block or Report

Block or report JairusSW

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
JairusSW/README.md

██╗  ██╗███████╗██╗     ██╗      ██████╗    
██║  ██║██╔════╝██║     ██║     ██╔═══██╗   
███████║█████╗  ██║     ██║     ██║   ██║   
██╔══██║██╔══╝  ██║     ██║     ██║   ██║   
██║  ██║███████╗███████╗███████╗╚██████╔╝▄█╗
╚═╝  ╚═╝╚══════╝╚══════╝╚══════╝ ╚═════╝ ╚═╝

▀█▀ ▀ █▄█ ▀▀█ █▀█ ▀█▀ █▀▄ █ █ █▀▀ |█ █ █ █ █▀█ █ █▀▄ █ █ ▀▀█ ▀▀▀ ▀ ▀ ▀▀ ▀ ▀ ▀▀▀ ▀ ▀ ▀▀▀ ▀▀▀

NPM GitHub Spotify Instagram Instagram

# Written in my own language, Zep

enum Roles = {
 Principle = 1,
 Teacher = 2,
 Valedictorian = 3,
 Student = 4,
 Dropout = 5
}
 
struct prototype_one = {
 name: "Jairus",
 age: 17,
 education: {
  level: "High School",
  gpa: 3.8
  role: Roles.Valedictorian,
  languages: [
   "Latin",
   "Greek",
   "Spanish",
   "English"
  ]
 },
 traits: {
  personality: {
   type: ["friendly", "easygoing", "thoughtful", "quiet"]
  },
  activities: [
   "mountain biking",
   "hiking",
   "conversing",
   "breathing"
  ]
 }
}

JairusSW

Pinned

  1. as-json as-json Public

    JSON serialization/deserialization for AssemblyScript

    TypeScript 64 12

  2. bytecodealliance/wasmtime bytecodealliance/wasmtime Public

    A fast and secure runtime for WebAssembly

    Rust 14.5k 1.2k

  3. AssemblyScript/assemblyscript AssemblyScript/assemblyscript Public

    A TypeScript-like language for WebAssembly.

    WebAssembly 16.4k 649

  4. Chess.com Chess.com Public

    Chess.com Desktop App ♟

    JavaScript 30 6

  5. suborbital/reactr suborbital/reactr Public

    Function scheduler for Go & WebAssembly

    Go 290 29

  6. Zep Zep Public

    Homebrew compiler built from the ground up

    TypeScript 2