Home

Serializable Functions in Clojure

40 pointsby sriharisabout 5 years ago

2 comments

cube2222about 5 years ago
I&#x27;ve read (skimmed really) the readme and I can&#x27;t really figure out what this is for. I think an introductory &quot;when would you use this&quot; section would be very useful.<p>Does this serialize functions to be sent over the wire? Or does it simply save them to variables? If so, why can&#x27;t I just assign the function to a variable directly?<p>In the short-description it says &quot;Function serialization between Clojure processes and dialects&quot; but I can&#x27;t find any example of using this cross-process-border in the readme.<p>Though I applaud you for writing with an interesting vibe, I can&#x27;t seem to get what you&#x27;re describing.
评论 #23058184 未加载
评论 #23058181 未加载
jonahbentonabout 5 years ago
Looks super cool. Would love to see Clojure flavor of Dask&#x2F;Pandas dataframe with this:<p><a href="https:&#x2F;&#x2F;dask.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;dask.org&#x2F;</a>