Viewing profile — meghprkh
meghprkh
HN member- Joined
- Mon, Sep 27, 2021, 10:54 PM UTC
- HN karma
- 10
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About meghprkh
No profile information was provided.
Recent public activity
-
comment
Comment #49000719
I would like such a project in Rust! There a bunch of embassy-based firmwares but none have the UX of the crosspoint forks yet. My favourite is inx ( https://github.com/obijuankeno…
-
comment
Comment #48391922
Not necessarily. Since the word "typed" language is not well-defined. For example, typescript is a fantastic language for marshalling data and UI state since it uses substructural …
-
comment
Comment #48268899
Why would they not do something like? + #if !(defined __GLIBC_COMPILER_SUPPORTS_ATTRIBUTES__) - #if !(defined __GNUC__ || defined __clang__ || defined __TINYC__) # define __attribu…
- story
-
comment
Comment #43807483
No specific motivation tbh. I did the number theory game on the recommendation of a friend and found it fun. Made me think. What does the real programming language part help in? De…
-
comment
Comment #43800460
What is the real difference between rocq vs lean? Alternatively, what is your motivation to do this in lean as compared to playing around with the rocq one if it exists? I recently…
- comment
- story
-
comment
Comment #32356523
C++20 Concepts are a new language feature that ease generic programming, but are primarily syntactic sugar. We will try to implement them in C++03, with one caveat - we must explic…
- story