this post was submitted on 02 Nov 2023
177 points (98.9% liked)
Asklemmy
43874 readers
1008 users here now
A loosely moderated place to ask open-ended questions
Search asklemmy π
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- [email protected]: a community for finding communities
~Icon~ ~by~ ~@Double_[email protected]~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
(and (lisp programming) (libre software))
for now, configuring neovim with fennel lisp (it compiles to lua), i just like how it works, specially the s-expressions.
i like coding as a hobby but i still haven't decided on a favorite lisp dialect
Why not emacs in evil mode? Native lisp support.
I don't know where to find any up-to-date comprehensible learning resources. Specifically about whatever "melpa" or "non-gnu elpa" are, if the package management is built-in, etc.
I have also seen a bunch of front-ends and I don't think I know what Emacs is..? Like in the Void repos there's a command-line one (emacs) but also GTK (emacs-gtk and emacs-pgtk), for example, and even an X11 (emacs-x11) one even though that's not a GUI toolkit.
Lots of Insane Stupid Parentheses
What are you working on? I'd love to learn Lisp, it looks really cool!
i've configured neovim with fennel and i made a fennel lisp port of my small neofetch-like program written in C.
for now i've only learned fennel since it targets lua but i'd love to learn something like scheme or common lisp.