Viewing profile — hongbo_zhang
hongbo_zhang
HN member- Joined
- Wed, Aug 31, 2016, 3:12 PM UTC
- HN karma
- 292
- Public activity
- 76 items
- HN profile
- View on Hacker News ↗
About hongbo_zhang
Recent public activity
-
comment
Comment #47885573
congrats
- story
-
comment
Comment #47384685
Run and debug GitHub Actions workflows locally with a gh-compatible CLI.
- story
- story
-
comment
Comment #46997069
Another thing I like about codex 5.3 is that its CLI support queueing the message directly without using third party plugins. And it can run weeks without any issues, the CC used t…
-
comment
Comment #46996948
This is the benchmark between the latest models on a new programming language to avoid overfitting. Latest models are quite good over generalization to new languages, they can writ…
- story
-
comment
Comment #46912346
It's around 10 days work,and the battle tested compiler can compile SQLite,TCC and itself. The budget is less than 200 dollars.
- story
-
comment
Comment #46853696
It is like Rust - Borrow checker + Fast compile time/Better toolings. It is a general purpose language like golang/Java, it supports native backend, wasm and JS
- story
-
comment
Comment #45935912
https://forum.rescript-lang.org/t/introducing-moonbit-and-a-... I happend to write a post sharing experience in building Rescript and MoonBit language
- story
-
comment
Comment #44991494
The compiler compiles tinymoonbit to llvm in moonbit
- story
-
comment
Comment #44324217
Yes, I think this is the missing part. You may have a look at MoonBit( https://www.moonbitlang.com/blog/moonbit-markdown ) which has the full IDE support in the markdown editing
-
comment
Comment #43980664
We published a similar paper for MoonBit: Explore the Design of an AI-Friendly Programming Language https://conf.researchr.org/details/icse-2024/llm4code-2024-p...
- story
-
comment
Comment #43505208
it is not the optimial, for fast native mode, we rely on tcc for fast interpretion
-
comment
Comment #43505202
we used to output C for native backend support
-
comment
Comment #43505195
The LLVM mode currently is not good as C backend, but we are working on it to bring it comparable to C backend
-
comment
Comment #43505186
we have a interpreter mode which takes advantage of tcc for fast interpretion
-
comment
Comment #43504852
MoonBit supports the LLVM backend. With this, it achieved 8× Java’s performance in FFT and introduced out-of-the-box debugging with DWARF symbol injection, enabling precise source …
- story