Viewing profile — jiyinyiyong
jiyinyiyong
HN member- Joined
- Wed, Mar 09, 2011, 6:43 AM UTC
- HN karma
- 287
- Public activity
- 262 items
- HN profile
- View on Hacker News ↗
About jiyinyiyong
http://tiye.me
Recent public activity
-
comment
Comment #44626309
again https://www.moonbitlang.com/
-
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…
-
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…
-
comment
Comment #40959900
curious which model of Xiaomi phone you are using
-
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 …
-
comment
Comment #39563689
I use it to setup local development env with self signed HTTPS support. Easier than using Nginx Webpack combined.
-
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/
-
comment
Comment #38888765
I prefer saying it's more like a lisp-like language like Ruby or Python...
-
comment
Comment #35090647
kind of dup https://news.ycombinator.com/item?id=35089240
-
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…
-
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.
-
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…
-
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.
-
comment
Comment #32874494
Chrome Canary only I suppose.
-
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 :(
-
comment
Comment #32833461
This library is really inspiring to me in many aspects. WebGPU is interesting, declarative programming on WebGPU is fantastic.
-
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…
-
comment
Comment #32407866
while it's a sign that Clojure ecosystem is evolving, I won't like an ending being like this.
- story
- story
-
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…
-
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…
-
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…
-
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
- story