Learn Emacs Lisp in 30 Minutes

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 พ.ย. 2024

ความคิดเห็น • 39

  • @GavinFreeborn
    @GavinFreeborn  9 หลายเดือนก่อน +1

    To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/GavinFreeborn/. The first 200 of you will get 20% off Brilliant’s annual premium subscription.

  • @argonwheatbelly637
    @argonwheatbelly637 9 หลายเดือนก่อน +3

    I used emacs for a very long time, and eLisp has a special place in my heart; however, at most places I've worked they've used vi. At least it was better than nano. The problem was always that it was a very minimal vi, not vim, so...yeah, that. The real power of using emacs comes in learning and using eLisp to extend it to do whatever you need. Same with vi? Well, not really. With vim? Yes. When you trick it out, it's usable, too. The editor wars ended over a generation ago, but it doesn't hurt to know how to drive a manual transmission as well as an automatic. To which am I referring? That's up to you to choose. 😊
    Great video!!

    • @user-eg6nq7qt8c
      @user-eg6nq7qt8c 7 หลายเดือนก่อน +1

      the editor wars still exist in my heart

  • @randomsearches369
    @randomsearches369 9 หลายเดือนก่อน +4

    I really love it, I am reading "eintr" too.

  • @CrashCarrollT
    @CrashCarrollT 8 หลายเดือนก่อน

    Thanks Gavin! Good explanations, appreciate the way you marked off sections so I could jump around. As a suggestion, would like more on Emacs Lisp that has to do with how it integrates with the Emacs environment. You touched on that this time with a) user functions that make use of the help system, b) hooks and c) modes. So thanks for that. My own top-of-mind thing is trying to add completion to a extant package that does not have this feature. But I bump into my own deficiency in this "integration" area frequently, so something more general welcome as well. But again, thanks for all you do!

  • @emvdl
    @emvdl 9 หลายเดือนก่อน +4

    well done man! 👍 One great feature I missed in this video was ‘add-advice’

    • @GavinFreeborn
      @GavinFreeborn  9 หลายเดือนก่อน +2

      Oh ya advice would have been worth covering. I'll add a mention of it in a future video.

  • @maxreuv
    @maxreuv 9 หลายเดือนก่อน +1

    Excellent refresher on EmacsLisp, thank you!

    • @GavinFreeborn
      @GavinFreeborn  9 หลายเดือนก่อน

      Glad it was helpful!

  • @EdouardTavinor
    @EdouardTavinor 8 หลายเดือนก่อน

    thanks for the cool video :) i've been getting into emacs buffer programming recently, and i've started to feel more at home doing it. one thing i find overwhelming about emacs (and about common lisp) is the wealth of functions and macros. i imagine you could learn one new macro or function a day for many years :)

  • @zacharylarson1245
    @zacharylarson1245 8 หลายเดือนก่อน

    A lot of the "new" emacs lisp stuff was new to me! thanks for sharing your setup and knowledge! Very beautiful setup! I'm curious to check out your dot files more and see what else I can learn :)

  • @seventhtenth
    @seventhtenth 9 หลายเดือนก่อน +1

    thank you, I guess I will learn right now

  • @RubenCiencia
    @RubenCiencia 9 หลายเดือนก่อน

    Great video. Thanks for this, it really help me.

  • @pst659
    @pst659 8 หลายเดือนก่อน

    thank you so much for this video. next I need buffer manipulation with emacs-lisp

    • @GavinFreeborn
      @GavinFreeborn  8 หลายเดือนก่อน

      It's a topic I would love to dig into. My advent of code in emacs lisp video makes use of this but not too much

  • @Japhir13
    @Japhir13 9 หลายเดือนก่อน +1

    Great video! And 10x10 is definitely 1000 😉 22:52

    • @bullpup1337
      @bullpup1337 9 หลายเดือนก่อน

      1000% correct can confirm

  • @zacharylarson1245
    @zacharylarson1245 8 หลายเดือนก่อน

    ero-mode ... highly recommend. Evaluations show up right next to the evaluated form, rather than in the mini-buffer. yw! ^_^

    • @GavinFreeborn
      @GavinFreeborn  8 หลายเดือนก่อน

      Thanks for recommending it. Sounds like it would be good to have for some of these demos.

  • @jennifermena7712
    @jennifermena7712 7 หลายเดือนก่อน

    Hi! Thanks for such a great video! Would you mind sharing the notes you used in the video pls?

    • @GavinFreeborn
      @GavinFreeborn  7 หลายเดือนก่อน

      I have added them to the description gist.github.com/Gavinok/5780b195c777b5ffa4842eebebdf13f7

  • @johnhaman
    @johnhaman 9 หลายเดือนก่อน +2

    Nice info, but why is the computer screen so spastic? jumpy cursor, jumpy highlighting and flickering blocks.

    • @GavinFreeborn
      @GavinFreeborn  9 หลายเดือนก่อน +1

      I think part of it comes down to the rendering frame rate missing some of my cursor movement and the rest comes from the excessive amount of cuts needed to trim this down to 30 minutes. Most of it is from the rendering unfortunately. I should really find the time to figure this out once and for all.

  • @muhammadaneeqasif572
    @muhammadaneeqasif572 9 หลายเดือนก่อน +1

    waiting for follow up video

  • @ismbks
    @ismbks 8 หลายเดือนก่อน

    very rare person proficient in both vim/nvim and emacs

  • @y0nei
    @y0nei 8 หลายเดือนก่อน

    Big respect for the dedication to keep the lisp/emacs community growing. I myself find enjoying writing elisp for some reason and I dont get why.

    • @GavinFreeborn
      @GavinFreeborn  8 หลายเดือนก่อน

      I think the workflow is just too addictive. I find myself constantly making progress and able to write fairly complex ideas rather quickly

  • @justsomeguy8385
    @justsomeguy8385 6 หลายเดือนก่อน

    Thank you, creepy floating head!

  • @ACium.
    @ACium. 8 หลายเดือนก่อน

    What is the point in learning lisp in 2024? Any idea?

    • @copperspartan1643
      @copperspartan1643 8 หลายเดือนก่อน

      It’s fun and useful..?

    • @ACium.
      @ACium. 8 หลายเดือนก่อน

      @@copperspartan1643 how is it useful

    • @matthewstott3493
      @matthewstott3493 2 หลายเดือนก่อน

      Gavin covered that topic: Why You Should Learn Lisp In 2024
      th-cam.com/video/GWdf1flcLoM/w-d-xo.htmlsi=4y9ta6vxovtNZAH1
      th-cam.com/video/AfY_zGR_QBI/w-d-xo.htmlsi=bxt7eqfJlCPmBadn
      Even if you don't code in Lisp you can learn some things from it that will benefit you with other languages. Several experienced developers have waxed poetic about how Lisp changed their thinking for the better.

  • @fixups6536
    @fixups6536 8 หลายเดือนก่อน +1

    Alternating between dark background and burning white background: really bad idea. I closed the video immediately because it's just unbearable.

  • @zacharylarson1245
    @zacharylarson1245 8 หลายเดือนก่อน

    You can also set `(setq use-package-always-ensure t)` so that you don't have to put `:ensure t` in your `use-package` forms

  • @marknaylor7322
    @marknaylor7322 5 หลายเดือนก่อน

    Adding lambdas to hooks is bad form.

  • @low-key-gamer6117
    @low-key-gamer6117 9 หลายเดือนก่อน +1

    Laughs in Vim

    • @shewbell2176
      @shewbell2176 9 หลายเดือนก่อน +1

      Laughs in evil

  • @nadred5396
    @nadred5396 หลายเดือนก่อน

    Bruh talks to fast I thought I had the video on 1.5x speed

  • @NoLoginIdea
    @NoLoginIdea 9 หลายเดือนก่อน

    No.