HackerTrans
TopNewTrendsCommentsPastAskShowJobs

vinnyhaps

no profile record

Submissions

Pandoc in the Browser with WASM

discourse.haskell.org
34 points·by vinnyhaps·5 माह पहले·7 comments

comments

vinnyhaps
·2 माह पहले·discuss
Maintainer of Radicle here.. Currently, we are focused on building on top of Git, and that is very much baked into the protocol design right now.

We will benefit from jj's compatibility with Git for the time being, and seeing how that evolves.

Interoperating with jj's repository would likely be a bigger task and it is still evolving quite quickly itself.
vinnyhaps
·2 माह पहले·discuss
I think it would imply that it is a Turing incomplete language. So, it would not be able to express certain programs, but all the computation you can represent is mathematically shown to reduce to a termination point.
vinnyhaps
·2 माह पहले·discuss
Hey! One of the maintainers of Radicle (https://radicle.dev/) here

If you have the time, it would be great to see you trying out Radicle, even if it’s just for a mirror to start; then see how we can turn that into something more integrated!
vinnyhaps
·8 माह पहले·discuss
I remember the day Rúnar told me he was going to work on this new language called Unison.

I have always thought it was an amazing project to set out on, and was paving the way for a new kind of paradigm. Super proud to see them release a 1.0 and I would love to say Unison is my go-to language in the near future!
vinnyhaps
·8 माह पहले·discuss
I’m pretty sure one of the Zed founders wrote tree-sitter, so I’m sure there’s some overlap

It’s really cool to see tree-sitter unlock so many of these use cases. I love using [difftastic] for my diffing tool to get context aware diffs. So in the example from the article, the diff would highlight the `void` and `int` changes with a heavier background of red and green respectively

[difftastic]: https://github.com/Wilfred/difftastic