01:46 FROGGS_ joined 05:39 woolfy joined 05:47 woolfy left 07:08 FROGGS joined 07:15 lizmat joined 07:17 woolfy joined, woolfy left 11:29 lizmat joined 12:30 brrt joined
brrt \o #moarvm 12:31
12:31 john3213 joined
brrt i'm wondering shoud i research-and-blog about further use of dynasm or about spesh first? 12:34
12:36 john3213 left
lizmat wouldn't mind a blog post about spesh :-) 12:55
brrt seems like a good idea too 12:56
spesh has many moving parts
lizmat afk again& 12:59
brrt see you 13:00
13:06 woolfy joined
brrt is wondering whether we should build a 'push notification service' for the linux desktop 13:12
masak +1 to blog post about spesh 13:22
brrt i hardly have a choice now, do i? :-) 13:28
well, its what i promised so lets do it
13:35 ggoebel111115 joined
brrt (i'm in a bad mood because all the results of my experiments have been wrong) 13:37
timotimo what do you mean by 'push notification service' for the desktop and what do you mean by "we"? :) 13:39
brrt we = people who'd like to :-) 13:41
timotimo what is the motivation behind this project?
i'm confused
brrt push notification service = servers + protocol to which a network-connected device connects and listens for messages 13:42
timotimo yeah
i know what that is
brrt the motivation is that polling is not so nice
and that apps on the linux desktop do not work together very well
and we should have better apps imho :-) 13:43
timotimo oh
brrt anyway, your opinion may vary :-)
timotimo well, qt has a websockets implementation now as well as spdy3
that makes for good push notification stuff i bet 13:44
you just have to do it :)
vendethiel m: grammar A { has $.letter; regex TOP { ^ $.letter $ } }; say A.new(letter => 'a').parse('a');
camelia rakudo-moar 2dd18d: OUTPUT«(Any)␤»
timotimo xmpp has pubsub
brrt xmpp could work
timotimo m: grammar A { has $.letter; regex TOP { $( $.letter ) } }; say A.new(letter => "a").parse('a') 13:45
camelia rakudo-moar 2dd18d: OUTPUT«(Any)␤»
timotimo m: grammar A { has $.letter; regex TOP { ${ $.letter } } }; say A.new(letter => "a").parse('a')
camelia rakudo-moar 2dd18d: OUTPUT«(Any)␤»
brrt anyway, i don't have tuits for such a project in the coming $period
vendethiel just realized he's not even on #perl6 :)
timotimo m: grammar A { has $.letter; regex TOP { <$.letter> } }; say A.new(letter => "a").parse('a')
camelia rakudo-moar 2dd18d: OUTPUT«(Any)␤»
timotimo m: grammar A { has $.letter; regex TOP { <{ $.letter }> } }; say A.new(letter => "a").parse('a')
camelia rakudo-moar 2dd18d: OUTPUT«(Any)␤»
timotimo :\
m: grammar A { has $.letter; regex TOP { "$.letter" } }; say A.new(letter => "a").parse('a') 13:46
camelia rakudo-moar 2dd18d: OUTPUT«use of uninitialized value of type Any in string context␤(Any)␤»
timotimo i forgot how to ...
vendethiel m: grammar A { our $foo; regexp TOP { $foo } }; A::$foo = 'a'; say A.parse('a');
camelia rakudo-moar 2dd18d: OUTPUT«===SORRY!=== Error while compiling /tmp/VeyMBbljfr␤Two terms in a row␤at /tmp/VeyMBbljfr:1␤------> A { our $foo; regexp TOP { $foo } }; A::⏏$foo = 'a'; say A.parse('a');␤ expecting any of:␤ postfix…»
14:19 brrt joined 14:28 brrt joined 14:50 FROGGS[mobile] joined 15:29 brrt joined 18:51 brrt joined 19:24 brrt left 19:32 FROGGS joined 19:58 japhb joined