Skip to content

Commit

Permalink
Add basic RFC and package.json file.
Browse files Browse the repository at this point in the history
  • Loading branch information
nateemerson committed Aug 12, 2022
1 parent 568b85c commit f9498d7
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
33 changes: 33 additions & 0 deletions RFC.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# GruLang - We Cappin? (official GruLang Language RFC)

**To be Reviewed by:** GruLang Open Source Wilin Activity Gang
**Status:** Alpha-AF
**Start Date:** 20220812
**Authors:** GruGang

**Related Components:** N/A

## Problem

The best language ever doesn't exist. Yet.

### Anti-Goals

This proposal is expressly **not** trying to solve:

- Classes

### Goals

- We are going to steal The Moon
- Typesafety

## Solution

This framework is speed, brah.

### You FR Tho? (FAQ)

### Cope Zone (Errata)

- Zero errors we clean af
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "grulang",
"version": "0.0.1",
"description": "We are going to steal The Moon",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GruGang/GruLang.git"
},
"author": {
"name": "GruGang",
"url": "https://github.com/GruGang"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/GruGang/GruLang/issues"
},
"homepage": "https://github.com/GruGang/GruLang#readme"
}

0 comments on commit f9498d7

Please sign in to comment.