Skip to content

Comment on Ask HN: What Are You Working On?

Comments

I'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'm already using it in Vim, and I've been pleasantly surprised at how useful it is, even at this early stage.

I've gotten sidetracked building up the SRFI support in my portable Scheme standard library, Schemepunk: https://github.com/ar-nelson/schemepunk

Right now it runs on 7 Schemes and has implementations or polyfills for 15 SRFI libraries. I'm also working on a B-tree implementation of SRFI 149 (persistent mappings).

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.