Skip to content

Instantly share code, notes, and snippets.

View alob-mtc's full-sized avatar
🏠
Working from home

Akinlua Bolamigbe alob-mtc

🏠
Working from home
View GitHub Profile
@alob-mtc
alob-mtc / Readme.md
Last active August 12, 2026 17:57
ProScript Language Spec

The ProScript Programming Language

Language Specification 0.1

ProScript is a statically typed, garbage-collected programming language for highly concurrent application software. It is designed primarily for web services and secondarily for command-line applications.

ProScript combines:

@miroswan
miroswan / function-options.go
Created May 11, 2021 18:19
Functional Variadic Arguments as Options
package main
import (
"fmt"
"strings"
)
// consoleOptions is a private structure that contains
// the possible options for a Console. It's private so
// that consumers do not rely on its members. This allows
@bradtraversy
bradtraversy / flutter_setup.md
Last active April 27, 2026 15:22
Flutter dev setup & notes