awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Language Paradigms · Awesome GitHub Repositories

4 repos

Awesome GitHub RepositoriesLanguage Paradigms

Categorizes languages based on their core design philosophy, such as functional, array-oriented, or esoteric execution models.

Explore 4 awesome GitHub repositories matching programming languages & runtimes · Language Paradigms. Refine with filters or upvote what's useful.

  1. Home
  2. Programming Languages & Runtimes
  3. Programming Language Varieties
  4. Programming Languages
  5. Language Paradigms

Awesome Language Paradigms GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • sindresorhus/awesome

    sindresorhus/awesome

    438,690GitHubView on GitHub↗

    This project is a community-curated knowledge base that organizes vast technical ecosystems into a hierarchical, human-readable directory. It serves as a comprehensive index of libraries, frameworks, and methodologies, designed to facilitate discovery and professional development across the entire spectrum of software

    awesomeawesome-listlists
  • DopplerHQ/awesome-interview-questions

    DopplerHQ/awesome-interview-questions

    81,035GitHubView on GitHub↗

    This project is a comprehensive, community-sourced repository of technical interview questions and study materials. It serves as a centralized index for software engineers to prepare for technical assessments, benchmark their personal knowledge, and identify gaps in their expertise across a wide range of programming la

    android-interview-questionsangularjs-interview-questionsawesome
  • josephmisiti/awesome-machine-learning

    josephmisiti/awesome-machine-learning

    71,702GitHubView on GitHub↗

    This project is a comprehensive, community-driven directory of machine learning resources, software libraries, and educational materials. It serves as a centralized knowledge base for developers and researchers, organizing tools and frameworks by their primary programming language and technical domain to simplify disco

    Python
  • leonardomso/33-js-concepts

    leonardomso/33-js-concepts

    66,252GitHubView on GitHub↗

    This project is a comprehensive educational repository designed to help developers master the core mechanics, runtime behaviors, and browser-native capabilities of the JavaScript language. It provides a structured knowledge base that covers fundamental language features, such as prototype-based inheritance and event-lo

    JavaScriptangularconceptses6

Explore sub-tags

  • Array Programming LanguagesProgramming languages designed for array-based data manipulation and high-performance mathematical or machine learning tasks.
  • Dependently Typed LanguagesProgramming languages that utilize type systems where types can depend on values to verify complex program properties.
  • Esoteric Programming LanguagesProgramming languages created for experimental, recreational, or unconventional purposes rather than practical software development.
Lisp Dialects
Variations of the Lisp programming language family, characterized by symbolic expression processing and recursive structures.
  • Prototype-Based InheritanceA mechanism where objects inherit properties and behavior directly from other objects rather than through class-based templates.