Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 744 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 744 Bytes

The Yana Programming Language

Yana is a simple yet fast programming language, supporting both functional and procedural styles. This repository contains the Yana compiler, standard library and documentation.

Getting started

Read the tutorial or the language reference (coming soon).

Native target

Yana can be compiled to an efficient native executable. The compiler currently uses LLVM for code generation, allowing it to support many different platforms and advanced optimisations.

Javascript target

Yana can also be compiled to Javascript, and was designed have an efficient mapping to the language. This means that the generated script is both fast and doesn't require downloading a huge runtime.