Viewing profile — hdkdicnsnjes
hdkdicnsnjes
HN member- Joined
- Sun, Apr 06, 2025, 12:15 PM UTC
- HN karma
- -2
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About hdkdicnsnjes
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #44132451
[flagged]
-
comment
Comment #43878440
Real
-
comment
Comment #43686152
Isn’t this just dunning kruger? Try and build something substantial for your gene science thing rather than some notebook script or CRUD app and see what complexity you run into.
-
comment
Comment #43678857
Write a macro DSL in Clojure for it then throw it up as a library. To get to a higher level of abstraction than the general purpose languages you have to get more specific, maybe s…
-
comment
Comment #43638595
Does SQL or regex as a language rot? I’d say the abstraction above using SQL or regex to implement it rots, because it’s not formalised as a language. Does the implementation leak …
-
comment
Comment #43601063
Ah shit, right, it’s probably for the best lisp isn’t mainstream.
-
comment
Comment #43600973
Imagine the software industry if lisp was mainstream.
-
comment
Comment #43600912
The nuts and bolts will be embeddable DSL’s, they are the only code which does not rot. Put them in a hierarchy with one compiling down into another or several and you have your bu…