Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
/ playgrounds Public archive

Simple modules that do simple things, written in Alta

Notifications You must be signed in to change notification settings

alta-lang/playgrounds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Alta Playgrounds

Simple modules that do simple things, written in Alta

Basically, these have been created to prove Alta's usefulness and useability for real code in real situations, such as compression, encryption, networking, and more.

Building

For every module, unless it says differently in the README, all you need to do to get up an running is run altac in the module's folder, like this:

# -c tells altac to compile after transpiling
altac -c .

Releases

No releases published

Packages

No packages published