Janet – a Lisp-like functional, imperative programming language

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • janet

    A dynamic language and bytecode vm

  • freja

    Self-modifiable editor for coding graphical things

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • janetdocs

    A community documentation site for the janet programming language

  • joy

    A full stack web framework written in janet (by joy-framework)

  • osprey

    A framework for making web applications quickly (by swlkr)

  • janet-pobox

    Clojure like atoms/spinlocking in Janet

  • janet-sh

    Shorthand shell like functions for janet.

  • I use Janet most often as a glue for shell utilities using the sh package (https://github.com/andrewchambers/janet-sh). It's a great tool for building small containerized jobs. I think it has a ton of potential as the ecosystem grows and matures.

    Some rough spots:

    - No canonical http client. There are a few attempts at wrapping libcurl but nothing complete and well documented yet. However, the creator of Joy framework for Janet does have an http client library.

    - The main http server circlet is MIT licensed, but it is built on top of Mongoose, which is GPL/paid commercial. Something to be aware of if you want to distribute binaries made with this library.

    - I have never been successful getting any of the UI or drawing libraries to work.

    - Naming of packages is a bit confusing even if you have watched the Good Place and are aware of all of the inside jokes.

  • 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.

    InfluxDB logo
  • Mongoose

    MongoDB object modeling designed to work in an asynchronous environment.

  • net_skeleton

    Async non-blocking multi-protocol networking library for C/C++

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts