# vimconf-2020 **Repository Path**: mirrors_Olical/vimconf-2020 ## Basic Information - **Project Name**: vimconf-2020 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README = https://www.vimconf.live/[VimConf 2020] == Conversational Software Development: What, Why and How A journey into interactive Lisp evaluation for Neovim dotfiles and plugins as well as Clojure and Janet projects. Finish up with an interactive Conjure tutorial (requires curl and an up to date nvim) that gets you evaluating just like me within seconds! == Initial thoughts * Have slides, no slide plugin, let's write it * Fennel+Aniseed > VimL * *live coding intensifies* * Slides! ** Status quo: Long feedback loops or low fidelity evaluations (whole file or nothing) ** Ubiquity: I use this for dotfiles and plugins + same UX for day to day work in Clojure ** Lua + LuaJIT > VimL in speed and language design (in my opinion) ** Using Fennel gives us macros and structural editing ** School!