Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
joe-user
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
joe-user
5mo ago
I think the misunderstanding is about iterators "not relying on concrete types". Rather, iterators are the concrete type. Consider the example transformation from the transducers page: (def xf (comp (filter odd?)
2.
▲
by
joe-user
7mo ago
I can see some interest in Fil-C, but some will still be against it due to the overhead it imposes (1.5x-4x worse performance, less deterministic since there's a GC), as well as the program will simply crash on arbitrary memory reinter
3.
▲
by
joe-user
1y ago
This thread is related to it being bought, not its quality.
4.
▲
by
joe-user
3y ago
> You can write portable software… and then compile it for each platform to get the best performance and functionality. Perhaps not what you intended, but I believe this is that exactly what Cosmopolitan is doing: - They are writing port
5.
▲
by
joe-user
3y ago
Joins can certainly work in a data format like YAML. For an example, see Honey SQL from the Clojure community [0] (though without something to contrast strings like Clojure's keywords, you miss out on the automatic parameterization). Y
6.
▲
by
joe-user
3y ago
Why guess when there are installation instructions for various platforms on the README at https://github.com/ggreer/the_silver_searcher#installing ? Also, although it may not be easy to remember, is this really a proble
7.
▲
by
joe-user
3y ago
That's true, but the argument being made was one where "packages" and "packages" was the point of contention. While they're not versions as in numbers, there's plenty of existing work that have similar nam
8.
▲
by
joe-user
3y ago
To consider that the only option is rather reductionist. For example, simply add a version, and to use the original title instead of inventing one: > 99% of top Python packages are now on version 2
9.
▲
by
joe-user
3y ago
Are you proposing authentication over an insecure connection? If so, then the credentials could be compromised by a middle man. The same would be true for the signatures.
10.
▲
by
joe-user
3y ago
> I have no idea how he's successful in tech, judging from what I saw there. I think judging only from what you saw there is the issue. If you look somewhere like Wikipedia [0], you'll see he was the first person to jailbreak t
11.
▲
by
joe-user
3y ago
> 1. It's functional! As someone who writes more Python than Clojure these days, Python's limited lambdas are a regular source of frustration. Additionally, Clojure's first-class data structures are sorely missed in Python
12.
▲
by
joe-user
4y ago
Clojure can fit quite well into Spring Boot-centric environments! I've added Clojure to several legacy Spring Boot apps, and the fact that it can be introduced as "just a library" made that portion a snap. If you're not
13.
▲
by
joe-user
4y ago
> For your setup-- if I do original CD -> accrual's rip -> burned CD, does burned CD == original CD for all values of original CD? I was curious about this as well, and the answer was "no". I meticulously followed EA
14.
▲
by
joe-user
4y ago
> I think you should re-read my comment. Fyi I already knew that Safari now supports vp9 webm. As a web dev I keep up with this stuff. In my comment I said that they are so behind. Your comment: > Safari is so behind in terms of lack
15.
▲
by
joe-user
4y ago
> I do not want to make a change in a core API and have my program build without me addressing all of the places that would be affected by that. > This is where types shine, and this is where I think types are important. This is also
16.
▲
by
joe-user
4y ago
I watched the talk last week, so perhaps my memory's a bit off, but "move fast and break things" was not the takeaway that I got. I thought of it more of "problems are going to happen, being able to debug them is importa
17.
▲
by
joe-user
4y ago
This library doesn't wrap the AWS SDK, explicitly calls out existing Clojure wrappers that do in the README, and none of his commits seem to conflict with the referenced Tweet. Am I missing something?
18.
▲
by
joe-user
6y ago
The forEach isn't returning it in your example, the line after it is returning. Try again without acc and I believe that's what was meant. You can implement any of them in terms of the others, but only if you break convention and
19.
▲
by
joe-user
6y ago
Using your yardstick, ClojureCLR might look like the primary platform if you compare to Clojure proper: https://github.com/clojure/clojure/graphs/commit-activity
20.
▲
by
joe-user
8y ago
Ah, interesting! Thanks!
21.
▲
by
joe-user
8y ago
I've worked at plenty of places with free snacks/drinks (some even considered enterprise), but never a place that had ping pong tables or relaxation pods, so casually introducing those to the argument is a tough sell and changes t
22.
▲
by
joe-user
8y ago
> This seems like a good reason not to work somewhere. I'm curious; why do you feel that way?
23.
▲
by
joe-user
9y ago
> Pity he hadn't heard of Armed Bear Common Lisp ( http://abcl.org/ ), which runs on the JVM. He was certainly aware of SBCL. He had a number of reasons for not wanting to use it. [1] > I don't mind mutable st
24.
▲
by
joe-user
9y ago
Immutable data structures were part of it, but not the whole story. From the article: "But Lisp had a bunch of things that needed to be fixed in my opinion. It was built on concretions, you know, a lot of the design of more abstraction
25.
▲
by
joe-user
9y ago
I don't know of any formal research, but in Clojure, where HAMTs are a fundamental part of the language, the philosophy is more oriented towards paying for things (such as thread safety) with memory and CPU first, benchmarking to find
26.
▲
by
joe-user
9y ago
This doesn't answer your question, but I just wanted to make clear that the posts below certainly do not show, trivially or otherwise, how to use "no string literals" and "pure data" in Postgres.
27.
▲
by
joe-user
9y ago
I'm not sure I follow. I don't find "2000-line functions whose branches ..." to be a requirement for polymorphism. I'm also not against static typing, but I am against thinking it's a silver bullet. Consider th
28.
▲
by
joe-user
9y ago
> I've worked with functions in JavaScript that change functionality radically depending on whether you pass an integer or an object. > I thought this was the way of the world until I got deeper into typed languages, where you le
29.
▲
by
joe-user
9y ago
> you get a sub-par editing experience [in Clojure] Paredit and vim-sexp have no problem doing structural editing. I don't use it myself, but Parinfer was created with Clojure in mind and people seem incredibly happy with it. > d
30.
▲
by
joe-user
10y ago
Although the HTML he (lisper) gave is different in that it has the closing </p> tag, I'm failing to see any case where this is bad or would result in different behavior from your example. To be clear, he seems to be talking
More ›