Viewing profile — ctxcode
ctxcode
HN member- Joined
- Fri, Mar 22, 2024, 9:02 AM UTC
- HN karma
- 3
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About ctxcode
No profile information was provided.
Recent public activity
-
story
Show HN: Valk programming language with a stateful GC
Hello everyone. I want to show you the Valk programming language. It focusses on simplicity and performance. It has a stateful GC, which i think hasn't been done before. I would li…
-
comment
Comment #46920023
That's so awesome :D thanks for making this. amazing.
-
comment
Comment #43232156
Private companies are required to do a good job and balance spending to stay alive. Goverment agencies can do the most horrible job for enormous amounts of money and just keep goin…
-
comment
Comment #43232009
Non profit: Every dollar not spent on patient can be donated a NGO and then laundered into your own pockets. For profit: While company A keeps the profit, company B lowers its pric…
-
comment
Comment #43231784
how i've used git every day in the last 10 years: git add -A, git commit -m, git push If there's an error because there are changes on the remote, type: git pull, fix conflicts in …
-
comment
Comment #41799526
Sounds like this is going to cost alot of money. (more than it should)
-
comment
Comment #41799458
serverless just means that a hosting company routes your domain to one or more servers that hosting company owns and where they put your code on. And that hosting company can spin …
-
comment
Comment #40812115
We dont have static arrays for GC types. Creating multiple objects is always 1 by 1 and we would put them in a dynamic array. We do support non-GC structs, which allow you to creat…
-
comment
Comment #40811512
Interesting article. 16-24 bytes per allocation is pretty big and it sounds like it would a bit too much overhead, an actual demo would be nice. My approach with Valk is to allocat…
-
comment
Comment #40710660
i havent used htmx yet, but it sounds like a breath of fresh air. no npm library with 1000 dependencies with slow build times. just plain simple js library like the good old days ^…
-
comment
Comment #40691716
If you never cache any data. Sure, u can use a bump allocator. Otherwise it gets tricky. I havent worked with actors really, but from the looks of it, it seems like they would crea…
-
comment
Comment #40690770
These kind of tactics work for simple examples. In real world http servers you'll retain memory across requests (caches) and you'll need a way to handle blocking io. That's why mos…
-
comment
Comment #40301450
If you change the language, you have no ecosystem. You cant say, it has a big ecosystem "if everyone ports their code". By that logic all languages have a big ecosystem. Anyhow. JS…
-
comment
Comment #39789910
I stopped reading news in the last 3 years and i havent had one "damn, i didnt know about that" moment. News is truelly unimportant. As for "nowadays there's no difference between …