Skip to content

Lananon/flair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FLAIR

(THE README IS UNFINISHED IGNORE IT FOR NOW)

(disclaimer, this project isnt finished yet, in fact i dont even have a compiler yet, rn theres only the flasm IR interpreter)

A concise, interesting and fun programming language.

incl io

fn main(): int {
    hello: str = "Hello world !!! :3"
    print(hello)
}

What is Flair?

Flair is my personal language that im writing for myself. Its not meant for production code, rather trying to be a cool little experiment.

What are Flairs design principles?

  • concise: keywords arent full words, instead abbreviations like fn for function or incl for include
  • imperative: No objects or classes or whatever. Also no functional purity.
  • statically typed: i dont have to explain this one do i
  • manual memory management: because im too stupid to implement a GC

About

programming language im trying to make

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors