tomsitprocb
tomsitprocb

Reputation: 31

GNU+Linux Build Framework in Emacs Lisp?

I'm working on a Linux-libre version of "Linux from Scratch" based upon Christophe Jarry's "GNU/Linux-libre from source code" build book. However, rather than write a build framework with shell scripts or Perl, I'm actually interested in extending my Emacs Lisp chops. Only having used Emacs Lisp within Emacs and Org-mode as an extension language, does anyone have some tips/tricks/or links to projects that have done something similar? The reason it is important to me is that my end product will be a minimal GNU+Linux-libre system with an Emacs-centered interface, and this just would round out the project nicely. TIA, and cheers!

Upvotes: 3

Views: 215

Answers (1)

phils
phils

Reputation: 73344

I'm not entirely sure what the question is here, but if you want some help with writing executable elisp scripts, you might find these useful:

Alternatively, you might look at using guile, which supports elisp as a source language.

Upvotes: 3

Related Questions