HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rchrch

no profile record

Submissions

Show HN: Kotlin Graphviz Dot DSL

github.com
2 points·by rchrch·5 jaar geleden·1 comments

comments

rchrch
·4 jaar geleden·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 jaar geleden·discuss
Did you compare this to compression with a trie?
rchrch
·4 jaar geleden·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 jaar geleden·discuss
Writing a Kotlin DSL is a nice exercise in many Kotlin language features such as lambdas with receivers, operator overloading, and infix functions!