Astatine is a programming language created in 2022 by Spydr06.
#2188on PLDB | 2Years Old |
git clone https://github.com/Spydr06/astatine/
Astatine is a is a mid-level, statically typed, procedural programming language with some functional components.
module Main where
import * from IO
-- prints 'Hello, World' to stdout
main :: (args [String]) -> Int32
= do
IO::puts("Hello, World")
0
end