Skip to content

My submissions related to the Emacs Lisp track in Exercism.

Notifications You must be signed in to change notification settings

64J0/samples--emacs-lisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

Emacs Lisp - Exercism

Description

This repository is used to host my code submissions in the Emacs Lisp track of the Exercism platform.

About Emacs Lisp

Disclaimer: I copied the text below from the Exercism page since I found it very interesting.

Emacs Lisp is the language at the core of Emacs, the iconic text editor that is at the beginning of the Free Software movement. Emacs is made of more than a million lines of Emacs Lisp, and all the applications that run inside Emacs (IDEs for various programming languages, games, planners, etc.) are written in Emacs Lisp. User preferences are also lists of Emacs Lisp expressions.

Knowing Emacs Lisp is the first step into Lisp, the second oldest programming language still used (just turned 60 in 2018) and also a language that still influences so many other programming languages.

My Emacs

If you’d like to know more about Emacs, consider consulting the README.org of the repository with my personal configuration: link. There I list many useful references, and give some tips regarding this wonderful tool.

Emacs Lisp Style Guide

This Emacs Lisp style guide recommends best practices so that real-world Emacs Lisp programmers can write code that can be maintained by other real-world Emacs Lisp programmers.

bbatsov/emacs-list-style-guide

About

My submissions related to the Emacs Lisp track in Exercism.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published