Live data from Hacker News

Viewing profile — rydel

rydel

HN member
Joined
Fri, Jun 10, 2016, 5:53 AM UTC
HN karma
5
Public activity
18 items

About rydel

No profile information was provided.

Recent public activity

  1. comment
    Comment #25528384

    That's actually really easy. Your target here is your venv site-packages, while requirements file is the prerequisite. The idea is that your site-packages folder has to be recreate…

  2. comment
    Comment #18402739

    It is slightly misleading. One cannot test hooks alone - a component, which uses a hook, must be created to act on them to thest if the component behaves properly with the hook. Th…

  3. comment
    Comment #18402696

    The no non-determinism feature is very good example why TCO/TCE is crucial - each time you call a recursive function the state is changing- another stack is created. Therefore the …

  4. comment
    Comment #18402638

    Is I wrote: IMO these language are not fully functional. TCO/TCE is crucial for operations on tree like data structures. And also as I wrote: it all depends in which context we are…

  5. comment
    Comment #18393706

    Another thing about recursion is that it is really powerful for operation on tree like data structures/objects

  6. comment
    Comment #18390656

    It depends. As we know, FP is all about not having side effects. Having “for” loop requires to mutate the pointer of given iteration.

  7. comment
    Comment #18390161

    Java class can be functional also. Depends how you look. If a class doesn’t operates on side effects, but keeps the mutation only inside the class, then the class can be defined as…

  8. comment
    Comment #18390148

    There are many definitions of FP. IMHO the “no side effects” is the best one. Even Clojure is functional, but partially IMHO, bc it is for JVM which has not been design for FP. And…

  9. comment
    Comment #18390055

    Yes. I am well aware about that. I look forward to TCO/TCE be supported on other platforms.

  10. comment
    Comment #18390049

    It depends. As we know, FP is all about not having side effects. Having “for” loop requires to mutate the pointer of given iteration.

  11. comment
    Comment #18383065

    Having lambda doesn’t mean to be FP. One of the core features missing in Java (JavaScript also) is TCO(tail call optimization)

  12. story
  13. story
  14. story
  15. comment
  16. comment
    Comment #17856995

    Really one of the best tool! Simple to use and makes things done.

  17. comment
    Comment #17547655

    This is fine argument. Although I work primarily in JS, I don’t think that this is the tool for any job. There are lot of nice tools in JS out there. While using single tool writte…

  18. comment
    Comment #14314550

    IMO it is just some mix of Todoist and Trello