Viewing profile — myco_logic
myco_logic
HN member- Joined
- Tue, Dec 22, 2015, 1:40 PM UTC
- HN karma
- 37
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About myco_logic
No profile information was provided.
Recent public activity
-
comment
Comment #41321701
I've written on this matter before[1]. Code being appreciated as an artform would, to my mind, benefit greatly both the worlds of fine art and programming. [1]: https://istigkeit.x…
-
comment
Comment #40953390
Personal choice, is what I'd say. You can get a lot of mileage out of implementing a dynamic language with NaN boxing[1]. It really depends on the kind of language you're trying to…
-
comment
Comment #39671332
Depends on how beefy that laptop is... I've been doing some local LLM stuff at work recently, and even with the amazing advances in quantization lately, doing that kind of stuff on…
-
comment
Comment #38135247
I fully support the idea that writing your own SSG can be not only a great learning experience, but also a chance to make your SSG do exactly what you want it to (and nothing more)…
-
comment
Comment #36191611
While reading this, I was immediately reminded of the reduce operator, glad to see my intuition wasn't far off. The nifty thing about this operator in the array-langs compared to t…
-
comment
Comment #36190861
I also quite liked that idea. It would probably be a nightmare to actually use, but it's definitely a creative solution to dealing with infix operator precedence. The only implemen…
- story
-
comment
Comment #33386453
If you're talking about the curly braces after the backtick in the syntax diagram for operators, I think that's just a way to escape those special characters so you can use them in…
-
comment
Comment #33386399
As a concatenative language lover/designer I just thought I'd put it out there how much of an inspiration Om has been to me, I absolutely adore your language! Om is one of the most…
-
comment
Comment #32827892
If the WTFPL is a bit too blue for you, you might prefer the Unlicense[0], it's what I tend to reach for when licensing projects these days. Compared to the WTFPL it's a bit more e…
-
comment
Comment #32796179
I also came here to mention this video. Watching the solution emerge line-by-line is a profound experience, and highly revelatory towards the kind of iterative problem-solving work…
-
comment
Comment #32497070
> It feels like there's an unexplored dimension of abstraction here. Something where generics, interfaces and higher order functions are too static and low level primitives. Someth…
-
comment
Comment #31781356
This looks really lovely, I look forward to following the maturation of Ante in the future. I've often thought that the niche of a general purpose low-level FP language was a promi…
-
comment
Comment #18218219
Just as having an in depth understanding of mathematics, physics, or engineering helps us to make more informed decisions, so too do the humanities. Fields of study such as philoso…