Querides Emacseres.
Necesito ayuda con #elisp para mi tesis (exploración de aprendizajes significativos para operar fuera de la academia) con #ProgramaciónLiteraria + #InvestigaciónReproducible. Y quiero q esté tan autocontenida en #Emacs (sí, soy un geek y estoy orgulloso) como sea posible. Sin embargo y aunque avanzo, encuentro mi elisp fu limitante.
¿Podría alguien ayudarme con esta tesis para mostrar el poder de Emacs y el #SoftwareLibre? Me encantará devolver con mis habilidades.
1e^3.Grcs

Dear Emacsers.
I need some help w/ #elisp for my #LiterateProgramming + #ReproducibleResearch thesis (an exploration of meaningful abilities to operate outside academia).
I'd like it as completely self contained in -and sustained by- #Emacs (yes, I'm a geek and I'm proud) as possible and, while going forward, I've found my #elisp fu limiting.
Can anyone share some time to help me with this thesis and show the power of Emacs and #FreeSoftware? I'd gladly share my abilities back.
1e^3.Thxs

#Emacs#Lisp ability to provide multiple forms in the else branch (implicit progn) deserves some praise. I often write recursive algorithms that have a simple base case returning a value, and a much more involved recursive else case. Whapping the else into a progn/prog1/begin/do is an annoyance, however small. So #Elisp got this thing right, at least.