HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rchrch

no profile record

Submissions

Show HN: Kotlin Graphviz Dot DSL

github.com
2 points·by rchrch·قبل 5 سنوات·1 comments

comments

rchrch
·قبل 4 سنوات·discuss
Just putting this out there for all the “one external display” concerns. I run two 34-inch ultrawides from my M1 Air via a DisplayLink dock. Sure you can’t run Crysis 3 on ultra, but it certainly does the job for browser, terminal, and editor windows
rchrch
·قبل 4 سنوات·discuss
Did you compare this to compression with a trie?
rchrch
·قبل 4 سنوات·discuss
Awesome! Would love to see an implementation. I worked on something similar over the Summer. It’s just relational algebra with pipes for composition. If you are interested, we could get an antlr grammar going and plug it into this basic execution engine to get a feel for the language.

- https://github.com/RCHowell/Sift - https://github.com/RCHowell/Sift/blob/main/src/main/kotlin/c...
rchrch
·قبل 5 سنوات·discuss
Writing a Kotlin DSL is a nice exercise in many Kotlin language features such as lambdas with receivers, operator overloading, and infix functions!