peridot VS konna

Compare peridot vs konna and see what are their differences.

peridot

A fast functional language based on two level type theory (by eashanhatti)

konna

A fast functional language based on two level type theory (by eashanhatti)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
peridot konna
13 6
388 11
- -
3.1 0.0
about 1 year ago almost 2 years ago
Haskell Haskell
Mozilla Public License 2.0 Mozilla Public License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

peridot

Posts with mentions or reviews of peridot. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-01.
  • September 2022 monthly "What are you working on?" thread
    10 projects | /r/ProgrammingLanguages | 1 Sep 2022
    I'm finishing up with Peridot! The research goals of the project are close to being accomplished, so I'll be wrapping up soon. I'm really satisfied with it as a proof-of-concept for the ideas it implements. The last main bit of the project is a research paper I'm writing which details the language and its applications in detail.
  • Peridot MVP
    2 projects | /r/ProgrammingLanguages | 8 Aug 2022
    Hey all! I've been working on my programming language Peridot for about six months, and it's finally at the point where I can call it an MVP! Peridot is a language in which the compiler backend is implemented in userspace via metaprogramming.
  • July 2022 monthly "What are you working on?" thread
    10 projects | /r/ProgrammingLanguages | 1 Jul 2022
    The Peridot MVP is feature-complete! All that's left to do are bugfixes, after which it will be a real, usable language. Here's the major features, in no particular order:
  • How did you choose the name for your programming language?
    7 projects | /r/ProgrammingLanguages | 6 Jun 2022
    The second was called Konna. AFAIK it’s Finnish for “frog”, but sources seem to disagree? I don’t speak Finnish, I got the word from a Finnish video game. My third and current language is called Peridot. I’m pretty proud of this name, although it’s less searchable than the previous ones. The origin is pretty simple, I was just looking around at gemstones and thought peridot looked neat.
  • Peridot: A functional language based on two-level type theory
    4 projects | /r/ProgrammingLanguages | 10 May 2022
    Hey! I'm Peridot's author. Peridot is a language based on two-level type theory which allows for the compiler backend to be written in userspace. The language is really two languages tied together: a logic language, and a dependently typed functional language. The former is built for metaprogramming - high-level optimizers and compilers can be written that translate the latter language into a target language of choice. An in-depth explanation of the language's rationale can be found here.
    4 projects | /r/ProgrammingLanguages | 10 May 2022
    2 projects | news.ycombinator.com | 10 May 2022
  • Hacker News top posts: May 10, 2022
    6 projects | /r/hackerdigest | 10 May 2022
    Peridot: A functional language based on two-level type theory\ (2 comments)

konna

Posts with mentions or reviews of konna. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-06.
  • How did you choose the name for your programming language?
    7 projects | /r/ProgrammingLanguages | 6 Jun 2022
    The second was called Konna. AFAIK it’s Finnish for “frog”, but sources seem to disagree? I don’t speak Finnish, I got the word from a Finnish video game. My third and current language is called Peridot. I’m pretty proud of this name, although it’s less searchable than the previous ones. The origin is pretty simple, I was just looking around at gemstones and thought peridot looked neat.
  • January 2022 monthly "What are you working on?" thread
    15 projects | /r/ProgrammingLanguages | 1 Jan 2022
    Continuing work on Konna. I recently finished implementing dependent pattern matching, a pretty big feature! I figured now is the time to do some refactoring and rewriting - the elaborator is the first thing on my list. Once all this maintenance work is done I'll be implementing features like implicit arguments, overloading, and pattern matching on code values.
  • Konna, my programming language
    2 projects | /r/ProgrammingLanguages | 26 Dec 2021
    Github repo: https://github.com/eashanhatti/konna
  • December 2021 monthly "What are you working on?" thread
    8 projects | /r/ProgrammingLanguages | 7 Dec 2021
    Continuing work on my functional language Konna. The structured editor has progressed a whole lot recently - the most glaring bugs have been fixed and you can work with the entire language in it. The language itself is going well too, I'm currently thinking through:
  • September 2021 monthly "What are you working on?" thread
    8 projects | /r/ProgrammingLanguages | 1 Sep 2021
    Working on a rewrite of Konna (formerly Clamn). After using Rust for a little over a year in the original implementation, I decided I wasn't enjoying it. I'm using Haskell for the rewrite - I'd always wanted to write a big project in Haskell anyway haha. Definitely enjoying the higher-level conveniences it offers. The rewrite has been underway for about two weeks now, and so far I've got basic dependent types and partial evaluation implemented.
  • March 2021 monthly "What are you working on?" thread
    16 projects | /r/ProgrammingLanguages | 6 Mar 2021
    Continuing work on my functional systems language Clamn. I'd taken the last few weeks to fix a bunch of performance issues, but now it's finally back to implementing features: record types. I've got dependent types in my lang, which means I can get a bunch of more exciting features for free by implementing records, ADTs for instance.

What are some alternatives?

When comparing peridot and konna you can also consider the following projects:

wotpp - A small macro language for producing and manipulating strings.

Cwerg - The best C-like language that can be implemented in 10kLOC.

star - An experimental programming language that's made to be powerful, productive, and predictable

pen - The parallel, concurrent, and functional programming language for scalable software development

Bilobe - A New Programming Language To Introduce New Way To Code...

pika - A WIP little dependently-typed systems language

firefly-boot - Bootstrap compiler for Firefly

starlight - JS engine in Rust

durin - the Dependent Unboxed higher-oRder Intermediate Notation

imp - Imp is a statically typed and compiled scripting language with the goal of increasing programmer confidence.

Hacking-F117A - My investigation into mission generation in the Stealth Fighter games by Microprose.

schmu - A WIP programming language inspired by ML and powered by LLVM