maria VS lambda.quest

Compare maria vs lambda.quest and see what are their differences.

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
maria lambda.quest
4 9
462 9
- -
8.3 3.9
3 months ago 5 months ago
Clojure JavaScript
- MIT License
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.

maria

Posts with mentions or reviews of maria. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-05.
  • New to clojure, where to start?
    2 projects | /r/Clojure | 5 Feb 2023
    Personally, I highly recommend Matt Heubert's project, maria.cloud.
  • Maria: A ClojureScript coding environment for beginners
    2 projects | news.ycombinator.com | 16 Nov 2022
    Developer here. We wrote Maria 6 years ago, and this fall I accepted a ClojuristsTogether grant to bring it back into active development. We hope to simplify/modernize the codebase to make it something people can hack on top of to add features & apply to new use-cases.

    Repo: https://github.com/mhuebert/maria

    ClojureD talk introducing Maria: https://www.youtube.com/watch?v=CUBHrS4ZzO4

    Description of 2022 grant work: http://blog.maria.cloud/2022/09/30/Maria-and-Clojurists-Toge...

    I'll be posting updates to twitter, @mhuebert.

    Happy to answer any questions / hear ideas for improvement & extension.

  • I just discovered maria.cloud... it looks fun...
    2 projects | /r/Clojure | 14 Feb 2021
    Dave! Thank you for your team's work on maria.cloud! I'll introduce this to her today and report back how she engages with it :)

lambda.quest

Posts with mentions or reviews of lambda.quest. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-24.
  • What's the best lisp to js compiler
    3 projects | /r/lisp | 24 Nov 2022
    If you’re into Scheme, the Gambit compiler has a JS target and it even runs in the browser with a nice JS interop. You can play with it on https://lambda.quest (am the author of that website).
  • Maria: A ClojureScript coding environment for beginners
    2 projects | news.ycombinator.com | 16 Nov 2022
    That's really cool, I've been wanting to take https://lambda.quest in a similar direction. Interactive tutorials are the future!
  • Learning Scheme by creating a Scheme live-coding environment
    1 project | /r/learnprogramming | 30 Dec 2021
    All the code is open-source (MIT) and can be read on GitHub: https://github.com/katspaugh/lambda.quest
  • Show HN: Lambda Quest – Scheme live-coding
    2 projects | news.ycombinator.com | 28 Dec 2021
    tl;dr: I've created a live-coding environment with Canvas, Web Audio and setTimeout, here's a demo: https://lambda.quest/?gist=8eb332073b3b29ace1e2855dfdbad98f

    About the project

    Lambda Quest is a live-coding environment in your browser.

  • Lambda Quest – a live-coding Scheme env in the browser
    3 projects | news.ycombinator.com | 28 Dec 2021
    Web Audio is not fun if you can't program timed events for it. E.g. a sequence of notes, or a volume envelope that changes over time. So I had to make the Scheme code asynchronous.

    Scheme, just like JavaScript, is single-threaded and "synchronous". It needs a second process to tell it when to run a delayed call to achieve asynchronous behavior.

    I've implemented [a macro](https://github.com/katspaugh/lambda.quest/blob/main/scheme/w...) (which is btw my first macro ever) to put a Scheme callback in a JS `setTimeout`.

    Macros, for me, is such a mind-blowing thing. It was amazing to code one purposefully, to achieve a practical goal.

    ### GitHub API and OAuth

  • Programming Web Audio with Scheme
    1 project | /r/lisp | 28 Dec 2021
    All the code is open-source (MIT) and can be read on GitHub: https://github.com/katspaugh/lambda.quest

What are some alternatives?

When comparing maria and lambda.quest you can also consider the following projects:

logseq - A local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base. Use it to organize your todo list, to write your journals, or to record your unique life.

three.js - JavaScript 3D Library.

4ever-clojure - Pure cljs version of 4clojure, meant to run forever!