Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nynrathod
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
nynrathod
3mo ago
interesting one. Is it only available in mac? as rust can build cross platfrom binary? any plan for other os?
2.
▲
by
nynrathod
3mo ago
So does it calling api for all platfrom and you show all feed on you app? so user can customize what to see?
3.
▲
by
nynrathod
3mo ago
Great product visualization with code
4.
▲
by
nynrathod
3mo ago
Just one suggestion, instead of adding manual won't track the correct mood. What if it tracks auto as per our activity via work, my code, or agent work prompts all? That may result in the correct mood? may be long work but just a thogu
5.
▲
by
nynrathod
3mo ago
I tried, but honestly, all end with lack of tool or configuration or hardware config. None of them work for me. At end paid apis only providing productivity else free local end with inveting time and less effecient work
6.
▲
by
nynrathod
8mo ago
Author here. Happy to answer questions! What I'd love feedback on: 1. Is the @decorator syntax clear or confusing? 2. Would you use this for a real project? 3. What's the #1 missing feature? Repo: https://github.com
7.
▲
Show HN: Doo – Generate auth and CRUD APIs from struct definitions
(github.com)
3 points
by
nynrathod
8mo ago
|
1 comments
8.
▲
Doo – 0.2.0 Alpha Release
(github.com)
3 points
by
nynrathod
9mo ago
|
1 comments
9.
▲
by
nynrathod
9mo ago
Doo is a statically-typed, compiled programming language built in Rust + LLVM, designed for building production ready APIs quickly. 0.2.0 Alpha is the biggest update so far. It adds the core foundation for built-in methods, a stronger std l
10.
▲
by
nynrathod
10mo ago
THanks for sharing, will take a look surely, as memroy mgmt will be crucial for doolang. And I can see you are valgrind developer?
11.
▲
by
nynrathod
10mo ago
Interesting will take a look in this point, thanks for sharing
12.
▲
by
nynrathod
10mo ago
Good point, will remove that word, btw will added unsigned float in upcoming release. Thanks for that comment.
13.
▲
Doo: Programming Language Ideas and Suggestions?
(github.com)
1 points
by
nynrathod
10mo ago
|
3 comments
14.
▲
by
nynrathod
10mo ago
Hi everyone, I launched doo: Simple Fast and Secure compiled programming language written in rust+LLVM. My Idea is to have simplicity to write server apis with minimalist and clean syntax. Not started as hobby project but I wanna grow this.
15.
▲
by
nynrathod
10mo ago
True, it takes years. And as a solo dev its really hard. Turning into product really makes sense, i understood now i need something unique or specific feature. but as of now only writing apis routers and server with super simple syntax with
16.
▲
by
nynrathod
10mo ago
Hi, thanks for pointing this out. Yeah struct and enum are alredy in pipeline. memroy mgmt and codegen work pending for those 2. Planning to release in 0.3.0 but let me see if possible on next release of 0.2.0 Struct enums are base of any t
17.
▲
by
nynrathod
10mo ago
Doolang i started for writing server and apis easily and simply, but you points make sense for Wasm components. Not planned as of now as this is just starting point, but surely would take you thought for my further roadmap. Honestly i'
18.
▲
by
nynrathod
10mo ago
Thanks for valuable feedback. Yeah definitely will add more examples projects. And really make sense your point to have usp or any unique or good feature doolang should have. As this is just starting point of doolang, and honestly i never
19.
▲
by
nynrathod
11mo ago
Thanks for pointing that out. I didn’t actually know all the details about how Valgrind works under the hood just that it does memory checking. I'll definitely read up more on it. If you have any good resources or tips, I'd apprec
20.
▲
by
nynrathod
11mo ago
Doolang currently does not allow you to mutate a primitive variable from another function. Only support this as of now fn Foo(x: Int) { x = 123; // Only modifies Foo's local copy print("inside Foo", x); 
21.
▲
by
nynrathod
11mo ago
But your points make sense, i should learn those UB works and will check how its behaving
22.
▲
by
nynrathod
11mo ago
Doolang aims for memory safety with static typing and automatic reference counting, so you won't see classic C/C++ bugs. But it does not claim Rust's level of safety there’s no formal guarantee that safe code can't cause
23.
▲
by
nynrathod
11mo ago
Saying safe will be too early, but design philosophy is no compromise with security and speed with easy syntax. It passed with 550+ test cases including unit test, memory stress, integration, circular dep, regresssion, valgrind memory leak,
24.
▲
by
nynrathod
11mo ago
Hi, Yeah make sense, but I don't have any buzzing goal right now, doolang is not any dsl, just to ensure high level syntax for developer writing backend servers apis. And not started as learning project. Will move forward as per feedba
25.
▲
by
nynrathod
11mo ago
Hi, So main goal of this language is to have simplicity while writing code. Rust is great will dominate, but as dev who want speed and security but with high level syntax, doolang is best for them. Right now im working on std library and in
26.
▲
Doo: A Simple, Fast Programming Language Built on Rust and LLVM
15 points
by
nynrathod
11mo ago
|
27 comments