jank VS language

Compare jank vs language 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
jank language
18 146
1,431 2,554
1.5% 1.1%
9.3 8.9
12 days ago 6 days ago
C++ TeX
Mozilla Public License 2.0 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.

jank

Posts with mentions or reviews of jank. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-01.
  • Compiling a Lisp
    2 projects | news.ycombinator.com | 1 Feb 2024
    There's an effort afoot to bring this to the Clojure world, with the lovely name jank: https://jank-lang.org
  • A Tour of Lisps
    8 projects | news.ycombinator.com | 29 Jan 2024
    I also liked that reference since I had not heard of Jank before. It is a work in progress so I just added a calendar entry for 9 months from now to check it out. https://jank-lang.org/
  • Boehm Garbage Collector
    9 projects | news.ycombinator.com | 21 Jan 2024
    There will be a lot of room for this, once I build out more of the features. In particular, there will be a lot of Clojure libraries which need to gain jank support. Clojure doesn't require "porting", so to speak, since it has a special .cljc file which can use reader conditionals to check the host that it's in (clj, cljs, cljr, jank, etc). So anywhere those libs are using Java interop, we'd need to wrap it to use native interop instead.

    On the compiler and tooling itself, I have some open issues here: https://github.com/jank-lang/jank/issues

    The vast majority of it is heavy C++ work, though. Outside of that, the biggest gains will come from time spent on packaging, distribution, and testing on various platforms.

    And if none of that sounds interesting or applicable, don't worry. Just be sure to join the Slack channel and hang out with us. :)

  • Using C++ as a scripting language, part 8
    2 projects | news.ycombinator.com | 29 Jul 2023
    On the top of using C++ for scripting, and related to the discussion of CERN's ROOT/Cling, I am developing a Clojure dialect on C++/LLVM called jank: https://jank-lang.org/

    jank is a true Clojure, meaning you get interactive, REPL-based development and a whole stdlib of persistent, immutable data structures and functions to transform them. But it's also C++, so you can write inline C++ within your jank source, and interpolate jank values within that. You can link with existing native code using LLVM and you can embed jank into your existing native projects to use for scripting.

    jank is pre-alpha, right now, and I've only been showing it to Clojure devs so far, but there's a huge audience of C++ devs which may be interested in introducing Clojure to their native code.

  • Leaving Clojure - Feedback for those that care
    8 projects | /r/Clojure | 23 Jun 2023
  • [ANN] London Clojurians Talk: The jank programming language (by Jeaye Wilkerson)
    1 project | /r/Clojure | 22 Apr 2023
    jank (https://jank-lang.org/) is a Clojure dialect on LLVM with C++ interop. In this talk, Jeaye will cover jank's use cases, some challenges around building a native Clojure dialect, and some insights about Clojure itself found only by spelunking deep into the Clojure compiler.
  • Janet for Mortals
    6 projects | news.ycombinator.com | 31 Mar 2023
    I wonder if Jank [1] could be such a Lisp? I haven't played around with it, but I really like the idea and would love to see it get more traction.

    [1]: https://jank-lang.org/

  • Loopr: A Loop/Reduction Macro for Clojure
    7 projects | news.ycombinator.com | 6 Dec 2022
    This isn't usable yet, but in active development by the author, and looks promising: https://jank-lang.org/
  • Show HN: Programming Google Flutter with Clojure
    14 projects | news.ycombinator.com | 1 Dec 2022
  • What is most in need in Clojure open-source ecosystem?
    7 projects | /r/Clojure | 6 Sep 2022
    Jank looks pretty legit: https://jank-lang.org/

language

Posts with mentions or reviews of language. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-17.
  • Why do we have to put the const keyword in Flutter?
    1 project | /r/FlutterDev | 6 Dec 2023
  • Playing around with Extension Types
    1 project | /r/FlutterDev | 26 Oct 2023
    I noticed that I can enable inline-class as an experiment to play with Extension Types. You need to also add sdk: ^3.3.0-0 to your pubspec.yaml.
  • Entendendo Algoritmos: Recursão
    1 project | dev.to | 20 Oct 2023
  • Dart 3.1 and a retrospective on functional style programming in Dart
    7 projects | news.ycombinator.com | 17 Aug 2023
    Current syntax is not all that bad if you are going to do OO and add various helper methods on `Message` and its subclasses, but if you just want to define your data and no behavior / helpers - then it is exceedingly verbose.

    [1]: https://github.com/dart-lang/language/issues/3021

  • Macro example for Flutter widgets
    1 project | /r/FlutterDev | 3 Jul 2023
    Reference
  • HTML template languages?
    4 projects | /r/dartlang | 6 Jun 2023
    A future version of Dart will probably support macros which should make this all a bit easier to use, similar to how Swift 5.9 works which makes already fantastic use of its new macro capabilities by integrating mobx (or solidjs) like reactivity into SwiftUI by a harmlessly looking @Obervable annotation.
  • What’s New in Swift 5.9?
    1 project | news.ycombinator.com | 6 Jun 2023
    Coming from a Dart context here where that team is also looking at adding Macros to the language. It was really interesting to compare and contrast some of the approaches https://github.com/dart-lang/language/blob/main/working/macr...
  • Build clean & concise UI components with Flutter similar to styled-components in React Native
    2 projects | /r/FlutterDev | 6 Jun 2023
    Yes, that needs a bit of boilerplate for the constructor declaration and the extra build method, but I personally don't mind and with implicit constructors this will become much easier. Also, you get a performant UI as Flutter knows to not redraw widgets that didn't change.
  • A Guide to State Management in Flutter | Mobile App Development
    1 project | /r/FlutterDev | 6 Jun 2023
    I know that it would be nice not to use the generator at all, but we have to wait until static metaprogramming is implemented in dart. https://github.com/dart-lang/language/issues/1482
  • Why is Swift so slow (timeout) in compiling this code?
    5 projects | news.ycombinator.com | 30 May 2023
    I implemented a prototype version of the algorithm in that paper when exploring exhaustiveness checking for pattern matching in Dart.

    I found it pretty easy to understand, but also really easy to get it to generate huge combinatorially large spaces. Some careful memoization and deduplication helped, but even so I never got the performance to a state I considered acceptable.

    Instead, I went with Luc Maranget's classic approach and figured out a way to adapt it to a language with subtyping (with a ton of work from Johnni Winther to figure out all of the hard complex cases around generics):

    https://github.com/dart-lang/language/blob/main/accepted/fut...

    The performance (in the prototype!) was dramatically better. You can always make pattern matching go combinatorial, but I haven't seen any real-world switches get particularly slow with our approach yet, and we have some fairly large tests of matching on tuples of enums.

What are some alternatives?

When comparing jank and language you can also consider the following projects:

graalvm-clojure - This project contains a set of "hello world" projects to verify which Clojure libraries do actually compile and produce native images under GraalVM.

sdk - The Dart SDK, including the VM, dart2js, core libraries, and more.

wyvern - Automatic conversion of call by value into call by need in the LLVM IR.

freezed - Code generation for immutable classes that has a simple syntax/API without compromising on the features.

schema-inference - Schema Inference of Malli Schemas

quicktype - Generate types and converters from JSON, Schema, and GraphQL

pil21 - PicoLisp is an open source Lisp dialect. It is based on LLVM and compiles and runs on any 64-bit POSIX system. Its most prominent features are simplicity and minimalism.

Flutter - Flutter makes it easy and fast to build beautiful apps for mobile and beyond

clasp - clasp Common Lisp environment

gallery - Flutter Gallery was a resource to help developers evaluate and use Flutter

onejit - [ALPHA] Go just-in-time compiler

conduit - Dart HTTP server framework for building REST APIs. Includes PostgreSQL ORM and OAuth2 provider.