mihaifm/linq
linq.js - LINQ for JavaScript observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5261
- days_rel: n/a
- days_push: 836
- n_releases_24m: 0
Adoption not part of the score
1732 stars · 231 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity stable
serialization developer-tools developer-tools programming-languages browser cross-platform linq javascript enumerable collections functional-programming typescript-definitions algorithms nodejs deno
2 sources
- readme: https://github.com/mihaifm/linq · fetched 2026-08-28 · 0732eaf9c21b
- registry_npm: https://registry.npmjs.org/linq · fetched 2026-08-29 · 44042a742cbc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mihaifm/linq | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem