Live data from Hacker News

Viewing profile — jiyinyiyong

jiyinyiyong

HN member
Joined
Wed, Mar 09, 2011, 6:43 AM UTC
HN karma
287
Public activity
262 items

About jiyinyiyong

/chenyong/, 1991, dreamer, coder

http://tiye.me

Recent public activity

  1. comment
    Comment #44626309

    again https://www.moonbitlang.com/

  2. comment
    Comment #41087206

    Creator of Cirru here. Cirru is confusing since it's a syntax of data, not a standalone language. Calcit( https://calcit-lang.org/ >) is the language I built. However Calcit does n…

  3. comment
    Comment #41053846

    I've used Trunk in my personal project for years. Very glad we have a handy tool to match the experience we develop with JavaScript. Now there are more and more front-end web devto…

  4. comment
    Comment #40959900

    curious which model of Xiaomi phone you are using

  5. comment
    Comment #40764124

    another way to understand 3D rotation is using geometric algebra, which regard a 3D rotation with 2 reflections within an angle in the reflection planes. It's very interesting and …

  6. comment
    Comment #39563689

    I use it to setup local development env with self signed HTTPS support. Easier than using Nginx Webpack combined.

  7. comment
    Comment #38888790

    I have a HackerNews UI for myself as well https://r.tiye.me/Memkits/hn-reader/?id=38824070 GitHub: https://github.com/Memkits/hn-reader/

  8. comment
    Comment #38888765

    I prefer saying it's more like a lisp-like language like Ruby or Python...

  9. comment
    Comment #35090647

    kind of dup https://news.ycombinator.com/item?id=35089240

  10. comment
    Comment #34750815

    While virtual DOM solution has problems, I believe Dioxus https://dioxuslabs.com/ can be a better solution than Solid/Svelte solutions. We should try to optimize it with macros and…

  11. comment
    Comment #33883582

    I built a Clojure dialect in Rust called Calcit https://github.com/calcit-lang/calcit . It's ClojureScript at core, despite its indentation-based syntax.

  12. comment
    Comment #33298398

    Congratulations to Clojure! I used ClojureScript for several years and I still consider it the best designed dynamic language in the open community. JavaScript might be great in ma…

  13. comment
    Comment #33043669

    ReScript was advertised to be a great language for powering up React in the years of ReasonML. It may be opinionated, but people grew interest in ReScript along with React.

  14. comment
    Comment #32874494

    Chrome Canary only I suppose.

  15. comment
    Comment #32874487

    it was shown on caniuse.com that Firefox Nightly has optional webgpu support, however it does not run webgpu triangle demos. confused :(

  16. comment
    Comment #32833461

    This library is really inspiring to me in many aspects. WebGPU is interesting, declarative programming on WebGPU is fantastic.

  17. comment
    Comment #32460576

    I made Calcit http://calcit-lang.org/ it's also using indentations to implement S-Expressions. The syntax part is called Cirru http://text.cirru.org/ , just using very similar idea…

  18. comment
    Comment #32407866

    while it's a sign that Clojure ecosystem is evolving, I won't like an ending being like this.

  19. story
  20. story
  21. comment
    Comment #31243693

    good idea. I will post Cirru there. I have several more articles/videos posted in Chinese, not ready to push all that forward yet... there are too many repos under Cirru and Calcit…

  22. comment
    Comment #31225070

    I made myself a scripting language called Calcit http://calcit-lang.org/ , features persistent data function, macros, higher-order functions, and also compiles to JavaScript. Now I…

  23. comment
    Comment #31182346

    Rust really has a great support for WASM. I made a tiny language as well, and managed to build targeting WASM in a few steps https://github.com/calcit-lang/wasi-calcit/blob/main/.g…

  24. comment
    Comment #30952625

    ...based on toolchains of Cirru and Calcit. - Demo for Pads https://repo.cirru.org/tree-layout/ - Code https://github.com/Cirru/tree-layout

  25. story