revo, the programming language

56 points by alurm


briankung

Not sure if it matters, but this looks to be hand crafted code.

artemisSystem

Very cool, thanks for sharing! I've added the blog post with motivation to my wander console.

I find myself agreeing a lot with what the author thinks and feels about programming languages. This has a lot of the things my imagined dream programming language would have.

sebastien

Elegant syntax, reminded me of Roc and Elixir a bit. Having comptime and macros make it potentially very powerful for writing DSL. I would like to see a performance section and also some details about memory and concurrency safety, which I think should not be ignored in this day and age.

crowdhailer

Lovely page as well. I also really like optional type systems.

dmytrish

Thanks, this does look like a very tasteful language.

One big gap in the introduction for me is how it handles iteration/recursion (and state; if it iterates, then I guess this means at least some form of mutability as well?).