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
bbatsov avatar

bbatsov/emacs-lisp-style-guide

0
View on GitHub↗
1,132 stars·53 forks·17 views

Emacs Lisp Style Guide

A community-driven Emacs Lisp style guide

Features

  • Editor and Tooling Guides - Best practices for writing Emacs Lisp code.
  • Programming Language Standards - Community-accepted style guide for Emacs Lisp.

Star history

Star history chart for bbatsov/emacs-lisp-style-guideStar history chart for bbatsov/emacs-lisp-style-guide

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Projects sharing features with Emacs Lisp Style Guide

These projects share indexed features with Emacs Lisp Style Guide. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • nytimes/objective-c-style-guideNYTimes avatar

    NYTimes/objective-c-style-guide

    5,822View on GitHub↗

    This project provides a comprehensive set of standardized design patterns, naming conventions, and environment configurations for Objective-C development. It establishes a consistent framework for API design, memory management, and project organization to ensure codebases remain readable and maintainable across teams. The guide defines specific standards for namespace isolation using class prefixes and a structured system for naming assets. It outlines architectural patterns for delegate protocols and error handling mechanisms intended to improve type safety and clarity. Coverage extends to

    View on GitHub↗5,822
  • alexandru/scala-best-practicesalexandru avatar

    alexandru/scala-best-practices

    4,352View on GitHub↗

    This project is a collection of curated guidelines and manuals for writing clean, idiomatic, and maintainable code in Scala. It serves as a comprehensive guide for Scala coding standards, functional programming design, and enterprise software architecture. The repository provides specific strategies for concurrency management, including patterns for actors, futures, and thread pools to ensure thread safety. It also contains a performance optimization manual focused on reducing memory allocations and managing garbage collection pressure to improve runtime efficiency. The guides cover a broad

    View on GitHub↗4,352
  • bbatsov/clojure-style-guidebbatsov avatar

    bbatsov/clojure-style-guide

    4,095View on GitHub↗

    This project provides a set of software architecture guidelines, Lisp coding standards, and functional programming patterns for Clojure development. It establishes best practices for implementing declarative logic and managing shared state through the use of persistent data structures and atomic references. The guide covers standards for documenting public APIs and organizing project directories to ensure portable library distribution. It details the application of consistent formatting and naming rules to improve source code readability and team collaboration. The scope extends to idiomatic

    View on GitHub↗4,095
  • airbnb/rubyairbnb avatar

    airbnb/ruby

    3,890View on GitHub↗

    This project provides a collection of coding standard specifications, style guides, and configuration assets used to define automated rules for static code analysis in Ruby. It serves as a centralized set of RuboCop configurations and static analysis rules to ensure consistent syntax and idiomatic usage across a codebase. The project establishes a comprehensive Ruby style guide that defines naming conventions, indentation, and structural requirements. It utilizes a pluggable linting engine to enforce these standards through a defined set of patterns and constraints. The capability surface co

    Ruby
    View on GitHub↗3,890
Compare all 30 related projects→

Frequently asked questions

What does bbatsov/emacs-lisp-style-guide do?

A community-driven Emacs Lisp style guide

What are the main features of bbatsov/emacs-lisp-style-guide?

The main features of bbatsov/emacs-lisp-style-guide are: Editor and Tooling Guides, Programming Language Standards.

Which projects share features with bbatsov/emacs-lisp-style-guide?

Projects with overlapping indexed features include: nytimes/objective-c-style-guide — This project provides a comprehensive set of standardized design patterns, naming conventions, and environment… alexandru/scala-best-practices — This project is a collection of curated guidelines and manuals for writing clean, idiomatic, and maintainable code in… bbatsov/clojure-style-guide — This project provides a set of software architecture guidelines, Lisp coding standards, and functional programming… chrisdone/elisp-guide. databricks/scala-style-guide. airbnb/ruby — This project provides a collection of coding standard specifications, style guides, and configuration assets used to…