Viewing profile — tkf
tkf
HN member- Joined
- Mon, Jul 02, 2012, 10:01 AM UTC
- HN karma
- 178
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About tkf
No profile information was provided.
Recent public activity
-
comment
Comment #24705654
For composable nested parallelism, I think spawn and sync like Julia has would be great. If there is a variant of spawn that asserts there is no concurrency is required for the chi…
-
comment
Comment #24702753
Yeah, I get the point that it's nice to have basic things in the core language and stdlib. I'm rather on the "minimal language core" side in this discussion and I think it'd be bet…
-
comment
Comment #24702053
Hi, the author here. One of the hidden messages of the introduction is: watch Guy Steele's talks [1][2][3] if you are interested in data parallelism! These talks are not Julia-spec…
-
comment
Comment #5813484
Thanks for the explanation. It is hard feel this kind of nuance as my English is not that good. It's also good to know that he'd like that :)
-
comment
Comment #5813462
> The takeaway is that Elisp needs to learn to interface with other languages better. This is exactly why @kiwanami developed EPC (a general RPC protocol/libraries for Emacs) and w…
-
comment
Comment #5810828
I agree some of them are harder to setup in Windows. But it helps (or forces) developers to make these tools and languages cross-platform, which is good, I think. And I guess makin…
-
comment
Comment #5810815
I think "maximum extensibility" is not the philosophy of Emacs. Remember how long it took to have FFI support in Emacs (it was discussed in the article). Also, even with FFI, it is…
-
comment
Comment #5810605
Some awesome Emacs Lisp programs that relies on external programs: mu4e: http://www.djcbsoftware.nl/code/mu/mu4e.html not much: http://notmuchmail.org/ EDBI: https://github.com/kiw…
-
comment
Comment #5810525
Well, I am Japanese and I am almost sure my translation is right. But I hope calling the s/he "Eccentric" is not very rude. I just thought it is better than "unusual"... or not? Ah…
-
comment
Comment #5810369
I agree with you that the title is a bit misleading and trolling. And I actually name it like you do if I were him. I just translated it directly.
-
comment
Comment #5810360
I think you misread the philosophy he talked about. He actually thinks that having the problems about threading, libraries and low APIs is a good thing, as it helps us maximizing s…
- story
-
comment
Comment #4765132
Actually it's not a complete word. So, it's like "understan" or "comprehen". Probably because it's still beta.
-
comment
Comment #4188250
You can connect to REPLs over ssh using `ipython console`. Even without EIN, you can use this command (plus several options for ssh connection) for python-mode's interactive shell.…
-
comment
Comment #4188185
I've never tried, but VIM already got nice looking IPython binding ( https://github.com/ivanov/vim-ipython ). I think it doesn't support notebook editing though.
-
comment
Comment #4188179
Here: https://github.com/tkf/emacs-ipython-notebook/wiki/Screensho... I just noticed it is removed by spam accounts.