ra’s avatarra’s Twitter Archive—№ 40,427

  1. …in reply to @mfikes
    @mfikes @xululululuuum oh totally. npm install + lumo and you're good to go. and for this project i *specifically* wanted clojure and its data structures and standard library, not just a sufficiently good lisp.
    1. …in reply to @ra
      @mfikes @xululululuuum e.g. github.com/nasser/thixels does not really use any of the data structures or do any functional programming, its just macros + interop into the C# renderer i built. it could have been another lisp, but clojure embeds into the CLR readily.
      1. …in reply to @ra
        @mfikes @xululululuuum i considered github.com/bakpakin/Fennel which compiles directly to lua and could give a more integrated live coding experience akin to Arcadia by running directly inside the app, but alas it does not have the data structures.