(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)
}
Flair is my personal language that im writing for myself. Its not meant for production code, rather trying to be a cool little experiment.
- concise: keywords arent full words, instead abbreviations like
fnfor function orinclfor 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