Viewing profile — raiph
raiph
HN member- Joined
- Sat, Dec 31, 2011, 4:26 PM UTC
- HN karma
- 389
- Public activity
- 491 items
- HN profile
- View on Hacker News ↗
About raiph
No profile information was provided.
Recent public activity
-
comment
Comment #45883587
> use of UTF-8 character for keywords [concerns me] What do you mean? All the keywords in the standard language are ASCII. And even if you meant some other part of the standard lan…
-
comment
Comment #45882879
I hear you were coming from the angle of being useful. In a sense that's what matters most, and I love that you have that spirit. If Wikipedia has deadnamed Raku with grace then th…
-
comment
Comment #44988753
Right. The choice is presumably between: Bad: A site being usable for a significant amount of time per day, but also unusable for a significant amount of time per day, and the rati…
-
comment
Comment #44793255
> Perl 5 ... hasn't changed for 25+ years. A major new version of Perl ships regularly. A few weeks ago the latest major new version shipped. From the 2025 changes document: > Perl…
- comment
-
comment
Comment #42371222
> dual licensing means that you don’t actually believe in software freedoms If both licenses are accepted by essentially everyone as inherently fully free software licenses, and th…
-
comment
Comment #42241659
> I would [guess?] that [Raku(do)] is using hyper operators and internal concurrency to "cheat". You missed a word. I've guessed it was the word "guess". :) I haven't checked Rakud…
-
comment
Comment #42241558
> CPython 9.72 - 22.10 secs > PyPy 1.65 secs > Node 1.76 secs > Rust 0.25 secs > Raku 0.12 secs Hi librasteve. :) FWIW I find it really hard to believe your bench marking was relia…
-
comment
Comment #42110616
er, what? (⊙_)
-
comment
Comment #41501602
Hi Steve. Please include https://github.com/beercss/beercss in your exploration.
-
comment
Comment #38392337
> Sadly another language with concurrency support that fails to learn the lessons from occam. Weren't the top two lessons learned from occam about indeterminacy?: 1. If you ignore …
- comment
-
comment
Comment #37302569
I've just found the key exchanges that arrived at "produce" by using the IRC log search[1] and then, er, scanning backwards to where the exchange began[2]: > TimToady: is it okay t…
-
comment
Comment #37301509
I recall Larry saying the key visual aspect is the `\` (I don't recall him mentioning the `/`) because `[\` visually echoes the typical shape of results: .say for [\**] 2,3,4 4 # 4…
-
comment
Comment #37234064
And to finish that last bit, if an argument of a call is not a `Date` or `Str`: * The compiler may reject the code at compile time for failing to type check; and, if it doesn't: * …
-
comment
Comment #37211754
> I have worked on multiple 500K+ line Python projects. There were already several 1M+ Perl LoC code bases by the end of the 1990s, as Perl use exploded at places like Amazon. One …
-
comment
Comment #37129749
I've tried and failed to find out what happened to Curt in the past. I suspect they died or were otherwise incapacitated 2 years ago because they suddenly stopped posting online.
-
comment
Comment #36672403
> Much later, in the second half of the 90s, I remember the four of us carrying an IBM HDD -- I think it was your normal 5.25" drive but it needed four people because it was mounte…
-
comment
Comment #36658521
Shades of the Monty Python sketch here, but the following is true... 4MB?!? My first encounter with IBM kit was a, er, darn I'm not sure cuz I'm getting old, but I think it was a 4…
-
comment
Comment #36482618
Are you the champion Raku needs in this respect? Or can you at least help? ---- There's been discussion for a decade of the need for bundling up a single executable that includes e…
-
comment
Comment #32145558
> why can't objects use the already built-in symbols the language support? In Raku they can. But one can also introduce new ones. More generally, it's nice Raku makes it easy for a…
-
comment
Comment #31498677
I get how you (and perhaps others) might think it's as you say. But I can tell you're not saying what you've said based on knowing it to be true but guessing it to be so. And while…
-
comment
Comment #30016407
Couple suggestions: * Ponylang. Pure Actor model. Static typing to enforce safe concurrent semantics in almost all respects. Plus ORCA GC. Upshot: high performance, and type theory…
-
comment
Comment #29326509
In the Rakudo compiler for Raku that I just tried its "chars" count using the default EGC counting is 2.
-
comment
Comment #29326432
It's not a fork any more than C# is a fork of C. It's not a rename for a breaking version tree any more than a C# compiler is of GCC. It is backwards compatible. The first strong d…