Skip to content

Instantly share code, notes, and snippets.

View miriam-samuels's full-sized avatar
🏠
Working from home

Miriam miriam-samuels

🏠
Working from home
View GitHub Profile
@alob-mtc
alob-mtc / Readme.md
Last active November 7, 2023 09:01
ProScript Language Spec

ProScript

Language Draft

Version: 0.1

Overview: ProScript is an interpreted programming language focused on asynchronous programming. It provides simple and powerful constructs for writing asynchronous code, such as async/await, futures, and promises. ProScript also has a garbage collector to automatically manage memory.

Data types: