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.

Igneous Linearizer: semi-structured source code

75 pointsby seagreen11 months ago

5 comments

JonChesterfield11 months ago
This is an interesting direction.<p>One thought is that obsidian can execute web assembly and a parser &#x2F; sema checker written in something that turns into wasm can therefore be run on the source files. Can probably tie that to a syntax highlighter style thing for in-ide feedback.<p>The other is that markdown is a tempting format for literate programming. I do have some notes in obsidian that are fed to cmark to product html. With some conventions, splitting a literate program into executable code embedded in a html document is probably doable as an XML pipeline.<p>In a much simpler vein, I&#x27;m experimenting with machine configuration from within obsidian. The local DNS server sets itself up using a markdown file so editing an IP or adding a new machine can be done by changing that markdown.<p>I hope the author continues down this path and writes more about the experience.
评论 #40795043 未加载
评论 #40794713 未加载
评论 #40794239 未加载
arnsholt11 months ago
This is neat, but it does seem like a lot of work to get part of the way to what a Smalltalk already gives you.
评论 #40793742 未加载
评论 #40798318 未加载
评论 #40794456 未加载
评论 #40793651 未加载
评论 #40794946 未加载
zacgarby11 months ago
this is great! i’ve been thinking about exactly this (though styled after Logseq rather than Obsidian) but not gotten as far as implementing anything.<p>that being said, the thing i haven’t been able to convince myself of yet is why these are different to just normal (in-line) functions? as in, why should i have to write [[foo]]: would it not be better to have all identifiers automatically linked?
评论 #40792896 未加载
评论 #40794056 未加载
binary13211 months ago
I really appreciate the unordinary direction you went with these articles and your site in general. An enjoyable read!
评论 #40827054 未加载
nbbaier11 months ago
&gt; The solution I&#x27;ve been waiting for is source-code-in-the-database. I&#x27;m cheering on multiple projects attempting this.<p>What are the projects you&#x27;re especially bullish on?
评论 #40795003 未加载
评论 #40794940 未加载