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 = {
 Principal = 1,
 Teacher = 2,
 Valedictorian = 3,
 Student = 4,
 Honors = 5,
 Dropout = 6
}
 
struct prototype_one = {
 name: "Jairus",
 age: 17,
 education: {
  level: "High School",
  gpa: 3.8
  role: Roles.Honors,
  languages: [
   "Latin",
   "Greek",
   "Spanish",
   "English"
  ]
 },
 traits: {
  personality: {
   type: ["friendly", "easygoing", "thoughtful", "quiet"]
  },
  activities: [
   "mountain biking",
   "hiking",
   "conversing",
   "breathing"
  ]
 }
}

JairusSW

Pinned Loading

  1. as-json as-json Public

    The only JSON library you'll need for AssemblyScript

    TypeScript 67 12

  2. bytecodealliance/wasmtime bytecodealliance/wasmtime Public

    A fast and secure runtime for WebAssembly

    Rust 14.8k 1.2k

  3. AssemblyScript/assemblyscript AssemblyScript/assemblyscript Public

    A TypeScript-like language for WebAssembly.

    WebAssembly 16.6k 647

  4. Chess.com Chess.com Public

    Chess.com Desktop App ♟

    JavaScript 31 6

  5. Zep Zep Public

    Homebrew compiler built from the ground up

    TypeScript 3

  6. as-test as-test Public

    Testing framework for AssemblyScript. Compatible with WASI or Bindings

    TypeScript 3