Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
finalfantasia
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
finalfantasia
1y ago
“Swift has turned into a gigantic, super complicated bag of special cases, special syntax, special stuff…” — Chris Lattner, 2024 https://blog.jacobstechtavern.com/p/apple-is-killing-swift
2.
▲
by
finalfantasia
2y ago
For those who are interested, here is the official statement from the ClojureScript team regarding Google Closure Library going into “maintenance mode” and its impact on ClojureScript: https://clojurescript.org/news/202
3.
▲
State of Clojure 2022
(clojure.org)
8 points
by
finalfantasia
4y ago
|
0 comments
4.
▲
by
finalfantasia
4y ago
This is also well known in the Clojure community as Hammock-Driven Development [1]. [1] https://youtu.be/f84n5oFoZBc
5.
▲
by
finalfantasia
5y ago
They changed the default garbage collector to G1 last year.[1] [1] https://github.com/JetBrains/intellij-community/commit/edf1c...
6.
▲
by
finalfantasia
5y ago
> The bigger issue though is wasting time wrapping Java libraries and most comments I see about Clojure interop talk as if there is no cost to it. You are not forced to "waste time" wrapping Java libraries. As a matter of fact,
7.
▲
by
finalfantasia
5y ago
Clojure developers tend to choose the official Clojure CLI tools [1] for new projects these days. [1] https://clojure.org/guides/deps_and_cli
8.
▲
by
finalfantasia
5y ago
To be fair, this is not unique to Clojure. You need to deal with stack traces no matter what as long as you're using any programming language that targets the JVM (even statically type-checked languages like Scala). There are some grea
9.
▲
by
finalfantasia
5y ago
Thanks to the dynamic nature of Clojure programs, experienced Clojure developers use the REPL-driven development workflow as demonstrated in this video [1]. [1] https://youtu.be/gIoadGfm5T8
10.
▲
by
finalfantasia
6y ago
I cannot answer your question. Since you love Python, I guess you don't have any problem with dynamic type-checking. You also mentioned Scheme, I take that as you don't mind parentheses either. :) If you would like to try somethin
11.
▲
by
finalfantasia
7y ago
According to the latest status update from a member of the Clojure core team [1], we may see improvements in startup time with the next version of Clojure (1.11). [1] https://insideclojure.org/2020/02/28/journ
12.
▲
by
finalfantasia
7y ago
I think what @iLemming meant is that she/he doesn’t understand the appeal of having a fancy REPL _UI_ (mostly virtual terminal emulator-based readline implementations) and working with it _directly_ as opposed to sending forms from you
13.
▲
by
finalfantasia
7y ago
Firefox just gained the ability to use Mac’s hardware media keys to control media playback in the latest beta/developer edition (71 right now): https://bugzilla.mozilla.org/show_bug.cgi?id=1575995
14.
▲
by
finalfantasia
7y ago
As a regular user and promoter of REPL.it, I like it very much and therefore submitted two PR’s [1][2] after seeing a blog post about how to contribute to it [3]. Unfortunately, those PR’s have been lingering up there for the past 4 months
15.
▲
by
finalfantasia
7y ago
To anyone who's interested in this topic, I strongly recommend this talk from Rich Hickey about "giving something to somebody that they can use and making a commitment ": Spec-ulation ( https://www.youtube.com&#x
16.
▲
by
finalfantasia
7y ago
If you're using Firefox, this extension might be a search engine-agnostic solution for you: https://addons.mozilla.org/en-US/firefox/addon/languageswitc...
17.
▲
by
finalfantasia
7y ago
Based on your description, the Lisp that you're looking for should: - be the most modern one - have a robust ecosystem - package management - tooling - can be used for building production-ready software - be an easy s
18.
▲
by
finalfantasia
7y ago
It seems to me what you’re struggling with is functional programming (the paradigm) instead of Clojure (the language or grammar) itself. This is pretty common for people who are used to the C-like languages. I strongly recommend reading “Cl
19.
▲
by
finalfantasia
8y ago
I was passively introduced to Clojure when I joined my current team at my current company a few years ago. After spending 5 years in a humongous, horribly-maintained Java code base, and a short period of time with a new-ish Scala code base
20.
▲
Clojure 1.10 release
(clojure.org)
355 points
by
finalfantasia
8y ago
|
94 comments
21.
▲
by
finalfantasia
8y ago
Yes, copy/paste between Firefox (on Wayland) and other apps was broken but was fixed in firefox-63.0.1-5.fc29.[1][2] [1] https://bugzilla.redhat.com/show_bug.cgi?id=1585393 [2] https://bodhi.fedoraproject.o
22.
▲
by
finalfantasia
8y ago
Fedora 29 has a “firefox-wayland” package that runs the latest stable release of Firefox (63 as of now) on Wayland (instead of XWayland). I’ve been using it for a long while and it’s been great!
23.
▲
by
finalfantasia
8y ago
They post newsletters[1] about WebRender on a regular basis. [1] https://mozillagfx.wordpress.com/2018/11/15/webrender-newsle...
24.
▲
by
finalfantasia
8y ago
As the leader in online affiliate marketing, we’ve just launched our analytics and insights platform that is written in Clojure [0]. If you like Clojure, come work with us [1]. [0] http://junction.cj.com/article/introdu
25.
▲
by
finalfantasia
8y ago
If it helps, the core team uses Atlassian JIRA [0] for issue tracking and Atlassian Confluence [1] for design and planning discussions. [0] https://dev.clojure.org/jira/browse/CLJ [1] https://dev.clojur
26.
▲
by
finalfantasia
9y ago
Wow, that was a lightning-fast response! Thank you very much!
27.
▲
by
finalfantasia
9y ago
My favorite online REPL for Clojure. It would be great if Parinfer [0] were integrated into the Clojure (and Scheme?) REPL. [0] https://shaunlebron.github.io/parinfer/
28.
▲
by
finalfantasia
9y ago
Until they provide a decent UI/UX to do that, you can use about:performance for now.
29.
▲
by
finalfantasia
9y ago
This feature has already ridden the release train (currently in 57 beta) [1] and should be released with Firefox 57 next month. [1] https://www.mozilla.org/en-US/firefox/57.0beta/releasenotes/