TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What Are You Working On?

6 点作者 rodneyg_大约 5 年前
What are you working on? I'm working on Safe. We build simple privacy tools. Our vision is that encryption will be as easy as starting a Zoom meeting.

2 条评论

ar-nelson大约 5 年前
I&#x27;m building a language server for R7RS Scheme. I have a basic error-tolerant parser working, and it can infer the location of missing parentheses from indentation. I&#x27;m already using it in Vim, and I&#x27;ve been pleasantly surprised at how useful it is, even at this early stage.<p>I&#x27;ve gotten sidetracked building up the SRFI support in my portable Scheme standard library, Schemepunk: <a href="https:&#x2F;&#x2F;github.com&#x2F;ar-nelson&#x2F;schemepunk" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ar-nelson&#x2F;schemepunk</a><p>Right now it runs on 7 Schemes and has implementations or polyfills for 15 SRFI libraries. I&#x27;m also working on a B-tree implementation of SRFI 149 (persistent mappings).
ntw1103大约 5 年前
I am working on a web browser(Including rendering engine, not webkit). The codebase is in D.