Ameyo VS pika

Compare Ameyo vs pika and see what are their differences.

Ameyo

Habit + task tracking Chrome extension built with React, Typescript, SCSS, Express, MongoDB, Firebase, + Jest (by AlexCyphus)

pika

A WIP little dependently-typed systems language (by naalit)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
Ameyo pika
1 4
2 35
- -
0.0 7.1
over 1 year ago about 1 month ago
JavaScript Rust
- GNU General Public License v3.0 or later
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.

Ameyo

Posts with mentions or reviews of Ameyo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-01.
  • February 2021 monthly "What are you working on?" thread
    16 projects | /r/ProgrammingLanguages | 1 Feb 2021
    After self-teaching myself for several years and learning to code after work - I am super excited to release my first Chrome Extension! It's similar to Trello but with automated logic and graphing to encourage building strong consistent habits and staying organized with day-to-day work. It has ironically kept me diligent in studying for interviews every day and helped with my habit of studying German! The code is also open-source, and you can find the GitHub repo here. I'd love to know what you think and am happy to answer any questions about how it's built!

pika

Posts with mentions or reviews of pika. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-01.
  • September 2021 monthly "What are you working on?" thread
    8 projects | /r/ProgrammingLanguages | 1 Sep 2021
    I just switched Pika to using significant indentation. This is mostly because of how annoying line continuation is in a ML-style language (so f a b syntax) without significant indentation or required semicolons, but you can read more about the reasons for that decision in this section of the README.
  • May 2021 monthly "What are you working on?" thread
    11 projects | /r/ProgrammingLanguages | 1 May 2021
    Recently, I've been working on adding garbage collection to Pika. I've successfully written an Immix-based garbage collector that works with the LLVM GC support infrastructure, and I'm currently working on integrating the GC with Pika, or really Durin, the dependently-typed intermediate representation that Pika compiles to. Because types are passed around at runtime, objects of unknown type and size can be stored unboxed in polymorphic data structures; but that makes keeping track of type information for heap allocations somewhat harder, because type information needs to be allocated and constructed at runtime in some cases. It's an interesting design problem, because you want constructing type information to be fast; but the GC will run much more often, so maximizing tracing speed by avoiding e.g. indirection in type information is important; and you also want to construct as much type information as possible at compile time and embed it as constants.
  • March 2021 monthly "What are you working on?" thread
    16 projects | /r/ProgrammingLanguages | 6 Mar 2021
    I've been working on adding algebraic effects to Pika during the past month. It's turned out to be harder than I thought it would, but I'm almost done - performing and catching one effect at a time works, and the compilation strategy I'm using now (I reimplemented the whole thing after realizing the strategy I was using wouldn't actually work) should be enough to handle multiple effects at once and also effect polymorphism, I just have to get those working in the elaborator.
  • February 2021 monthly "What are you working on?" thread
    16 projects | /r/ProgrammingLanguages | 1 Feb 2021
    After taking a break from Pika, my dependently-typed ML for systems programming, during the month of January, I've started working on it again by getting recursion to work properly. I'm planning on starting to implement algebraic effects next, and an Immix-based garbage collector for boxed values after that. Here's what my current plan for algebraic effects looks like:

What are some alternatives?

When comparing Ameyo and pika you can also consider the following projects:

bread - An expression based scripting language

konna - A fast functional language based on two level type theory

lang - A toy language I'm making in my spare time.

durin - the Dependent Unboxed higher-oRder Intermediate Notation

cytosol - A programming language somewhat resembling cellular processes.

bluebird - A work-in-progess programming language modeled after Ada and C++

karuta - Karuta HLS Compiler: High level synthesis from prototype based object oriented script language to RTL (Verilog) aiming to be useful for FPGA development.

rumi - The rumi compiler

stonks

starlight - JS engine in Rust

Foray - A concatenative language written in Zig

c3c - Compiler for the C3 language