惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
DataBreaches.Net
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Google DeepMind News
Google DeepMind News
博客园 - 聂微东
Microsoft Azure Blog
Microsoft Azure Blog
V
Visual Studio Blog
IT之家
IT之家
博客园 - 【当耐特】
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
B
Blog
爱范儿
爱范儿
阮一峰的网络日志
阮一峰的网络日志
云风的 BLOG
云风的 BLOG
Vercel News
Vercel News
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
H
Hackread – Cybersecurity News, Data Breaches, AI and More
H
Help Net Security
J
Java Code Geeks
aimingoo的专栏
aimingoo的专栏
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
B
Blog RSS Feed
Blog — PlanetScale
Blog — PlanetScale
S
SegmentFault 最新的问题
Apple Machine Learning Research
Apple Machine Learning Research

Kenneth Friedman

Alan Kay Answers MIT Scheme on Apple Silicon (M1 Mac) Marginal Notes MIT: Second Year Masters Oh The Places I've Been Introducing, Scribr The 2034 Website Open With Sublime Real and Spectacular
Introducing, Toski
Kenneth Friedman · 2019-07-26 · via Kenneth Friedman

A demo of a new IDE for Scheme.

In 2017, I took Professor Gerry Sussman's class known as Adventures in Advanced Symbolic Programming.

It's on my list of best classes at MIT — but if you don't have a chance to take it, you can get a pretty good summary of the class in Sussman's fantastic "We Really Don't Know How to Compute" talk.

For the final project in that class, I worked with Blake Elias and Jared Pochtar on a new IDE for Scheme.

It's a main feature is an idea we haven't seen in any other programming IDE — the ability to "preview" computation. In our IDE, you're able to select a section of code and see the result of that code, without changing the state of the system. As soon as you de-select that text, the result goes a way, and no state changes have been made to the running instance.

Now, I've cleaned up the code, updated the APIs to a modern version of Swift, and made the app available on GitHub.

Take a look at the project page to find out more, or download the app — which is now known as Toski.It's called Toski because Emacs is called Emacs.