Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
a_lost_needle
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
a_lost_needle
5y ago
You can use most of the concepts in any language that allows first class functions, closures, pattern matching and types. Combinators are just ways to compose a function to create a new function that executes some aspect upon a set (usually
2.
▲
by
a_lost_needle
5y ago
Yea, that’s pretty accurate. So now I’m curious what you thought the site was named after? Edit: It’s not that accurate. It’s just math used in a way to compose parsers using parsers.
3.
▲
by
a_lost_needle
5y ago
A functional programming technique that allow you to declaratively define your language when using parsers as values. If you have a good functional language implementation, the code look very similar to someone able to read BNF. And then yo
4.
▲
by
a_lost_needle
5y ago
Still easily implemented with combinators the whole way down. It’s building an ast, that’s it. Once you have a tree, you can do whatever you want with the result before passing it to a compiler for a language. Here though, just serializatio
5.
▲
by
a_lost_needle
5y ago
It does not. Easily implemented with combinators the whole way down.
6.
▲
by
a_lost_needle
5y ago
Having led the creation of a language/compiler professionally, the number of features that are "nice to have" are nearly infinite. And occasionally a lower priority item that was easier to implement at the time, become far la
7.
▲
by
a_lost_needle
5y ago
Yea, that's kinda what free will is all about. I've made that decision. You're allowed to do whatever you want hun, but abstinence is a fools ideology. You have one life, and the end isn't the good bit.
8.
▲
by
a_lost_needle
5y ago
Lucky for me, I'm the sculpture and the sculptor. edit: Disambiguated a word.
9.
▲
by
a_lost_needle
5y ago
How about enjoying life? I weigh in at a 130lbs at 5'9", and have the body and skin of a woman much younger. Moderation, not abstinence, is where the happiest life is.
10.
▲
by
a_lost_needle
5y ago
I love it, I don't like pop often, but I like soda water all of the time. And Pepsi came out with syrup for home use, so I just keep that in the cupboard and on weekends watching a movie or something, I'll throw in some syrup. Eas
11.
▲
by
a_lost_needle
5y ago
I prefer to hand write my own. I feel it's over-complex for simple parsers and not complex enough for the more esoteric ideas I have. But I'd love to hear of people that have had success here?
12.
▲
by
a_lost_needle
5y ago
We remember the sacrifices made by those to ensure our freedom. We don't celebrate the warrior soldier, in so much as we grieve their passing, and sacrifices of all who have lost to ensure this amazing country.
13.
▲
by
a_lost_needle
5y ago
Pedantic irrelevance?
14.
▲
by
a_lost_needle
5y ago
Well, it definitely looks like it will be pretty gay! :)
15.
▲
by
a_lost_needle
5y ago
You know SpaceX uses electron for it's UI's, right?
16.
▲
by
a_lost_needle
5y ago
I'm in the process of doing a technical audit of several of these for a government. My favourite so far is the ServiceNow platform. These platforms are great at making use of bottom tier devs quite effectively. They're a resource
17.
▲
by
a_lost_needle
5y ago
https://manas.tech/blog/2020/02/11/nikola-motor-company/
18.
▲
by
a_lost_needle
5y ago
They are very much still in use in at least one government.
19.
▲
by
a_lost_needle
5y ago
It's not a nitpick, it's a fundamental difference between the countries.
20.
▲
by
a_lost_needle
5y ago
Really?
21.
▲
by
a_lost_needle
5y ago
Perform, conduct, execute, the experiment, etc... You generally would set up an experiment, after making a hypothesis. You could make up an experiment, and then execute I suppose. It's a noun and a verb, so you could experiment with ma
22.
▲
by
a_lost_needle
5y ago
Low/No code solutions are really eating the lunch of where C# was useful in large internal apps. I use it because F#, but it’s getting harder to sell that.
23.
▲
by
a_lost_needle
5y ago
Apologies, I intended to comment on the same one you replied to, not to your comment. I remember struggling so hard in school to take notes, and then not understanding them. I hadn't heard of you, but really respect what you're do
24.
▲
by
a_lost_needle
5y ago
I replied to the wrong comment, I meant to reply to the person above. The one that asked for guidance, like they were a college student struggling...
25.
▲
by
a_lost_needle
5y ago
Take a look at what you do remember easily, and then game your note taking process, so that you add that stimulus/reward to your note taking. Maybe it's paper, maybe it's a computer, maybe it 's a fountain pen. Maybe you
26.
▲
by
a_lost_needle
5y ago
June 10th, 2020. What did I do wrong?
27.
▲
by
a_lost_needle
5y ago
My functional API's never return void because they're functions and immutability is the benefit there. Returning void means you're either mutating something or interacting with something thing that does. Also, chaining can be
28.
▲
by
a_lost_needle
5y ago
Well, the RTX 3090 apparently has 10496... But I'm not aware of how to use them to optimize garbage collection.
29.
▲
by
a_lost_needle
5y ago
So it's not that you're missing the point; it's that you don't have the same values... That's not really valid criticism.
30.
▲
by
a_lost_needle
5y ago
This is fantastic. I prototype, and the last thing I want to do is set up and deal with all the nonsense when I need only usually need a few calls to a server to prove out the concept. Love it.
More ›