# mihaifm/linq

linq.js - LINQ for JavaScript

Repository: https://github.com/mihaifm/linq
Canonical: https://ross.abutalabs.com/products/linq
Language: JavaScript
License: MIT
License Family: permissive
Topics: linq, javascript
Last push: 2024-05-19T10:03:34+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 5261, "days_push": 836, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1732, forks 231 (observed 2026-08-28T04:05:28.814605+00:00)

## What it is
linq.js is a pure JavaScript implementation of the .NET LINQ library with no dependencies, providing all original .NET methods plus additions. It supports ES modules, CommonJS, TypeScript type definitions, and Deno.

## Use cases
- query and transform arrays with LINQ-style chained methods in JavaScript
- port C# LINQ code to JavaScript
- filter, map, and aggregate collections using where/select/aggregate
- use lazy evaluation over sequences in Node.js or Deno
- work with typed collections in TypeScript projects

## When to choose
- you want .NET LINQ semantics in JavaScript with zero dependencies
- you're migrating or sharing logic between C# and JavaScript codebases
- you need a stable, well-typed collection query library for Node, Deno, or the browser

## When to avoid
- you prefer native JS array methods or a more idiomatic functional library like lodash
- you need async/streaming pipelines rather than synchronous enumerable sequences
- your project requires CommonJS and you need the latest version

## Facets
- artifact type: library
- maturity: stable
- function: serialization, developer-tools
- domain: developer-tools, programming-languages
- platform: browser, cross-platform
- tags: linq, javascript, enumerable, collections, functional-programming, typescript-definitions, algorithms, nodejs, deno

## Member repositories
- mihaifm/linq (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:28.814605+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:31:31.166462+00:00, confidence not recorded.
  - readme: https://github.com/mihaifm/linq (fetched 2026-08-28T04:05:28.814605+00:00, sha 0732eaf9c21b)
  - registry_npm: https://registry.npmjs.org/linq (fetched 2026-08-29T11:08:36.998152+00:00, sha 44042a742cbc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
