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.

Show HN: My structured editor for my language [video]

3 pointsby crowdhailerabout 2 years ago
Eyg is a functional language with:<p>- Exhaustive typing, so a type checked program will never crash<p>- Structural (not nominal typing), so there is never any need to write a type declaration<p>- Effect types, built using row types. Row types are also used for Records and Unions<p>- No syntax, there is no parser the public interface to the language is a JSON format of the Abstract Syntax Tree (AST), which makes the structural editor necessary.

1 comment

MH15about 2 years ago
Would be interested in more information about the runtime.
评论 #36199498 未加载