Viewing profile — Ambrevar
Ambrevar
HN member- Joined
- Thu, Nov 02, 2017, 8:35 PM UTC
- HN karma
- 285
- Public activity
- 60 items
- HN profile
- View on Hacker News ↗
About Ambrevar
Recent public activity
-
comment
Comment #26532741
What mention did you not see? Is there anything I can clarify? Please let me know, feedback is always welcome. About the .deb: Indeed, it's built on Ubuntu, so it's not guaranteed …
-
comment
Comment #26532725
The prompt buffer (previously known as "minibuffer") supports fuzzy completion: you never have to type the suggestion in full. Just type a portion of what you want and the appropri…
-
comment
Comment #26531318
Click on the URL (" Help " when you start) or run the set-url command with `C-l`.
-
comment
Comment #26531287
Nyxt does not assume POSIX, in fact it is completely independent of any POSIX-ness. It has been reported to run on Windows via WSL and also without it, but it needs much more work …
-
comment
Comment #26531279
Thanks for the feedback. Some answers: - You can press `enter` instead of typing "default" in full if it's selected. - Running `vi-normal-mode` enables VI bindings in the current b…
-
comment
Comment #26531248
Note this is the "fully contained Guix pack" (a bit like a container) which contains all the recursive dependencies, which includes WebKitGTK, GTK and the like. Nyxt alone is about…
-
comment
Comment #26087782
Thanks for the suggestion. The "widget" you are talking about seems to required some specific support from the host REPL, no? Could SLY do it? Could graphical Emacs do it?
-
comment
Comment #26087756
I believe I answered most of your notes in the article ;)
-
comment
Comment #26087747
(To reiterate what I answered for Ammonite, s/Ammonite/Xonsh:) I've only scratched the surface of Xonsh, so please correct me if I'm wrong. From what I understand, Xonsh was design…
-
comment
Comment #26087730
Wow, looks like you've got a lot of cool stuff in there! I'll try it out later and give you some feedback!
-
comment
Comment #26087716
I've never tested Ammonite, only read the https://ammonite.io/#Ammonite-Shell , so I'm only guessing here. From what I understand, Ammonite was designed as a "readline shell" as I …
-
comment
Comment #26087639
Agreed, I think Jupyter got many things right, in particular when it comes to prompt handler and data visualization. What I find limiting for now is interactions with the shell pro…
-
comment
Comment #26087628
The article presents a few libraries. There is https://github.com/ruricolist/cmd in particular which is very helpful. I'm going to publish a few more libraries which should help wi…
-
comment
Comment #22414957
Thanks for the list! :)
-
comment
Comment #22414936
The binary dump feature is used by projects like StumpWM, Lem and Next.
-
comment
Comment #22413455
Thanks for sharing!
-
comment
Comment #22412986
Right, maybe "best practices" was poorly worded. I'll think of something better. Regarding the visual aspect: Very nice link, thanks for sharing! I was also thinking of showing off…
-
comment
Comment #22412845
Didn't know about this, it looks very cool indeed! Thanks for sharing!
-
comment
Comment #22412831
For immutable data structures, there is this helper library which can help: http://quickdocs.org/immutable-struct/
-
comment
Comment #22412810
Thanks for the fset link. I understand your comment as a bit judgmental, if not rude. Please keep the tone friendly, it helps if we want to have constructive discussions. I'd be ha…
-
comment
Comment #22412783
I've never used them myself, so in all honesty I have nothing to say about them! :p That said, I support free software and I believe a proprietary compiler is not a good idea :(
-
comment
Comment #22412554
A fun read with some good points, although many of them are a bit dated :p
-
comment
Comment #22412537
Indeed, tail-call optimization is not part of the standard, unlike Scheme. The point of the article is that while the Common Lisp standard is not really focused on functional progr…
-
comment
Comment #22412525
Immutability is something I'm still exploring in Common Lisp. Any pointer, anyone?
- story