TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What Are You Working On?

6 pointsby rodneyg_about 5 years ago
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 comments

ar-nelsonabout 5 years ago
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).
ntw1103about 5 years ago
I am working on a web browser(Including rendering engine, not webkit). The codebase is in D.