Viewing profile — rydel
rydel
HN member- Joined
- Fri, Jun 10, 2016, 5:53 AM UTC
- HN karma
- 5
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About rydel
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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 …
-
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…
-
comment
Comment #18393706
Another thing about recursion is that it is really powerful for operation on tree like data structures/objects
-
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.
-
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…
-
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…
-
comment
Comment #18390055
Yes. I am well aware about that. I look forward to TCO/TCE be supported on other platforms.
-
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.
-
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)
- story
- story
- story
-
comment
Comment #17924151
Exactly
-
comment
Comment #17856995
Really one of the best tool! Simple to use and makes things done.
-
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…
-
comment
Comment #14314550
IMO it is just some mix of Todoist and Trello