Writing Games with Emacs

Поделиться
HTML-код
  • Опубликовано: 25 дек 2024

Комментарии • 17

  • @johnhammer8668
    @johnhammer8668 4 года назад +9

    The development setup was pretty good.The edit-compile-run cycle was setup pretty nicely and when the program started to grow it remained the same. The program grew modularly. It started with simply creation and switching to the game buffer and then standalone interactive functions that can be executed and the results can be viewed immediately on the game buffer. The function names were meaningful. This was a fun way to introduce to elisp.

  • @roymath
    @roymath 7 лет назад +17

    Very nicely done-I like the progression where you start at the higher levels and then descend into the details. Wish I'd seen this 10 years ago as it ties together so many aspects of writing in elisp. Nice followons would be to add pixmaps for the player characters and to write tests in ERT.

  • @andriirubtsov5404
    @andriirubtsov5404 5 лет назад +2

    This should be recommended to newbies starting learning Elisp. Well done, I enjoyed it

  • @MingweiZhang
    @MingweiZhang 7 лет назад +8

    Followed this video and coded my first game in emacs. Good stuff! Thanks!

  • @ThefamousMrcroissant
    @ThefamousMrcroissant 2 года назад

    This is a wonderful tutorial for people new to elisp like myself. It's spoken well, the setup is friendly and unintimidating and individual steps are shown.

  • @DennisGentry
    @DennisGentry 5 лет назад +9

    Well, I got the joke at 1:23 even if the audience didn't.

  • @stumbling
    @stumbling 9 лет назад +8

    Would it be possible to annotate what the peanut gallery is saying? I can't hear them.

    • @nzundist
      @nzundist 4 года назад +2

      They're saying "Pay attention to me! I think I'm more important than the presenter!" Y'aint missing nuthin.

  • @arturwiebe7482
    @arturwiebe7482 5 лет назад +3

    Nice. Abbreviate tic-tac-toe with ttt to avoid too much typing and some line wrappings.

    • @auntiecarol
      @auntiecarol 4 года назад +1

      it's elisp... has to be t-t-t-
      /s

  • @BrianSmith-jl8qn
    @BrianSmith-jl8qn 8 лет назад +1

    Thanks for demo!!

  • @fuzzerify
    @fuzzerify 5 лет назад +1

    How about global thermonuclear war ?

  • @FlashManinSpace
    @FlashManinSpace 8 лет назад +4

    Something is seriously wrong with the audio cause y'all making the speaker sound like Kermit the frog. Totally not cool.

  • @alexstone691
    @alexstone691 6 лет назад

    no thanks, i find lisp too damn complicated

    • @no-defun-allowed
      @no-defun-allowed 6 лет назад +3

      Learn lisp anyway.

    • @alexstone691
      @alexstone691 6 лет назад +15

      Update 2 weeks later: I love it

    • @AndersJackson
      @AndersJackson 6 лет назад

      @@alexstone691 Yes, it is cool and fun. Some of my third semester students implement a lisp in a small project in the course Algorithms and Data structures. :-)