Skip to content

Brief introduction to functional programming in Emacs Lisp

License

Notifications You must be signed in to change notification settings

MooersLab/EmacsATX4May2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Functional programming in Emacs Lisp

Version License: MIT

This repo contains the PDF of slides for a talk I presented virtually on May 4th, 2022 at the EmacsATX Meetup. This is a basic introduction to functional programming in elisp.

The slides also include several ways to run elisp code, including from the terminal outside Emacs via an elisp REPL (very cool!) and a script file. The former lets you do calculations in the terminal without firing up Emacs. The latter is helpful for automated data analysis pipelines where you run an elisp function on an input file and gather the output in another file. This lets you harness the full power of Emacs full a bash script without using the GUI. This opens up all kinds of possibilities.

Update history

Version Changes Date
Version 0.2 Added badges, funding, and update table. 2024 May 24
Version 0.3 Added the source tex file to ease copying and reusing the elisp code. 2024 July 24

Sources of funding

  • NIH: R01 CA242845
  • NIH: R01 AI088011
  • NIH: P30 CA225520 (PI: R. Mannel)
  • NIH: P20 GM103640 and P30 GM145423 (PI: A. West)

About

Brief introduction to functional programming in Emacs Lisp

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages