logoalt Hacker News

The Future of SCIP

90 pointsby jdorfmanyesterday at 3:46 PM23 commentsview on HN

Comments

skybrianyesterday at 10:41 PM

The git repo is here: https://github.com/scip-code/scip

Looks like it's defined using protocol buffers, with "rich Go and Rust bindings" and links to implementations for many other languages.

show 1 reply
UncleOxidantyesterday at 10:19 PM

Oh, not SICP.

show 10 replies
ananthakumarantoday at 1:22 AM

I have been using https://github.com/jacktasia/dumb-jump to quickly jump to definitions. LSP is hit or miss; in some languages, it works great, while in others, the implementation is not so good. I have been thinking about a middle ground based on Tree-sitter. GitHub uses Tree-sitter to power code navigation, but unfortunately, I can't find anything good that I can use offline. Why is there no ctags equivalent powered by Tree-sitter?

show 2 replies
zingaryesterday at 11:39 PM

Something something powers go to definition… is this an implementation of an LSP server? Or a subset of what’s needed to implement LSP? A formerly proprietary alternative to LSP?

show 1 reply
s20ntoday at 4:48 AM

Structure and Computer of Interpretation Programs

hikaru_aitoday at 7:32 AM

[dead]