Viewing profile — reikonomusha
reikonomusha
HN member- Joined
- Mon, Feb 01, 2010, 3:21 AM UTC
- HN karma
- 10,230
- Public activity
- 1,321 items
- HN profile
- View on Hacker News ↗
About reikonomusha
Recent public activity
-
comment
Comment #48084644
Packaging software for Linux users is a nightmare. Unless - your program is extraordinarily simple - you can manage to statically link libc - you can ship (or statically link) all …
- comment
-
comment
Comment #47999325
The problem is that the intersection between your business's interests and the interests of the small pool of available developers is usually very small. Building banking apps? Wel…
-
comment
Comment #47999250
Haskell is typically terse in addition to expressive. So "tight" seems more apt. Lisp is traditionally not so terse, but still expressive.
- comment
- story
-
comment
Comment #47954426
For a brief period of time over 60 years ago, yes. :)
-
comment
Comment #47953706
What evolution in particular do you think? The developers use it for commercial products in quantum computing and defense [1]. That doesn't mean it's done in some complete language…
-
comment
Comment #47953325
For all practical purposes, the syntax of Lisp isn't just a cosmetic choice, though.
-
comment
Comment #47918024
I've noticed this more recently on HN. Either the top comment has to be some negative sentiment even if seemingly good-faith, or a comment on something completely tangential (like …
-
comment
Comment #47911239
What you say is entirely true in theory. An editor can have whatever it wants. Anything is possible—but somebody needs to do the work. If your favorite code editor is Zed, chances …
-
comment
Comment #47911179
"It should be easy enough for" sets a UX bar, not a target audience. Kind of like the English phrase "X is so easy that even a toddler could do it," regardless of whether such a st…
-
comment
Comment #47907552
For historical interest, Lem did used to advertise itself as a Common Lisp development tool specifically, but that has changed relatively recently (past year?). From my distant van…
-
comment
Comment #47907527
Something like SLIME isn't essential to execute Lisp code, you're right, but it is essential in order to understand the efficiencies afforded by interactive development, which may …
-
comment
Comment #47907466
Coalton is also a full-featured embedded language of Lisp that is sufficiently paradigmatically different than run-of-the-mill Lisp code you'd see in a Common Lisp textbook, since …
-
comment
Comment #47782122
Not that I've seen.
-
comment
Comment #47776690
It is not known, and the model problem for this is Hilbert's 13th [1]. Nonetheless, "elementary function" is a technical term dating back to the 19th century; it's very much not a …
-
comment
Comment #47776600
You can calculate, measure, draw, construct, write a power series for, express as hypergeometric function, etc. the Bring radical too. All of these concepts, from sine to real numb…
-
comment
Comment #47776359
The Bring radical has a great geometric interpretation: BR(a) is where the curve x^5 + x + a crosses the x axis. Like sine or exp, it also has a nice series representation: sum(k =…
-
comment
Comment #47776246
Not a typo! Think of f(x) = x as a seed function that can be used to build other functions. It's one way to avoid talking about "variables" as a "data type" and just keep everythin…
-
comment
Comment #47776211
To be fair to Spivak, he did say it was comprehensive introduction. :)
-
comment
Comment #47775763
EML can represent the real absolute value, so long as we agree with the original author's proviso that we define log(0) and exp(-∞), by way of sqrt(x^2) as f(x) = exp((1/2)log x). …
-
comment
Comment #47775641
This fundamental "cheat" gave rise to some of the most important pure and applied mathematics known. Can't solve the differential equation x^2 - a = 0? Why not just introduce a fun…
-
comment
Comment #47775486
You are correct, it is undecidable by Richardson's theorem [1]. [1] https://en.wikipedia.org/wiki/Richardson%27s_theorem
-
comment
Comment #47775433
Arnold (as reported by Goldmakher [1]) does prove the unsolvability of the quintic in finite terms of arithmetic and single-valued continuous functions (which does not include the …