4 Matching Annotations
  1. Aug 2020
    1. In Clojure, functions don’t need to have names. In fact, you’ll use anonymous functions all the time. How mysterious! You create anonymous functions in two ways. The first is to use the fn form

      You can use create functions without names (anonymous functions) with the fn form.

    2. We often want to just break keywords out of a map, so there’s a shorter syntax for that. This has the same result as the previous example:

      We can use destructuring to break key words out of a map

  2. May 2020
    1. Desirable/Pleasurable Content: The best user experiences come when the user can form an emotional bond with the product or website.

      What sort of feeling words to people use to describe your product?

    1. First things first, I am new to emacs and the eco system so there are packages I’m not aware of.

      emacs is pretty much an operating system. This makes it infinitely configurable and hard for new comers to grok.