Just wondering out loud, do any of you guys remember a short talk on an editor written in Clojure with version control of the source code built-in? It was much similar to https://www.expressionsofchange.org/videos/
A prototype was presented during the talk where the speaker presented functions id-ed by their hash value and traversing back and forth through the versions of the function and their dependencies.
g
Garth Goldwater
08/01/2020, 5:46 PM
perhaps:
https://youtu.be/qQvvgzvPgQI▾
Garth Goldwater
08/01/2020, 5:52 PM
other interesting clojure repl talks for onlookers:
These aren’t the ones I have in mind, it was a small demo of a project where he demoed ided functions being called from the REPL. The video was short too, may be 20 mins, think it was in one of the Clojure conferences in 2017/18.
a
andrew blinn
10/30/2020, 1:02 AM
@Prathyush: this probably isn't it, but this residential programming talk from clojureNorth does have a versioning aspect:
https://www.youtube.com/watch?v=Kgw9fblSOx4▾
💯 1
p
Prathyush
10/31/2020, 1:05 PM
This is it!
Prathyush
10/31/2020, 1:05 PM
How did you come across it?
a
andrew blinn
11/16/2020, 6:29 PM
I attended the talk at clojurenorth in Toronto :)
p
Prathyush
11/16/2020, 11:48 PM
@andrew blinn I am wondering retrospecting what the odds are that the question I posed will be seen by one who actually attended the talk. But I guess mostly, people who work with lisps are somehow highly open and have commonly intersection with future of code thinking.