awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to aol/cyclops

Open-source alternatives to Cyclops

30 open-source projects similar to aol/cyclops, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Cyclops alternative.

  • reasonml/reasonreasonml avatar

    reasonml/reason

    10,313View on GitHub↗

    Reason is a strongly typed functional language and multi-target compiler designed to produce either JavaScript for web environments or native machine code for operating systems. It serves as an OCaml-compatible language that shares an abstract syntax tree with OCaml, providing a practical syntax for the OCaml ecosystem. The project functions as a type-safe frontend language, incorporating JSX support to build user interfaces through structural elements that translate into type-safe function calls. It enables deep integration with the JavaScript ecosystem, allowing the use of existing librarie

    OCamljavascriptocamlprogramming-language
    View on GitHub↗10,313
  • phuocng/1locphuocng avatar

    phuocng/1loc

    6,738View on GitHub↗

    1loc is a JavaScript utility library and multifaceted toolkit providing a collection of single-line functions for common mathematical, string, date, and geometric operations. It functions as a set of functional programming helpers and data validation predicates designed to perform atomic transformations and validations. The project includes a geometry math library for calculating distances, angles, and spatial overlaps between points and rectangles, alongside a text manipulation library for casting, capitalizing, and analyzing string content. The toolkit covers broader capability areas inclu

    MDXeleventyjavascriptjavascript-utils
    View on GitHub↗6,738
  • flix/flixflix avatar

    flix/flix

    2,585View on GitHub↗

    Flix is a statically typed multi-paradigm programming language that combines functional, imperative, and logic programming paradigms within a single unified environment. It utilizes a constraint-driven execution environment to derive results by satisfying logical predicates rather than following linear sequential instructions. The language features a unification-based logic engine designed to solve complex computational problems through term unification and backtracking. This is supported by a core library of persistent immutable data structures that ensure side-effect free state management a

    Flixflixfunctionalhacktoberfest
    View on GitHub↗2,585

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • alanrsoares/prelude-jsalanrsoares avatar

    alanrsoares/prelude-js

    100View on GitHub↗

    functional/point-free utils for JavaScript

    JavaScript
    View on GitHub↗100
  • aol/cyclops-reactA

    aol/cyclops-react

    0View on GitHub↗
    View on GitHub↗0
  • arximboldi/immerarximboldi avatar

    arximboldi/immer

    2,854View on GitHub↗

    Postmodern immutable and persistent data structures for C++ — value semantics at scale

    C++
    View on GitHub↗2,854
  • andrewplummer/sugarandrewplummer avatar

    andrewplummer/Sugar

    4,506View on GitHub↗

    Sugar is a JavaScript utility library designed to extend native objects and prototypes with additional methods for data manipulation and transformation. It functions as a toolkit for object utilities, date manipulation, string inflection, and the polyfilling of missing or broken standard language features. The library provides the ability to map utility methods directly onto built-in prototypes or wrap values in temporary objects to enable method chaining without modifying global prototypes. It also includes a polyfill system to ensure consistent behavior across different execution environmen

    JavaScript
    View on GitHub↗4,506
  • arximboldi/schmutzarximboldi avatar

    arximboldi/schmutz

    46View on GitHub↗

    SCHeMe UnterstüTZung — easy Guile Scheme C++ bindings

    C++
    View on GitHub↗46
  • arximboldi/zugarximboldi avatar

    arximboldi/zug

    249View on GitHub↗

    Transducers for C++ — Clojure style higher order push/pull sequence transformations

    C++
    View on GitHub↗249
  • baconjs/bacon.jsbaconjs avatar

    baconjs/bacon.js

    6,458View on GitHub↗

    Bacon.js is a JavaScript functional reactive programming library used for coordinating complex asynchronous data flows. It functions as an observable event stream framework and an asynchronous data flow orchestrator, allowing developers to model events as declarative streams and properties. The library distinguishes itself through its ability to manage reactive state and synchronize timing across multiple sources. It provides specialized mechanisms for atomic state synchronization to prevent glitches in derived properties and offers advanced coordination strategies such as asynchronous stream

    TypeScript
    View on GitHub↗6,458
  • bazelbuild/bazelbazelbuild avatar

    bazelbuild/bazel

    25,529View on GitHub↗

    Bazel is a multi-language build automation engine designed to manage complex dependency graphs and execute compilation tasks for massive codebases. It functions as a hermetic build environment, utilizing sandboxed execution and content-addressable caching to ensure that build artifacts are reproducible and that identical tasks are never re-executed. By modeling dependencies as a directed acyclic graph, the system determines optimal execution order and identifies tasks that can run in parallel. The project distinguishes itself through its support for distributed build execution, allowing resou

    Javabazelbuildbuild-system
    View on GitHub↗25,529
  • belliottsmith/injectorbelliottsmith avatar

    belliottsmith/injector

    59View on GitHub↗
    Java
    View on GitHub↗59
  • ben-manes/caffeineben-manes avatar

    ben-manes/caffeine

    17,706View on GitHub↗

    Caffeine is a high-performance caching library for the Java virtual machine designed to manage object lifecycles within the application heap. It functions as a thread-safe, memory-resident data store that reduces latency by keeping frequently accessed objects available for immediate retrieval. The library distinguishes itself through a sophisticated eviction strategy that balances recency and frequency to determine which entries to retain. It utilizes a frequency-based admission policy to evaluate the historical access patterns of new data, ensuring that the cache remains populated with the m

    Java
    View on GitHub↗17,706
  • bodar/totallylazyB

    bodar/totallylazy

    0View on GitHub↗
    View on GitHub↗0
  • boundary/fasttupleboundary avatar

    boundary/fasttuple

    143View on GitHub↗

    There are lots of good things about working on the JVM, like a world class JIT, operating system threads, and a world class garbage collector. However, one limiting factor can often be the interaction between primitive types and referenced types in Java. Primitive types are the built in types…

    Java
    View on GitHub↗143
  • booleancat/go-functionalBooleanCat avatar

    BooleanCat/go-functional

    535View on GitHub↗

    go-functional is a library of iterators to augment the standard library

    Go
    View on GitHub↗535
  • boundary/high-scale-libboundary avatar

    boundary/high-scale-lib

    420View on GitHub↗

    High Scale Lib

    Java
    View on GitHub↗420
  • bow-swift/bowbow-swift avatar

    bow-swift/bow

    659View on GitHub↗

    🏹 Bow is a cross-platform library for Typed Functional Programming in Swift

    Swiftbowcarthagecategory-theory
    View on GitHub↗659
  • buptsteve/blogBuptStEve avatar

    BuptStEve/blog

    80View on GitHub↗

    ✍️ StEve Young 的个人博客

    Vue
    View on GitHub↗80
  • carrotsearch/hppccarrotsearch avatar

    carrotsearch/hppc

    1,042View on GitHub↗

    High Performance Primitive Collections for Java

    Java
    View on GitHub↗1,042
  • chrisvest/stormpotchrisvest avatar

    chrisvest/stormpot

    389View on GitHub↗

    A fast object pool for the JVM

    Java
    View on GitHub↗389
  • cognitect-labs/transducers-javacognitect-labs avatar

    cognitect-labs/transducers-java

    119View on GitHub↗

    Transducers are composable algorithmic transformations. They are independent from the context of their input and output sources and specify only the essence of the transformation in terms of an individual element. Because transducers are decoupled from input or output sources, they can be used…

    Java
    View on GitHub↗119
  • cowtowncoder/low-gc-membufferscowtowncoder avatar

    cowtowncoder/low-gc-membuffers

    142View on GitHub↗

    Library for creating In-memory circular buffers that use direct ByteBuffers to minimize GC overhead

    Java
    View on GitHub↗142
  • crcn/mesh.jsC

    crcn/mesh.js

    0View on GitHub↗
    View on GitHub↗0
  • crosseye/ramdaC

    CrossEye/ramda

    0View on GitHub↗
    View on GitHub↗0
  • dain/leveldbdain avatar

    dain/leveldb

    1,558View on GitHub↗

    Port of LevelDB to Java

    Java
    View on GitHub↗1,558
  • data61/fp-coursedata61 avatar

    data61/fp-course

    4,237View on GitHub↗

    This project is a functional programming course and automated coding curriculum designed to teach the core principles of the paradigm through a structured sequence of exercises and modules. It serves as an interactive programming tutorial where learners solve incremental problems and validate their understanding through a programming exercise suite. The curriculum is language-agnostic, focusing on core logic and paradigms rather than a specific language. It employs an automated toolchain that transforms source code into executable binaries to verify solutions. Correctness is validated using

    Haskell
    View on GitHub↗4,237
  • davidmoten/geodavidmoten avatar

    davidmoten/geo

    434View on GitHub↗

    Geohash utitlies in java

    Java
    View on GitHub↗434
  • davidmoten/rtreedavidmoten avatar

    davidmoten/rtree

    1,137View on GitHub↗

    rtree

    Java
    View on GitHub↗1,137
  • arximboldi/lagerarximboldi avatar

    arximboldi/lager

    765View on GitHub↗

    C++ library for value-oriented design using the unidirectional data-flow architecture — Redux for C++

    C++
    View on GitHub↗765