It is FRP, not FP, and it is at least partly joking; FRP is in a lot of
ways one of those seems-like-a-great-idea-until-you-try-to-write-it
methods of programming, and Conal is doing a lot of work exploring the
bounds and techniques behind a solid implementation, much of which is
heading in the direction of not really doing FRP so much as just finding
reliable ways of programming functionally while still being able to
reason about time and space complexities.
> Are there opinions here about whether or not killing FRP is a good thing?
I'd certainly *rather* see better tools for complexity analysis of
general functional programming, like many academics. FRP at the moment
is sort of divided into two unfortunate cases: first, the "old" FRP
implementations that use lots of Arrows/Monads to constrain evaluation
and consequently have reasonable time/space behaviour but don't look
like functional programming; second, the "new" FRP implementations that
try to use pure functions but tend to have occasional time/space
explosions, especially if the programmer does not completely understand
the mechanisms being employed. Arguably neither of these is the right
thing.
> Phil
--
-Julian Blake Kongslie
If this is a mailing list, please CC me on replies.
vim: set ft=text :
On Tue, Apr 27, 2010 at 11:37 PM, Igal Koshevoy <ig...@pragmaticraft.com> wrote:
> We'd like to get a better idea of ...
"How Conal is killing FRP." - I'm assuming this is a joke? I ask
mainly because I've been reading a lot of his info on the subject, and
I can't help but like the guy to the extent that I can having never
talked to or met him.
--
You received this message because you are subscribed to the Google Groups "pdxfunc" group.
To post to this group, send email to pdx...@googlegroups.com.
To unsubscribe from this group, send email to pdxfunc+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pdxfunc?hl=en.
I don't remember if I was the one who actually said those words, but it
was certainly in response to one of my talk ideas, so I'll take
ownership of the remark.
I've posted a brief explanation of the context in message-id
<1272487594....@lizhou.omgwallhack.org>, which is at
<http://groups.google.com/group/pdxfunc/msg/0031bc7ad3f084f2>.
> Jeremy
On Wed, Apr 28, 2010 at 1:14 PM, Clint Moore <cod...@gmail.com> wrote:"How Conal is killing FRP." - I'm assuming this is a joke? I ask
mainly because I've been reading a lot of his info on the subject, and
I can't help but like the guy to the extent that I can having never
talked to or met him.Indeed. Can somebody take ownership of this remark and explain what they mean? Otherwise, this sounds to me like unhelpful trolling.
On Wed, 2010-04-28 at 14:15 -0700, Jeremy Voorhis wrote:I don't remember if I was the one who actually said those words, but it
> Indeed. Can somebody take ownership of this remark and explain what
> they mean? Otherwise, this sounds to me like unhelpful trolling.
was certainly in response to one of my talk ideas, so I'll take
ownership of the remark.
I've posted a brief explanation of the context in message-id
<1272487594....@lizhou.omgwallhack.org>, which is at
<http://groups.google.com/group/pdxfunc/msg/0031bc7ad3f084f2>.
> Jeremy
--
-Julian Blake Kongslie
If this is a mailing list, please CC me on replies.
vim: set ft=text :