Results 47 issues of shaun

Create a third column in the code comparison section for a unified diff view. Using cljsjs/jsdiff

- Adding peripheral vision to 3D views - A better UX for 3D views - We've been using the wrong 3D projection method for 20 years - We have a...

1. change the standard by which we view 3D spaces on limited screens—by using projections that best incorporate __peripheral vision__. 2. inspire transhumanist applications of extending practical 360º views

@bhurlow brought up Edwin editor used in an SICP lecture: https://youtu.be/XYKRVNQ_MqE?t=36m33s - flashes the matching paren when closing - auto-indents when pressing enter

Mark H. David recently emailed me with a link to Lowell Hawkinson's [LISPED editor](http://www.softwarepreservation.org/projects/LISP/lisp2/TM-2710-100-01-LISPED.pdf), to clarify that it was the first structure editor for Lisp, before the BBN Teletype Editor...

Recommending that we copy MacVim to allow changing colorscheme when macOS dark mode is toggled: https://github.com/macvim-dev/macvim/pull/929 It adds a `OSAppearanceChanged` event and a `v:os_appearance` var: ```viml " inside ~/.vimrc func!...

_I saw a question on #clojurescript about this._ Maybe we want to load a Web Assembly module in cljs like this: ```clj (ns my.example (:require ["./foo.wasm" as foo])) ;;

ClojureScript has published uberjars for each version, for two reasons I think - for minimal building `java -cp cljs.jar:src clojure.main build.clj` - for fast start times (due to AOT, I...

Just letting you know that Parinfer has an official codemirror layer now that can be integrated into this. https://github.com/shaunlebron/parinfer-codemirror

enhancement