Viewing profile — nightwolf
nightwolf
HN member- Joined
- Tue, Apr 10, 2012, 2:50 PM UTC
- HN karma
- 42
- Public activity
- 33 items
- HN profile
- View on Hacker News ↗
About nightwolf
Recent public activity
-
comment
Comment #45954168
If you do end up trying it out and hit any roadblocks, please don't hesitate to file an issue. I'd be very interested in hearing how it goes!
-
comment
Comment #38738965
This is fantastic, thank you for making and sharing it? Is there any chance of Heynote supporting Clojure syntax one day?
-
comment
Comment #37765924
clojure.spec is explicitly not a type system: https://clojure.org/about/spec#_expressivity_proof
-
comment
Comment #37158938
There is indeed: https://github.com/Tensegritics/ClojureDart
-
comment
Comment #37002653
FWIW, Datomic still isn't open-source, but it is free: - https://blog.datomic.com/2023/04/datomic-is-free.html - https://blog.datomic.com/2023/06/datomic-cloud-is-free.html
-
comment
Comment #29553202
Happy to see both my favorite editor and my favorite programming language hit the front page of Hacker News! FWIW, I responded to some of the points regarding Tutkain over at reddi…
-
comment
Comment #26854925
Do you mean Fogus, or have I missed something?
-
comment
Comment #25508038
The person who mentioned using the Cursive debugger is different than the person who mentioned using the REPL.
- story
- story
-
comment
Comment #11665227
I see now, many thanks for the informative reply!
-
comment
Comment #11655276
>the "DOM is your API" paradigm What does that mean, exactly? Do you have any resources you could link to?
-
comment
Comment #10289255
The variable isn't mutated, actually — it's rebound. See http://natescottwest.com/elixir-for-rubyists-part-2/ , for example.
-
comment
Comment #9150262
I have the same problem with Sublime Text 3 — Ghostnote doesn't detect it at all. Detaching doesn't help.
-
comment
Comment #8792000
It's not actually that JVM startup time is slow, it's Clojure startup time in particular. See: https://nicholaskariniemi.github.io/2014/02/11/jvm-slow-star... And the other article…
-
comment
Comment #8782312
I just wanted to thank you for ag. It's literally the most used command in my shell history and I consider it crucial to my work. So, thanks!
-
comment
Comment #8758976
Also Zepto: http://zeptojs.com/
-
comment
Comment #8692241
Or maybe XSLT?
-
comment
Comment #8393493
I don't know, but I'm guessing the manual[1] is created with SILE? [1] https://raw.githubusercontent.com/simoncozens/sile/master/do...
-
comment
Comment #8242300
Not disagreeing with your other points, but these days there is a Windows binary ( https://atom.io/faq ), too. On Linux you can build from source.
-
comment
Comment #8046877
Hola Unblocker works, too.
- story
-
comment
Comment #7065900
You can also use "cd -" to go back to the previous path: $ cd / $ pwd / $ cd /tmp $ pwd /tmp $ cd - $ pwd / Not the same, of course, but still useful, I think.
-
comment
Comment #6799553
JFYI: The link to SassC on http://libsass.org is broken.
-
comment
Comment #6761658
Quite a coincidence. I was seriously thinking that I could really use an application precisely like this earlier today, and here it is! Love it!