Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Kapendev
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
Kapendev
2mo ago
Very interesting post. How can I use that for web development? My senior told me to ask this question.
2.
▲
by
Kapendev
3mo ago
Good stuff. I say that as someone that is not biased.
3.
▲
by
Kapendev
4mo ago
Really? Wow, this is like Zig and I love Zig!
4.
▲
by
Kapendev
4mo ago
Flutter
5.
▲
by
Kapendev
4mo ago
That's a nice list!
6.
▲
by
Kapendev
7mo ago
People here need time to notice XD
7.
▲
by
Kapendev
7mo ago
Zoomer is a good word btw. I love zoomers.
8.
▲
by
Kapendev
7mo ago
Well, I do!?!! It's even faster than zoomer langs like Odin. You should try it.
9.
▲
by
Kapendev
7mo ago
> This whole GC vs no-GC thingy And I am here, enjoying both. Life is good.
10.
▲
by
Kapendev
8mo ago
> String Interpolation (F-strings) This is so nice. It's crazy how other low-level langs don't have it. I know Dlang and Rust have it. Maybe Swift too? The way Dlang does it is nice because you can do a lot of stuff with them a
11.
▲
by
Kapendev
9mo ago
Vlang mentioned, let's goo! I like low-level languages that provide easy access to a GC. It's a nice way to make some parts of the code more high-level and it kinda avoids the need for a scripting language sometimes.
12.
▲
by
Kapendev
9mo ago
I wrote a simple benchmark comparing my custom dynamic array implementation in Dlang with dynamic arrays in other languages. The test appends and then removes 100,000,000 integers on a Ryzen 3 2200G with 16 GB RAM. This is just a rough cros
13.
▲
by
Kapendev
9mo ago
> Using D in betterC mode is what I am most interested about Well you will. It's a common mistake new D users do.
14.
▲
by
Kapendev
9mo ago
Don't use betterC as a global @nogc attribute. This flag does more than just remove the garbage collector and adds extra checks that can sometimes be overly restrictive. If writing GC-free code is important and compiler assistance is r
15.
▲
by
Kapendev
10mo ago
You and Walter could do that, but this post is about some cool devs and their cool Zig project.
16.
▲
by
Kapendev
10mo ago
Good question, but I don't think this is the place for that conversation :) And I say that as a Dlang fan :)
17.
▲
by
Kapendev
11mo ago
> language is fractured by the optional GC That's an interesting fantasy you have constructed. You should try listening to the people who actually use it.